Home | History | Annotate | Download | only in lib

Lines Matching refs:end_idx

215   Idx byte_idx, end_idx, remain_len;
220 end_idx = (pstr->bufs_len > pstr->len) ? pstr->len : pstr->bufs_len;
221 for (byte_idx = pstr->valid_len; byte_idx < end_idx;)
226 remain_len = end_idx - byte_idx;
277 Idx src_idx, byte_idx, end_idx, remain_len;
287 end_idx = (pstr->bufs_len > pstr->len) ? pstr->len : pstr->bufs_len;
293 while (byte_idx < end_idx)
310 remain_len = end_idx - byte_idx;
362 for (src_idx = pstr->valid_raw_len; byte_idx < end_idx;)
367 remain_len = end_idx - byte_idx;
430 end_idx = (pstr->bufs_len > pstr->len)
534 Idx char_idx, end_idx;
535 end_idx = (pstr->bufs_len > pstr->len) ? pstr->len : pstr->bufs_len;
537 for (char_idx = pstr->valid_len; char_idx < end_idx; ++char_idx)
557 Idx buf_idx, end_idx;
558 end_idx = (pstr->bufs_len > pstr->len) ? pstr->len : pstr->bufs_len;
560 for (buf_idx = pstr->valid_len; buf_idx < end_idx; ++buf_idx)