Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp.h270 #define KMP_PACK_64(HIGH_32, LOW_32) \ argument
271 ((kmp_int64)((((kmp_uint64)(HIGH_32)) << 32) | (kmp_uint64)(LOW_32)))