Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_utility.cpp314 int default_cpu_width = 1; in __kmp_expand_file_name() local
321 for (i = __kmp_xproc; i >= 10; i /= 10, ++default_cpu_width) in __kmp_expand_file_name()
332 int cpu_width = default_cpu_width; in __kmp_expand_file_name()