Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/i386/
H A Ddriver-i386.c67 unsigned int max_level; in host_detect_local_cpu() local
99 max_level = eax; in host_detect_local_cpu()
102 if (max_level == 0) in host_detect_local_cpu()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_runtime.cpp3886 const int max_level) { in __kmp_free_hot_teams() argument
3892 KMP_DEBUG_ASSERT(level < max_level); in __kmp_free_hot_teams()
3896 if (level < max_level - 1) { in __kmp_free_hot_teams()
3899 n += __kmp_free_hot_teams(root, th, level + 1, max_level); in __kmp_free_hot_teams()