Searched refs:code_max (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-compile.h16 int code_max; member in struct:__anon2318
H A Dtre-ast.c36 tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, int position) argument
46 lit->code_max = code_max;
137 int code_min, code_max, pos; local
148 code_max = lit->code_max;
159 if (code_max >= ASSERT_LAST << 1)
163 if (code_max & (1 << i))
169 fprintf(stream, "tag %d\n", code_max);
173 fprintf(stream, "backref %d, pos %d\n", code_max, po
[all...]
H A Dtre-ast.h59 int code_max; member in struct:__anon2308
104 tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, int position);
H A Dtre-compile.c276 (int)lit->code_min, (int)lit->code_max));
693 int max = lit->code_max;
1061 new_set[0].code_max = -1;
1067 tre_set_one(tre_mem_t mem, int position, int code_min, int code_max, argument
1078 new_set[0].code_max = code_max;
1084 new_set[1].code_max = -1;
1109 new_set[s1].code_max = set1[s1].code_max;
1153 new_set[s1 + s2].code_max
[all...]
H A Dtre-match-backtrack.c527 trans_i->code_min, trans_i->code_max,
528 trans_i->code_min, trans_i->code_max,
531 && trans_i->code_max >= (tre_cint_t)prev_c)
H A Dtre-internal.h153 tre_cint_t code_max; member in struct:tnfa_transition
H A Dtre-match-parallel.c399 trans_i->code_max >= (tre_cint_t)prev_c)
H A Dtre-parse.c471 max = l->code_max;
474 (int)l->code_min, (int)l->code_max, (long)l->u.class, curr_max));
493 l->code_max = curr_max;
507 DPRINT(("creating %d - %d\n", (int)l->code_min, (int)l->code_max));
H A Dtre-match-approx.c670 || trans->code_max < (tre_cint_t)prev_c)
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dfontconv.c41 long code_max = -1; local
83 if (code_max < code) {
84 code_max = code;
94 fprintf(ofp, " %d,\t\t\t/* numchars */\n", code_max - code_min + 1);
113 long code_max = -1; local
156 if (code_max < code) {
157 code_max = code;
167 for (code = code_min; code <= code_max; code++) {

Completed in 118 milliseconds