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

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_vf.c356 u32 hash_value, hash_mask; local
362 hash_mask = (hw->mac.mta_reg_count * 32) - 1;
368 while (hash_mask >> bit_shift != 0xFF)
371 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
H A De1000_mac.c509 u32 hash_value, hash_mask; local
515 hash_mask = (hw->mac.mta_reg_count * 32) - 1;
521 while (hash_mask >> bit_shift != 0xFF)
530 * the hash_mask. Case 0 does this exactly. Since there are a total
565 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.h129 uInt hash_mask; /* hash_size-1 */ member in struct:internal_state
H A Ddeflate.c158 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask)
263 s->hash_mask = s->hash_size - 1;
/haiku-fatelf/src/libs/zlib/
H A Ddeflate.h139 uInt hash_mask; /* hash_size-1 */ member in struct:internal_state
H A Ddeflate.c164 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask)
278 s->hash_mask = s->hash_size - 1;

Completed in 158 milliseconds