Home
last modified time | relevance | path

Searched defs:hash_mask (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Digc_mac.c203 uint32_t hash_value, hash_mask; in igc_hash_mc_addr_generic() local
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.h145 uInt hash_mask; /* hash_size-1 */ global() member
/openbsd-src/lib/libz/
H A Ddeflate.h147 uInt hash_mask; /* hash_size-1 */ member
/openbsd-src/sys/lib/libz/
H A Ddeflate.h147 uInt hash_mask; /* hash_size-1 */ member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dprotoize.c192 static const int hash_mask = (HASH_TABLE_SIZE - 1); variable
/openbsd-src/gnu/gcc/gcc/
H A Dprotoize.c186 static const int hash_mask = (HASH_TABLE_SIZE - 1); variable