Home
last modified time | relevance | path

Searched refs:code_max (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-ast.c36 tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, int position) in tre_ast_new_literal() argument
46 lit->code_max = code_max; in tre_ast_new_literal()
137 int code_min, code_max, pos; in tre_do_print() local
148 code_max = lit->code_max; in tre_do_print()
159 if (code_max >= ASSERT_LAST << 1) in tre_do_print()
163 if (code_max & (1 << i)) in tre_do_print()
169 fprintf(stream, "tag %d\n", code_max); in tre_do_print()
173 fprintf(stream, "backref %d, pos %d\n", code_max, pos); in tre_do_print()
183 "%d tags\n", code_min, code_max, code_min, code_max, pos, in tre_do_print()
H A Dtre-compile.c278 (int)lit->code_min, (int)lit->code_max)); in tre_add_tags()
696 int max = lit->code_max; in tre_copy_ast()
1064 new_set[0].code_max = -1; in tre_set_empty()
1070 tre_set_one(tre_mem_t mem, int position, int code_min, int code_max, in tre_set_one() argument
1081 new_set[0].code_max = code_max; in tre_set_one()
1087 new_set[1].code_max = -1; in tre_set_one()
1112 new_set[s1].code_max = set1[s1].code_max; in tre_set_union()
1156 new_set[s1 + s2].code_max = set2[s2].code_max; in tre_set_union()
1232 if (lit->code_max >= 0) in tre_match_empty()
1238 if (tags[i] == lit->code_max) in tre_match_empty()
[all …]
H A Dtre-ast.h59 int code_max; member
104 tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, int position);
H A Dtre-compile.h16 int code_max; member
H A Dtre-match-backtrack.c527 trans_i->code_min, trans_i->code_max, in tre_tnfa_run_backtrack()
528 trans_i->code_min, trans_i->code_max, in tre_tnfa_run_backtrack()
531 && trans_i->code_max >= (tre_cint_t)prev_c) in tre_tnfa_run_backtrack()
H A Dtre-internal.h153 tre_cint_t code_max; member
H A Dtre-parse.c471 max = l->code_max; in tre_parse_bracket()
474 (int)l->code_min, (int)l->code_max, (long)l->u.class, curr_max)); in tre_parse_bracket()
493 l->code_max = curr_max; in tre_parse_bracket()
507 DPRINT(("creating %d - %d\n", (int)l->code_min, (int)l->code_max)); in tre_parse_bracket()
H A Dtre-match-parallel.c415 trans_i->code_max >= (tre_cint_t)prev_c) in tre_tnfa_run_parallel()
H A Dtre-match-approx.c683 || trans->code_max < (tre_cint_t)prev_c) in tre_tnfa_run_approx()
/netbsd-src/sys/dev/hpc/
H A Dfontconv.c41 long code_max = -1; in fc_rasops() local
83 if (code_max < code) { in fc_rasops()
84 code_max = code; in fc_rasops()
94 fprintf(ofp, " %d,\t\t\t/* numchars */\n", code_max - code_min + 1); in fc_rasops()
113 long code_max = -1; in fc_rcons() local
156 if (code_max < code) { in fc_rcons()
157 code_max = code; in fc_rcons()
167 for (code = code_min; code <= code_max; code++) { in fc_rcons()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DQLParser.tab.hh1913 const int code_max = 317; in yytranslate_() local
1917 else if (t <= code_max) in yytranslate_()