HomeSort by: relevance | last modified time | path
    Searched defs:end_index (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 274 uint32_t begin_index, end_index; local in function:precompute_de_pq
282 end_index = begin_index + 12 * NUM_PTS_IN_REGION;
287 for (; i <= end_index; i++) {
1027 uint32_t begin_index, end_index; local in function:build_degamma
1039 end_index = begin_index + 12 * NUM_PTS_IN_REGION;
1048 while (i != end_index) {
  /src/sys/sys/
cdio.h 147 u_char end_index; member in struct:ioc_play_track
  /src/sys/dev/ic/
aic79xx.c 4121 u_int end_index; local in function:ahd_sent_msg
4123 end_index = index + 1 + ahd->msgout_buf[index + 1];
4128 if (ahd->msgout_index > end_index)
4133 index = end_index;
aic7xxx.c 2951 u_int end_index; local in function:ahc_sent_msg
2953 end_index = index + 1 + ahc->msgout_buf[index + 1];
2958 if (ahc->msgout_index > end_index)
2963 index = end_index;

Completed in 141 milliseconds