Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_settings.h41 __kmp_str_buf_print(buffer, " %s %s='%" KMP_UINT64_SPEC "'\n", \
59 __kmp_str_buf_print(buffer, " %s %s='%" KMP_UINT64_SPEC "'\n", \
Dkmp_utility.cpp285 ("cpu frequency from brand string: %" KMP_UINT64_SPEC "\n", in __kmp_query_cpuid()
Dkmp_os.h129 #define KMP_UINT64_SPEC "I64u" macro
164 #define KMP_UINT64_SPEC "llu" macro
171 #define KMP_SIZE_T_SPEC KMP_UINT64_SPEC
Dkmp_settings.cpp396 __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()
Dkmp_alloc.cpp945 __kmp_printf_no_lock("__kmp_printpool: T#%d total=%" KMP_UINT64_SPEC in bfreed()