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