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.h1047 int eq_type = equivalent[type]; in get_level() local
1048 if (eq_type == KMP_HW_UNKNOWN) in get_level()
1051 if (types[i] == eq_type) in get_level()
H A Dkmp_affinity.cpp767 kmp_hw_t eq_type = equivalent[type]; in print() local
768 if (eq_type != KMP_HW_UNKNOWN && eq_type != type) { in print()
771 __kmp_hw_get_catalog_string(eq_type)); in print()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_rc.c2393 uint8_t eq_type; in dpaa2_rc_mac_get_attributes() member