Home
last modified time | relevance | path

Searched refs:wordnum (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dregcomp_trie.c90 if ( trie->states[ state ].wordnum ) { in S_dump_trie()
167 if ( ! trie->states[ state ].wordnum ) { in S_dump_trie_interim_list()
171 trie->states[ state ].wordnum in S_dump_trie_interim_list()
260 if ( ! trie->states[ TRIE_NODENUM( state ) ].wordnum ) { in S_dump_trie_interim_table()
266 trie->states[ TRIE_NODENUM( state ) ].wordnum ); in S_dump_trie_interim_table()
453 U16 dupe= trie->states[ state ].wordnum; \
1391 if ( trie->states[state].wordnum ) in Perl_make_trie()
1528 if ( !trie->states[trie->startstate].wordnum in Perl_make_trie()
1584 prev = trie->states[state].wordnum; in Perl_make_trie()
1710 if ( !aho->states[ ch_state ].wordnum && aho->states[ fail_state ].wordnum ) in Perl_construct_ahocorasick_from_trie()
[all …]
H A Dregexec.c3322 U32 word = aho->states[ state ].wordnum; in S_find_byclass()
3387 word = aho->states[ state ].wordnum; in S_find_byclass()
3437 if ( aho->states[ state ].wordnum ) { in S_find_byclass()
3442 DEBUG_r(accepted_word=aho->states[ state ].wordnum); in S_find_byclass()
6743 if (trie->states[ state ].wordnum) { in S_regmatch()
6785 U16 wordnum; in S_regmatch() local
6786 wordnum = trie->states[ state ].wordnum; in S_regmatch()
6788 if (wordnum) { /* it's an accept state */ in S_regmatch()
6801 if (!ST.nextword || wordnum < ST.nextword) in S_regmatch()
6802 ST.nextword = wordnum; in S_regmatch()
[all …]
H A Dregcomp.h1210 U16 wordnum; member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dbuiltins.c3029 HOST_WIDE_INT wordnum = tree_low_cst (TREE_VALUE (arglist), 0); local
3031 if (wordnum < 0 || wordnum >= nwords)
3034 return GEN_INT (word_ptr[wordnum]);
H A Dexpmed.c481 unsigned int wordnum = (backwards ? nwords - i - 1 : i); local
491 operand_subword_force (value, wordnum,
1175 unsigned int wordnum local
1184 rtx target_part = operand_subword (target, wordnum, 1, VOIDmode);
/openbsd/gnu/gcc/gcc/
H A Dexpmed.c575 unsigned int wordnum = (backwards ? nwords - i - 1 : i); in store_bit_field() local
585 operand_subword_force (value, wordnum, fieldmode)); in store_bit_field()
1306 unsigned int wordnum in extract_bit_field() local
1315 rtx target_part = operand_subword (target, wordnum, 1, VOIDmode); in extract_bit_field()
H A Dbuiltins.c4129 HOST_WIDE_INT wordnum = tree_low_cst (TREE_VALUE (arglist), 0); in expand_builtin_args_info() local
4131 if (wordnum < 0 || wordnum >= nwords) in expand_builtin_args_info()
4134 return GEN_INT (word_ptr[wordnum]); in expand_builtin_args_info()