Searched refs:KMP_UINT64_SPEC (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_settings.h | 41 __kmp_str_buf_print(buffer, " %s %s='%" KMP_UINT64_SPEC "'\n", \ 59 __kmp_str_buf_print(buffer, " %s %s='%" KMP_UINT64_SPEC "'\n", \
|
D | kmp_utility.cpp | 285 ("cpu frequency from brand string: %" KMP_UINT64_SPEC "\n", in __kmp_query_cpuid()
|
D | kmp_os.h | 129 #define KMP_UINT64_SPEC "I64u" macro 164 #define KMP_UINT64_SPEC "llu" macro 171 #define KMP_SIZE_T_SPEC KMP_UINT64_SPEC
|
D | kmp_settings.cpp | 396 __kmp_str_buf_print(&buf, "%" KMP_UINT64_SPEC "", uint); in __kmp_stg_parse_int() 558 __kmp_str_buf_print(buffer, " %s=%" KMP_UINT64_SPEC "\n", name, value); in __kmp_stg_print_uint64()
|
D | kmp_alloc.cpp | 945 __kmp_printf_no_lock("__kmp_printpool: T#%d total=%" KMP_UINT64_SPEC in bfreed()
|