Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1032 int eq_type = equivalent[type]; in get_level() local
1033 if (eq_type == KMP_HW_UNKNOWN) in get_level()
1036 if (types[i] == eq_type) in get_level()
H A Dkmp_affinity.cpp745 kmp_hw_t eq_type = equivalent[type]; in print() local
746 if (eq_type != KMP_HW_UNKNOWN && eq_type != type) { in print()
749 __kmp_hw_get_catalog_string(eq_type)); in print()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_rc.c2392 uint8_t eq_type; in dpaa2_rc_mac_get_attributes() member