| /src/crypto/external/apache2/openssl/dist/crypto/slh_dsa/ |
| slh_wots.c | 101 size_t j = start_index, end_index; local 116 end_index = start_index + steps; 117 for (; j < end_index; ++j) {
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
| gtest-param-util.h | 267 int end_index = 0; local 269 end_index++; 270 return end_index;
|
| /src/external/bsd/less/dist/ |
| search.c | 892 int end_index = ep - line; local 908 for (i = start_index+1; i <= end_index; i++) 910 if (chpos[i] != chpos[i-1] + 1 || i == end_index) 915 if (i < end_index)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
| amdgpu_color_gamma.c | 274 uint32_t begin_index, end_index; local 282 end_index = begin_index + 12 * NUM_PTS_IN_REGION; 287 for (; i <= end_index; i++) { 1027 uint32_t begin_index, end_index; local 1039 end_index = begin_index + 12 * NUM_PTS_IN_REGION; 1048 while (i != end_index) {
|
| /src/sys/sys/ |
| cdio.h | 148 u_char end_index; member in struct:ioc_play_track
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-display-text.cc | 813 int bgn_index, end_index, index; local 1202 if (get_exp_id (arg1, bgn_index, end_index) != -1) 1204 cd = new er_print_experiment (dbev, bgn_index, end_index, false, 1211 if (get_exp_id (arg1, bgn_index, end_index) != -1) 1213 cd = new er_print_experiment (dbev, bgn_index, end_index, false, 1236 if (get_exp_id (arg1, bgn_index, end_index) != -1) 1238 cd = new er_print_experiment (dbev, bgn_index, end_index, false, 1936 er_print::get_exp_id (char *sel, int &bgn_index, int &end_index) 1943 end_index = dbeSession->nexps () - 1; 1951 bgn_index = end_index = exp_id [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-display-text.cc | 813 int bgn_index, end_index, index; local 1202 if (get_exp_id (arg1, bgn_index, end_index) != -1) 1204 cd = new er_print_experiment (dbev, bgn_index, end_index, false, 1211 if (get_exp_id (arg1, bgn_index, end_index) != -1) 1213 cd = new er_print_experiment (dbev, bgn_index, end_index, false, 1236 if (get_exp_id (arg1, bgn_index, end_index) != -1) 1238 cd = new er_print_experiment (dbev, bgn_index, end_index, false, 1936 er_print::get_exp_id (char *sel, int &bgn_index, int &end_index) 1943 end_index = dbeSession->nexps () - 1; 1951 bgn_index = end_index = exp_id [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| rust-parse.c | 913 int end_index; local 925 end_index = subexps[INT_TEXT].rm_eo; 940 end_index = subexps[FLOAT_TYPE1].rm_so; 946 end_index = subexps[FLOAT_TYPE2].rm_so; 952 end_index = subexps[0].rm_eo; 969 end_index = subexps[0].rm_eo; 993 for (int i = 0; i < end_index && pstate->lexptr[i]; ++i)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| rust-parse.c | 936 int end_index; local 948 end_index = subexps[INT_TEXT].rm_eo; 960 end_index = subexps[FLOAT_TYPE1].rm_so; 966 end_index = subexps[FLOAT_TYPE2].rm_so; 972 end_index = subexps[0].rm_eo; 989 end_index = subexps[0].rm_eo; 1012 for (int i = 0; i < end_index && pstate->lexptr[i]; ++i)
|
| /src/sys/dev/ic/ |
| aic79xx.c | 4121 u_int end_index; local 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 2953 end_index = index + 1 + ahc->msgout_buf[index + 1]; 2958 if (ahc->msgout_index > end_index) 2963 index = end_index;
|