Home
last modified time | relevance | path

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

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