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

/openbsd-current/usr.bin/lex/
H A Dtblcmp.c240 peakpairs = numtemps * numecs + tblend;
357 if (tblend < 2)
364 i = tblend - numecs;
444 tblend = 0;
445 firstfree = tblend + 1;
476 ++tblend; /* room for transition on end-of-buffer
479 while (tblend + numecs >= current_max_xpairs)
483 nxt[tblend] = end_of_buffer_state;
484 chk[tblend] = jamstate;
487 nxt[tblend
[all...]
H A Dgen.c223 ((tblend + numecs + 1) >= INT16_MAX
230 tbl->td_lolen = tblend + numecs + 1; /* number of structs */
255 while (tblend + 2 >= current_max_xpairs)
261 base[lastdfa + 1] = tblend + 2;
262 nxt[tblend + 1] = end_of_buffer_action;
263 chk[tblend + 1] = numecs + 1;
264 chk[tblend + 2] = 1; /* anything but EOB */
267 nxt[tblend + 2] = 0;
282 for (i = 0; i <= tblend; ++i) {
301 tdata[curr++] = chk[tblend
[all...]
H A Dmain.c90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
853 tblsiz = 2 * (lastdfa + numtemps) + 2 * tblend;
861 tblend, current_max_xpairs, peakpairs);
H A Dflexdef.h569 * tblend - last "nxt/chk" table entry being used
589 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Ddwarf1.c308 char *tblend; local
313 tblend = bfd_get_32 (stash->abfd, (bfd_byte *) xptr) + xptr;
322 aUnit->line_count = (tblend - xptr) / 10;
/openbsd-current/gnu/usr.bin/binutils-2.17/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;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarfread.c2019 static void decode_line_numbers (char *tblscan, char *tblend,
2075 char *tblend; local
2083 tblscan = tblend = linetable;
2087 tblend += length;
2092 while (tblscan < tblend)

Completed in 222 milliseconds