Searched refs:SkCLZ_portable (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkMath.h23 int SkCLZ_portable(uint32_t);
137 #define SkCLZ(x) SkCLZ_portable(x)
/external/skia/src/core/
H A DSkGraphics.cpp271 (void)SkCLZ_portable(now);
274 printf("-------- SkCLZ_portable = %d\n", now2 - now);
284 int c1 = SkCLZ_portable(a);
H A DSkMath.cpp33 int SkCLZ_portable(uint32_t x) { function

Completed in 57 milliseconds