Home
last modified time | relevance | path

Searched refs:HASH_MASK (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/tracing/tracing-log/src/
Dinterest_cache.rs181 const HASH_MASK: u64 = !1; in try_cache() constant
189 let target_hash = hasher.finish() & HASH_MASK; in try_cache()
216 if cached & HASH_MASK == target_hash { in try_cache()
/third_party/selinux/libselinux/src/
Dmatchpathcon.c187 #define HASH_MASK (HASH_BUCKETS-1) macro
210 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in matchpathcon_filespec_add()
Dselinux_restorecon.c414 #define HASH_MASK (HASH_BUCKETS-1) macro
449 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in filespec_add()
/third_party/ltp/testcases/kernel/mce-test/tools/
Dpage-types.c193 #define HASH_MASK (HASH_SIZE - 1) macro
194 #define HASH_KEY(flags) (flags & HASH_MASK)