Searched refs:tlevel (Results 1 – 4 of 4) sorted by relevance
2340 int tlevel = master_th->th.th_teams_level; in __kmp_join_call() local2341 if (level == tlevel) { in __kmp_join_call()2345 } else if (level == tlevel + 1) { in __kmp_join_call()2882 int tlevel = thr->th.th_teams_level; // the level of the teams construct in __kmp_get_ancestor_thread_num() local2884 tlevel) { // otherwise usual algorithm works (will not touch the teams) in __kmp_get_ancestor_thread_num()2885 KMP_DEBUG_ASSERT(ii >= tlevel); in __kmp_get_ancestor_thread_num()2888 if (ii == tlevel) { in __kmp_get_ancestor_thread_num()2940 int tlevel = thr->th.th_teams_level; // the level of the teams construct in __kmp_get_team_size() local2942 tlevel) { // otherwise usual algorithm works (will not touch the teams) in __kmp_get_team_size()2943 KMP_DEBUG_ASSERT(ii >= tlevel); in __kmp_get_team_size()[all …]
93 int tlevel = x->pred_mv_sad[ref] >> (bwl + bhl + 4); in av1_single_motion_search() local95 if (tlevel < 5) { in av1_single_motion_search()
2550 int tlevel = x->pred_mv_sad[ref] >> (bwl + bhl + 4); in single_motion_search() local2552 if (tlevel < 5) step_param += 2; in single_motion_search()
5724 s << "\tlevel = " << value.level << '\n';