Home
last modified time | relevance | path

Searched refs:begin_index (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c216 uint32_t begin_index, end_index; in precompute_de_pq() local
223 begin_index = 13 * NUM_PTS_IN_REGION; in precompute_de_pq()
224 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in precompute_de_pq()
226 for (i = 0; i <= begin_index; i++) in precompute_de_pq()
718 uint32_t begin_index, end_index; in build_degamma() local
726 begin_index = 13 * NUM_PTS_IN_REGION; in build_degamma()
727 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in build_degamma()
729 while (i != begin_index) { in build_degamma()
/Linux-v4.19/drivers/md/persistent-data/
Ddm-array.c437 static int drop_blocks(struct resize *resize, unsigned begin_index, in drop_blocks() argument
442 while (begin_index != end_index) { in drop_blocks()
443 uint64_t key = begin_index++; in drop_blocks()