Searched refs:HASH_MASK (Results 1 – 4 of 4) sorted by relevance
181 const HASH_MASK: u64 = !1; in try_cache() constant189 let target_hash = hasher.finish() & HASH_MASK; in try_cache()216 if cached & HASH_MASK == target_hash { in try_cache()
187 #define HASH_MASK (HASH_BUCKETS-1) macro210 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in matchpathcon_filespec_add()
414 #define HASH_MASK (HASH_BUCKETS-1) macro449 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in filespec_add()
193 #define HASH_MASK (HASH_SIZE - 1) macro194 #define HASH_KEY(flags) (flags & HASH_MASK)