begin_index       266 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	uint32_t begin_index, end_index;
begin_index       273 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	begin_index = 13 * NUM_PTS_IN_REGION;
begin_index       274 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	end_index = begin_index + 12 * NUM_PTS_IN_REGION;
begin_index       276 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	for (i = 0; i <= begin_index; i++)
begin_index       984 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	uint32_t begin_index, end_index;
begin_index       995 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	begin_index = 13 * NUM_PTS_IN_REGION;
begin_index       996 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	end_index = begin_index + 12 * NUM_PTS_IN_REGION;
begin_index       998 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	while (i != begin_index) {
begin_index       437 drivers/md/persistent-data/dm-array.c static int drop_blocks(struct resize *resize, unsigned begin_index,
begin_index       442 drivers/md/persistent-data/dm-array.c 	while (begin_index != end_index) {
begin_index       443 drivers/md/persistent-data/dm-array.c 		uint64_t key = begin_index++;