HomeSort by relevance Sort by last modified time
    Searched refs:SkCLZ_portable (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkMath.h 16 int SkCLZ_portable(uint32_t);
116 #define SkCLZ(x) SkCLZ_portable(x)
  /external/skia/src/core/
SkMath.cpp 26 int SkCLZ_portable(uint32_t x) {

Completed in 627 milliseconds