Searched refs:clz (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dnormalize_amr_wb.h78 clz y, x;
95 "clz %0, %1\n\t"
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_normalize.h67 clz y, x;
83 "clz %0, %1\n\t"
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode_inline.h126 clz run, match
163 clz run, match
169 clz run, match
205 clz run, match
219 asm volatile("clz %0, %1"
/frameworks/native/services/surfaceflinger/
H A Dclz.h23 int inline clz(int32_t x) { function in namespace:android
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
H A DEventBus.java675 Class<?> clz = subsciberTypes.get(i);
677 output.append(clz.getSimpleName());
691 Class<?> clz = classes.get(i);
693 output.append(clz.getSimpleName());
696 ArrayList<EventHandler> handlers = mEventTypeMap.get(clz);
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp362 int32_t clz = __builtin_clz(smp); local
363 if (shift > clz) shift = clz;
/frameworks/rs/script_api/include/
H A Drs_math.rsh1077 * clz: Number of leading 0 bits
1081 * For example, clz((char)0x03) returns 6.
1084 clz(char value);
1087 clz(char2 value);
1090 clz(char3 value);
1093 clz(char4 value);
1096 clz(uchar value);
1099 clz(uchar2 value);
1102 clz(uchar3 value);
1105 clz(uchar
[all...]
/frameworks/base/core/java/android/os/
H A DParcel.java497 public final void setClassCookie(Class clz, Object cookie) { argument
501 mClassCookies.put(clz, cookie);
505 public final Object getClassCookie(Class clz) { argument
506 return mClassCookies != null ? mClassCookies.get(clz) : null;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_Resize.S121 clz r3, r2
122 clz r1, r0
/frameworks/rs/driver/runtime/
H A Drs_cl.c910 * clz
915 extern uint32_t __attribute__((overloadable)) clz(uint32_t v) { function
918 extern uint16_t __attribute__((overloadable)) clz(uint16_t v) { function
921 extern uint8_t __attribute__((overloadable)) clz(uint8_t v) { function
924 extern int32_t __attribute__((overloadable)) clz(int32_t v) { function
927 extern int16_t __attribute__((overloadable)) clz(int16_t v) { function
930 extern int8_t __attribute__((overloadable)) clz(int8_t v) { function
936 IN_FUNC_IN(clz)
/frameworks/rs/script_api/
H A Drs_math.spec568 function: clz
579 For example, <code>clz((char)0x03)</code> returns 6.

Completed in 263 milliseconds