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

/netbsd-current/external/gpl2/gettext/dist/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);
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dhash-string.h24 #define HASHWORDBITS 32 macro
42 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
45 hval ^= g >> (HASHWORDBITS - 8);
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dhash-string.h30 #define HASHWORDBITS 32 macro
51 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
54 hval ^= g >> (HASHWORDBITS - 8);
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dhash-string.h30 #define HASHWORDBITS 32 macro
51 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
54 hval ^= g >> (HASHWORDBITS - 8);
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dhash-string.h30 #define HASHWORDBITS 32 macro
51 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
54 hval ^= g >> (HASHWORDBITS - 8);
/netbsd-current/external/gpl2/grep/dist/intl/
H A Dhash-string.h32 #define HASHWORDBITS 32 macro
53 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
56 hval ^= g >> (HASHWORDBITS - 8);
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dhash-string.h30 #define HASHWORDBITS 32 macro
51 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
54 hval ^= g >> (HASHWORDBITS - 8);
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dhash-string.h30 #define HASHWORDBITS 32 macro
51 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
54 hval ^= g >> (HASHWORDBITS - 8);

Completed in 100 milliseconds