Searched refs:tblend (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/flex/
H A Dtblcmp.c230 peakpairs = numtemps * numecs + tblend;
344 if (tblend < 2)
350 i = tblend - numecs;
430 tblend = 0;
431 firstfree = tblend + 1;
460 ++tblend; /* room for transition on end-of-buffer character */
462 while (tblend + numecs >= current_max_xpairs)
466 nxt[tblend] = end_of_buffer_state;
467 chk[tblend] = jamstate;
470 nxt[tblend
[all...]
H A Dgen.c211 ((tblend + numecs + 1) >= INT16_MAX
218 tbl->td_lolen = tblend + numecs + 1; /* number of structs */
241 while (tblend + 2 >= current_max_xpairs)
247 base[lastdfa + 1] = tblend + 2;
248 nxt[tblend + 1] = end_of_buffer_action;
249 chk[tblend + 1] = numecs + 1;
250 chk[tblend + 2] = 1; /* anything but EOB */
253 nxt[tblend + 2] = 0;
267 for (i = 0; i <= tblend; ++i) {
291 tdata[curr++] = chk[tblend
[all...]
H A Dmain.c91 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz;
873 tblsiz = 2 * (lastdfa + numtemps) + 2 * tblend;
881 tblend, current_max_xpairs, peakpairs);
90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
H A Dflexdef.h607 * tblend - last "nxt/chk" table entry being used
627 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,
/freebsd-10-stable/contrib/binutils/bfd/
H A Ddwarf1.c292 char *tblend; local
297 tblend = bfd_get_32 (stash->abfd, (bfd_byte *) xptr) + xptr;
306 aUnit->line_count = (tblend - xptr) / 10;
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddwarfread.c2020 static void decode_line_numbers (char *tblscan, char *tblend,
2076 char *tblend; local
2084 tblscan = tblend = linetable;
2088 tblend += length;
2093 while (tblscan < tblend)

Completed in 129 milliseconds