Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1860 #define KMP_HASH_SHIFT 3 /* throw away this many low bits from the address */ macro
1862 ((((kmp_uintptr_t)x) >> KMP_HASH_SHIFT) & (KMP_HASH_TABLE_SIZE - 1))