Lines Matching defs:best
63 Match_t* match; /* best match if any */
68 reg int n, c_addr, copy, best, d;
77 best = copy = match - tab->base;
79 if((d = c_addr - copy) < best)
80 { best = d;
84 { if((d = copy - tab->recent[n]) < 0 || d >= best)
86 best = d;
89 if(best >= I_MORE && tab->quick[n = copy%K_QSIZE] == copy)
93 best = n - (d<<VD_BITS); /**/ASSERT(best < (1<<VD_BITS));
97 /**/ASSERT(best >= 0);
139 { if(VDPUTC((Vdio_t*)tab,(uchar)best) < 0 )
143 { if((*_Vdputu)((Vdio_t*)tab, (ulong)best) < 0 )