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

  /external/chromium_org/third_party/skia/src/core/
SkChecksum.h 31 HALFBITS = sizeof(uintptr_t) * 4
145 * since >>32 is undefined for 32bit ints, hence the wacky HALFBITS
149 result ^= result >> HALFBITS;
  /external/skia/include/core/
SkChecksum.h 31 HALFBITS = sizeof(uintptr_t) * 4
125 * since >>32 is undefined for 32bit ints, hence the wacky HALFBITS
129 result ^= result >> HALFBITS;

Completed in 52 milliseconds