Searched refs:HALFBITS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkChecksum.h31 HALFBITS = sizeof(uintptr_t) * 4 enumerator in enum:SkChecksum::__anon14334
125 * since >>32 is undefined for 32bit ints, hence the wacky HALFBITS
129 result ^= result >> HALFBITS;
/external/skia/include/core/
H A DSkChecksum.h31 HALFBITS = sizeof(uintptr_t) * 4 enumerator in enum:SkChecksum::__anon29600
125 * since >>32 is undefined for 32bit ints, hence the wacky HALFBITS
129 result ^= result >> HALFBITS;

Completed in 99 milliseconds