Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h291 #define KMP_PACK_64(HIGH_32, LOW_32) \ argument
292 ((kmp_int64)((((kmp_uint64)(HIGH_32)) << 32) | (kmp_uint64)(LOW_32)))