Searched refs:SkCLZ_portable (Results 1 – 4 of 4) sorted by relevance
72 int SkCLZ_portable(uint32_t);96 #define SkCLZ(x) SkCLZ_portable(x)
21 int SkCLZ_portable(uint32_t x) { in SkCLZ_portable() function
428 accum += SkCLZ_portable(fData[i]); in onDraw()
31 int porta = SkCLZ_portable(mask); in test_clz()