Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp250 int default_cpu_width = 1; in __kmp_expand_file_name() local
257 for (i = __kmp_xproc; i >= 10; i /= 10, ++default_cpu_width) in __kmp_expand_file_name()
268 int cpu_width = default_cpu_width; in __kmp_expand_file_name()