Lines Matching refs:top_index2
340 int top_index1, top_index2; in _remove_radix1_layers() local
355 top_index2 = 1; in _remove_radix1_layers()
356 while (top_index1 < depth - 1 && top_index2 < depth) { in _remove_radix1_layers()
358 kmp_hw_t type2 = types[top_index2]; in _remove_radix1_layers()
367 top_index1 = top_index2++; in _remove_radix1_layers()
373 int id2 = hw_threads[0].ids[top_index2]; in _remove_radix1_layers()
378 hw_threads[hwidx].ids[top_index2] != id2) { in _remove_radix1_layers()
382 if (hw_threads[hwidx].ids[top_index2] != id2) in _remove_radix1_layers()
385 id2 = hw_threads[hwidx].ids[top_index2]; in _remove_radix1_layers()
393 remove_layer = remove_layer_ids = top_index2; in _remove_radix1_layers()
403 remove_layer_ids = top_index2; in _remove_radix1_layers()
416 top_index1 = top_index2++; in _remove_radix1_layers()