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

/haiku/src/system/libroot/posix/glibc/intl/
H A Dhash-string.h31 #define HASHWORDBITS 32 macro
52 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
55 hval ^= g >> (HASHWORDBITS - 8);

Completed in 77 milliseconds