Searched refs:outer_count (Results 1 – 3 of 3) sorted by relevance
62 inner_count, outer_count = 7, 1465 inner_count).repeat(outer_count)70 [components] * (inner_count * outer_count))
124 const uint32_t outer_count = 5; in shl_gpr0_by_30_bits() local126 STATIC_ASSERT(outer_count * inner_count == 30); in shl_gpr0_by_30_bits()128 const uint32_t batch_len = cmd_len * outer_count; in shl_gpr0_by_30_bits()135 for (int o = 0; o < outer_count; o++) { in shl_gpr0_by_30_bits()
234 for (size_t outer_count = 0; outer_count < kTotalIterations; outer_count++) { in TEST_F() local