Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/modules/color/
A Dcolor_gamma.c265 uint32_t begin_index, end_index; in precompute_de_pq() local
272 begin_index = 13 * NUM_PTS_IN_REGION; in precompute_de_pq()
273 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in precompute_de_pq()
275 for (i = 0; i <= begin_index; i++) in precompute_de_pq()
1085 uint32_t begin_index, end_index; in build_degamma() local
1096 begin_index = 13 * NUM_PTS_IN_REGION; in build_degamma()
1097 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in build_degamma()
1099 while (i != begin_index) { in build_degamma()
/linux-6.3-rc2/drivers/md/persistent-data/
A Ddm-array.c435 static int drop_blocks(struct resize *resize, unsigned int begin_index, in drop_blocks() argument
440 while (begin_index != end_index) { in drop_blocks()
441 uint64_t key = begin_index++; in drop_blocks()

Completed in 9 milliseconds