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

/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c369 uint32_t begin_index, end_index; local
376 begin_index = 13 * NUM_PTS_IN_REGION;
377 end_index = begin_index + 12 * NUM_PTS_IN_REGION;
379 for (i = 0; i <= begin_index; i++)
1186 uint32_t begin_index, end_index; local
1197 begin_index = 13 * NUM_PTS_IN_REGION;
1198 end_index = begin_index + 12 * NUM_PTS_IN_REGION;
1200 while (i != begin_index) {
/linux-master/drivers/md/persistent-data/
H A Ddm-array.c432 * begin_index - the index of the first array block to remove.
435 static int drop_blocks(struct resize *resize, unsigned int begin_index, argument
440 while (begin_index != end_index) {
441 uint64_t key = begin_index++;

Completed in 222 milliseconds