Lines Matching refs:previous_id
271 int previous_id = kmp_hw_thread_t::UNKNOWN_ID; in _insert_layer() local
282 if (id != previous_id && new_id == previous_new_id) { in _insert_layer()
287 } else if (id == previous_id && new_id != previous_new_id) { in _insert_layer()
292 previous_id = id; in _insert_layer()
452 int previous_id[KMP_HW_LAST]; in _gather_enumeration_information() local
456 previous_id[i] = kmp_hw_thread_t::UNKNOWN_ID; in _gather_enumeration_information()
466 if (id != previous_id[layer]) { in _gather_enumeration_information()
504 previous_id[layer] = hw_thread.ids[layer]; in _gather_enumeration_information()
517 int previous_id[KMP_HW_LAST]; in _get_ncores_with_attr() local
519 previous_id[i] = kmp_hw_thread_t::UNKNOWN_ID; in _get_ncores_with_attr()
528 if (!find_all && hw_thread.ids[above_level] != previous_id[above_level]) { in _get_ncores_with_attr()
534 if (hw_thread.ids[level] != previous_id[level]) { in _get_ncores_with_attr()
542 previous_id[level] = hw_thread.ids[level]; in _get_ncores_with_attr()
559 int previous_id[KMP_HW_LAST]; in _set_sub_ids() local
563 previous_id[i] = -1; in _set_sub_ids()
570 if (hw_thread.ids[j] != previous_id[j]) { in _set_sub_ids()
580 previous_id[j] = hw_thread.ids[j]; in _set_sub_ids()