OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HALFBITS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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
;
/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 8598 milliseconds