Searched refs:SkCLZ_portable (Results 1 – 8 of 8) sorted by relevance
139 int SkCLZ_portable(uint32_t);163 #define SkCLZ(x) SkCLZ_portable(x)
19 int SkCLZ_portable(uint32_t x) { in SkCLZ_portable() function
420 accum += SkCLZ_portable(fData[i]); in onDraw()
32 int porta = SkCLZ_portable(mask); in test_clz()