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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dhash-string.h22 #define HASHWORDBITS 32 macro
H A Dhash-string.c43 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
46 hval ^= g >> (HASHWORDBITS - 8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dw32-gettext.c1041 #define HASHWORDBITS 32
1057 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
1060 hval ^= g >> (HASHWORDBITS - 8);
1039 #define HASHWORDBITS macro

Completed in 54 milliseconds