Home
last modified time | relevance | path

Searched defs:clz (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
Dclz.h23 int inline clz(int32_t x) { in clz() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
DEventBus.java675 Class<?> clz = subsciberTypes.get(i); in dumpInternal() local
691 Class<?> clz = classes.get(i); in dumpInternal() local
/frameworks/rs/driver/runtime/
Drs_cl.c912 extern uint32_t __attribute__((overloadable)) clz(uint32_t v) { in clz() function
915 extern uint16_t __attribute__((overloadable)) clz(uint16_t v) { in clz() function
918 extern uint8_t __attribute__((overloadable)) clz(uint8_t v) { in clz() function
921 extern int32_t __attribute__((overloadable)) clz(int32_t v) { in clz() function
924 extern int16_t __attribute__((overloadable)) clz(int16_t v) { in clz() function
927 extern int8_t __attribute__((overloadable)) clz(int8_t v) { in clz() function
933 IN_FUNC_IN(clz) in IN_FUNC_IN() argument
/frameworks/av/media/libeffects/visualizer/
DEffectVisualizer.cpp361 int32_t clz = __builtin_clz(smp); in Visualizer_process() local