Lines Matching full:tblend
234 peakpairs = numtemps * numecs + tblend;
354 if ( tblend < 2 )
360 i = tblend - numecs;
441 tblend = 0;
442 firstfree = tblend + 1;
473 ++tblend; /* room for transition on end-of-buffer character */
475 while ( tblend + numecs >= current_max_xpairs )
479 nxt[tblend] = end_of_buffer_state;
480 chk[tblend] = jamstate;
484 nxt[tblend + i] = 0;
485 chk[tblend + i] = jamstate;
488 jambase = tblend;
493 tblend += numecs;
612 baseaddr = MAX( tblend + 1, minec );
637 tblend = MAX( tblend, tbllast );
660 if ( firstfree > tblend )
662 tblend = firstfree++;
824 if ( position + numecs > tblend )
825 tblend = position + numecs;