Searched defs:byte_idx (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c213 Idx byte_idx, end_idx, remain_len;
219 for (byte_idx = pstr->valid_len; byte_idx < end_idx;)
224 remain_len = end_idx - byte_idx;
233 ch = pstr->raw_mbs [pstr->raw_mbs_idx + byte_idx + i];
234 buf[i] = pstr->mbs[byte_idx + i] = pstr->trans[ch];
239 p = (const char *) pstr->raw_mbs + pstr->raw_mbs_idx + byte_idx;
251 wc = (wchar_t) pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx];
258 pstr->wcs[byte_idx++] = wc;
260 for (remain_len = byte_idx
212 Idx byte_idx, end_idx, remain_len; local
274 Idx src_idx, byte_idx, end_idx, remain_len; local
[all...]
H A Dregex_internal.h811 int byte_idx;
814 for (byte_idx = 1; idx + byte_idx < pstr->valid_len; ++byte_idx)
815 if (pstr->wcs[idx + byte_idx] != WEOF)
817 return byte_idx;
810 int byte_idx; local

Completed in 29 milliseconds