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

  /external/skia/legacy/src/core/
SkUtils.cpp 65 int sixteenlongs = count >> 5; local
66 if (sixteenlongs) {
70 } while (--sixteenlongs != 0);
96 int sixteenlongs = count >> 4; local
97 if (sixteenlongs) {
100 } while (--sixteenlongs != 0);
  /external/skia/src/core/
SkUtils.cpp 65 int sixteenlongs = count >> 5; local
66 if (sixteenlongs) {
70 } while (--sixteenlongs != 0);
96 int sixteenlongs = count >> 4; local
97 if (sixteenlongs) {
100 } while (--sixteenlongs != 0);

Completed in 29 milliseconds