Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dregcomp_trie.c90 if ( trie->states[ state ].wordnum ) { in S_dump_trie()
91 Perl_re_printf( aTHX_ " W%4X", 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; \
506 trie->states[ state ].wordnum = curword; \
1391 if ( trie->states[state].wordnum ) in Perl_make_trie()
1528 if ( !trie->states[trie->startstate].wordnum in Perl_make_trie()
[all …]
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()
3440 .wordnum].len) % maxlen ]; 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()
[all …]
Dregcomp.h1210 U16 wordnum; member
/openbsd/src/gnu/usr.bin/gcc/gcc/
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]);
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/src/gnu/gcc/gcc/
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()
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()