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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder_hash.h53 = (temp ^ ((uint32_t)(cur[2]) << 8)) & mf->hash_mask
61 ^ (hash_table[cur[3]] << 5)) & mf->hash_mask
75 & mf->hash_mask; \
H A Dlz_encoder.h103 uint32_t hash_mask; member in struct:lzma_mf_s
H A Dlz_encoder.c315 mf->hash_mask = hs;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder_hash.h53 = (temp ^ ((uint32_t)(cur[2]) << 8)) & mf->hash_mask
61 ^ (hash_table[cur[3]] << 5)) & mf->hash_mask
75 & mf->hash_mask; \
H A Dlz_encoder.h103 uint32_t hash_mask; member in struct:lzma_mf_s
H A Dlz_encoder.c315 mf->hash_mask = hs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dhash.h152 hash_val_t hash_mask; /* 9 */ member in struct:hash_t
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dvf.c191 u32 hash_value, hash_mask; local
195 hash_mask = (hw->mac.mta_reg_count * 32) - 1;
201 while (hash_mask >> bit_shift != 0xFF)
204 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh_pathtbl.c57 for (i = 0; i <= tbl->hash_mask; i++) {
76 < tbl->mean_chain_len * (tbl->hash_mask + 1))
89 for (i = 0; i <= tbl->hash_mask; i++)
97 for (i = 0; i <= newtbl->hash_mask; i++) {
309 mesh_paths->mean_chain_len * (mesh_paths->hash_mask + 1))
421 mpp_paths->mean_chain_len * (mpp_paths->hash_mask + 1))
H A Dmesh.h114 * @hash_mask: 2^size_order - 1, used to compute hash idx
128 unsigned int hash_mask; /* (2^size_order) - 1 */ member in struct:mesh_table
322 for (i = 0; i <= x->hash_mask; i++) \
H A Dmesh.c296 & tbl->hash_mask;
325 newtbl->hash_mask = (1 << size_order) - 1;
329 for (i = 0; i <= newtbl->hash_mask; i++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c138 for (i = 0; i <= tbl->hash_mask; i++) {
203 for (i = 0; i <= tbl->hash_mask; i++) {
336 old_entries = tbl->hash_mask + 1;
355 tbl->hash_mask = new_hash_mask;
371 for (n = tbl->hash_buckets[hash_val & tbl->hash_mask]; n; n = n->next) {
394 for (n = tbl->hash_buckets[hash_val & tbl->hash_mask]; n; n = n->next) {
441 if (atomic_read(&tbl->entries) > (tbl->hash_mask + 1))
442 neigh_hash_grow(tbl, (tbl->hash_mask + 1) << 1);
444 hash_val = tbl->hash(pkey, dev) & tbl->hash_mask;
718 for (i = 0 ; i <= tbl->hash_mask;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddefutil.h115 uInt hash_mask; /* hash_size-1 */ member in struct:deflate_state
H A Ddeflate.c142 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask)
213 s->hash_mask = s->hash_size - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.h139 uInt hash_mask; /* hash_size-1 */ member in struct:internal_state
H A Ddeflate.c170 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask)
284 s->hash_mask = s->hash_size - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_mac.c320 u32 hash_value, hash_mask; local
324 hash_mask = (hw->mac.mta_reg_count * 32) - 1;
330 while (hash_mask >> bit_shift != 0xFF)
339 * the hash_mask. Case 0 does this exactly. Since there are a total
374 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h139 uInt hash_mask; /* hash_size-1 */ member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.h139 uInt hash_mask; /* hash_size-1 */ member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.h142 uInt hash_mask; /* hash_size-1 */ member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dlib.c288 u32 hash_value, hash_mask; local
292 hash_mask = (hw->mac.mta_reg_count * 32) - 1;
298 while (hash_mask >> bit_shift != 0xFF)
307 * the hash_mask. Case 0 does this exactly. Since there are a total
342 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dneighbour.h169 unsigned int hash_mask; member in struct:neigh_table
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-snap.c58 uint32_t hash_mask; member in struct:dm_exception_table
550 et->hash_mask = size - 1;
568 size = et->hash_mask + 1;
581 return (chunk >> et->hash_shift) & et->hash_mask;

Completed in 441 milliseconds

12