Home
last modified time | relevance | path

Searched refs:cur_idx (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregex_internal.h379 Idx cur_idx; member
438 ((pstr)->mbs[(pstr)->cur_idx + offset])
440 ((pstr)->mbs[(pstr)->cur_idx++])
446 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx)
447 #define re_string_cur_idx(pstr) ((pstr)->cur_idx)
451 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx))
452 #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx))
Dregexec.c69 Idx cur_idx, Idx nmatch) internal_function;
1518 Idx cur_node, Idx cur_idx, Idx nmatch) in update_regs() argument
1528 pmatch[reg_num].rm_so = cur_idx; in update_regs()
1538 if (pmatch[reg_num].rm_so < cur_idx) in update_regs()
1540 pmatch[reg_num].rm_eo = cur_idx; in update_regs()
1558 pmatch[reg_num].rm_eo = cur_idx; in update_regs()
2308 Idx cur_idx = re_string_cur_idx (&mctx->input); in merge_state_with_log() local
2310 if (cur_idx > mctx->state_log_top) in merge_state_with_log()
2312 mctx->state_log[cur_idx] = next_state; in merge_state_with_log()
2313 mctx->state_log_top = cur_idx; in merge_state_with_log()
[all …]
Dregex_internal.c735 pstr->cur_idx = 0; in re_string_reconstruct()
752 && ! re_string_is_single_byte_char (pstr, pstr->cur_idx + idx)) in internal_function()
756 off = pstr->cur_idx + idx; in internal_function()
796 if (!re_string_first_byte (pstr, pstr->cur_idx)) in internal_function()
799 off = pstr->offsets[pstr->cur_idx]; in internal_function()
806 re_string_char_size_at (pstr, pstr->cur_idx)); in internal_function()
811 return pstr->raw_mbs[pstr->raw_mbs_idx + pstr->cur_idx++]; in internal_function()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
Drsaz-avx512.pl541 my ($cur_idx,$idx,$ones) = map("%ymm$_", (21..23));
565 vmovdqa64 $t4, $cur_idx
569 vpcmpq \$0, $cur_idx, $idx, %k1 # mask of (idx == cur_idx)
571 vpaddq $ones, $cur_idx, $cur_idx # increment cur_idx
/netbsd/src/sys/external/bsd/dwc2/dist/
Ddwc2_hcdddma.c582 u16 cur_idx; in dwc2_init_isoc_dma_desc() local
588 cur_idx = dwc2_frame_list_idx(hsotg->frame_number); in dwc2_init_isoc_dma_desc()
598 if (dwc2_frame_idx_num_gt(cur_idx, next_idx) || (cur_idx == next_idx)) { in dwc2_init_isoc_dma_desc()
602 qh->td_last = dwc2_desclist_idx_inc(cur_idx, inc, in dwc2_init_isoc_dma_desc()
1021 u16 cur_idx; in dwc2_complete_isoc_xfer_ddma() local
1039 cur_idx = dwc2_frame_list_idx(hsotg->frame_number); in dwc2_complete_isoc_xfer_ddma()
1043 if (dwc2_frame_idx_num_gt(cur_idx, in dwc2_complete_isoc_xfer_ddma()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc29641 output_index_string (indirect_string_node **h, unsigned int *cur_idx) in output_index_string() argument
29649 gcc_assert (*cur_idx == node->index); in output_index_string()
29651 *cur_idx += 1; in output_index_string()
29699 unsigned int cur_idx = 0; in output_indirect_strings() local
29737 (&cur_idx); in output_indirect_strings()