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

/frameworks/native/services/surfaceflinger/
H A Dclz.h23 int inline clz(int32_t x) { function in namespace:android
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp284 int32_t clz = __builtin_clz(smp); local
285 if (shift > clz) shift = clz;
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_cl.c743 * clz
745 extern uint32_t __attribute__((overloadable)) clz(uint32_t v) { function
748 extern uint16_t __attribute__((overloadable)) clz(uint16_t v) { function
751 extern uint8_t __attribute__((overloadable)) clz(uint8_t v) { function
754 extern int32_t __attribute__((overloadable)) clz(int32_t v) { function
757 extern int16_t __attribute__((overloadable)) clz(int16_t v) { function
760 extern int8_t __attribute__((overloadable)) clz(int8_t v) { function
766 IN_FUNC_IN(clz)
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp435 static size_t clz(uint8_t x) { function in namespace:android

Completed in 2077 milliseconds