Home
last modified time | relevance | path

Searched refs:HASH_SHIFT (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/zlib/pigz/dist/zopfli/
H A Dhash.c26 #define HASH_SHIFT 5 macro
88 h->val = (((h->val) << HASH_SHIFT) ^ (c)) & HASH_MASK; in UpdateHashValue()
/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Ddict.c70 #define HASH_SHIFT 2 macro
87 hval <<= HASH_SHIFT; in saslc__dict_hashval()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc418 #define HASH_SHIFT 5 macro
419 #define HASH_SIZE (1 << HASH_SHIFT)
H A DChangeLog-1999959 (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c429 #define HASH_SHIFT 5 macro
430 #define HASH_SIZE (1 << HASH_SHIFT)