Searched refs:KMP_UINT64_SPEC (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.h | 43 __kmp_str_buf_print(buffer, " %s %s='%" KMP_UINT64_SPEC "'\n", \ 61 __kmp_str_buf_print(buffer, " %s %s='%" KMP_UINT64_SPEC "'\n", \
|
H A D | kmp_utility.cpp | 215 ("cpu frequency from brand string: %" KMP_UINT64_SPEC "\n", in __kmp_query_cpuid()
|
H A D | kmp_os.h | 143 #define KMP_UINT64_SPEC "I64u" macro 178 #define KMP_UINT64_SPEC "llu" macro 187 #define KMP_SIZE_T_SPEC KMP_UINT64_SPEC
|
H A D | kmp_alloc.cpp | 945 __kmp_printf_no_lock("__kmp_printpool: T#%d total=%" KMP_UINT64_SPEC in bfreed()
|
H A D | kmp_settings.cpp | 364 __kmp_str_buf_print(&buf, "%" KMP_UINT64_SPEC "", uint); in __kmp_stg_parse_int() 544 __kmp_str_buf_print(buffer, " %s=%" KMP_UINT64_SPEC "\n", name, value); in __kmp_stg_print_uint64()
|