Searched refs:tblend (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | tblcmp.c | 232 peakpairs = numtemps * numecs + tblend; in cmptmps() 344 if (tblend < 2) in find_table_space() 350 i = tblend - numecs; in find_table_space() 428 tblend = 0; in inittbl() 429 firstfree = tblend + 1; in inittbl() 458 ++tblend; /* room for transition on end-of-buffer character */ in mkdeftbl() 460 while (tblend + numecs >= current_max_xpairs) in mkdeftbl() 464 nxt[tblend] = end_of_buffer_state; in mkdeftbl() 465 chk[tblend] = jamstate; in mkdeftbl() 468 nxt[tblend + i] = 0; in mkdeftbl() [all …]
|
| H A D | gen.c | 216 ((tblend + numecs + 1) >= INT16_MAX in mkctbl() 223 tbl->td_lolen = (flex_uint32_t) (tblend + numecs + 1); /* number of structs */ in mkctbl() 246 while (tblend + 2 >= current_max_xpairs) in mkctbl() 252 base[lastdfa + 1] = tblend + 2; in mkctbl() 253 nxt[tblend + 1] = end_of_buffer_action; in mkctbl() 254 chk[tblend + 1] = numecs + 1; in mkctbl() 255 chk[tblend + 2] = 1; /* anything but EOB */ in mkctbl() 258 nxt[tblend + 2] = 0; in mkctbl() 272 for (i = 0; i <= tblend; ++i) { in mkctbl() 296 tdata[curr++] = chk[tblend + 1]; in mkctbl() [all …]
|
| H A D | main.c | 94 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable 891 tblsiz = 2 * (lastdfa + numtemps) + 2 * tblend; in flexend() 899 tblend, current_max_xpairs, peakpairs); in flexend()
|
| H A D | flexdef.h | 593 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | dwarf1.c | 322 bfd_byte *tblend; in parse_line_table() local 327 tblend = bfd_get_32 (stash->abfd, (bfd_byte *) xptr) + xptr; in parse_line_table() 336 aUnit->line_count = (tblend - xptr) / 10; in parse_line_table()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | dwarf1.c | 322 bfd_byte *tblend; in parse_line_table() local 327 tblend = bfd_get_32 (stash->abfd, (bfd_byte *) xptr) + xptr; in parse_line_table() 336 aUnit->line_count = (tblend - xptr) / 10; in parse_line_table()
|