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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf_vf.c236 u32 hash_value, hash_mask; local
242 hash_mask = (hw->mac.mta_reg_count * 32) - 1;
248 while (hash_mask >> bit_shift != 0xFF)
251 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprcmon.c72 static PRUint32 hash_mask; variable
86 & hash_mask)
182 hash_mask = entries - 1;
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.h142 uInt hash_mask; /* hash_size-1 */ member in struct:internal_state
H A Ddeflate.c167 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask)
290 s->hash_mask = s->hash_size - 1;

Completed in 60 milliseconds