Searched refs:begin_index (Results 1 – 2 of 2) sorted by relevance
369 uint32_t begin_index, end_index; in precompute_de_pq() local376 begin_index = 13 * NUM_PTS_IN_REGION; in precompute_de_pq()377 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in precompute_de_pq()379 for (i = 0; i <= begin_index; i++) in precompute_de_pq()1186 uint32_t begin_index, end_index; in build_degamma() local1197 begin_index = 13 * NUM_PTS_IN_REGION; in build_degamma()1198 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in build_degamma()1200 while (i != begin_index) { in build_degamma()
435 static int drop_blocks(struct resize *resize, unsigned int begin_index, in drop_blocks() argument440 while (begin_index != end_index) { in drop_blocks()441 uint64_t key = begin_index++; in drop_blocks()