Searched refs:HASH_MASK (Results 1 – 7 of 7) sorted by relevance
210 HASH_MASK = HASH_SIZE - 1 variable290 while mapping[h & HASH_MASK] != NONE:297 mapping[h & HASH_MASK] = num303 hash_mask=HASH_MASK,
19 #define UPDATE_HASH(h,c) (h = (((h)<<H_SHIFT) ^ (c)) & HASH_MASK)28 #define HASH_MASK 0xFFFF macro
336 HASH_MASK = HASH_SIZE - 1 variable453 while mapping[h & HASH_MASK] != NONE:460 mapping[h & HASH_MASK] = e.num467 hash_mask=HASH_MASK,
27 #define HASH_MASK 32767 macro88 h->val = (((h->val) << HASH_SHIFT) ^ (c)) & HASH_MASK; in UpdateHashValue()
359 private static final int HASH_MASK = HASH_SIZE - 1; field in LZ77Compressor372 return ((oldHash << H_SHIFT) ^ nextVal) & HASH_MASK; in nextHash()
181 #define HASH_MASK (HASH_BUCKETS-1) macro204 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in matchpathcon_filespec_add()
404 #define HASH_MASK (HASH_BUCKETS-1) macro436 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in filespec_add()