Lines Matching defs:best
59 reg int copy; /* best match if >= 0 */
64 reg int n, c_addr, best, d;
73 best = copy;
75 if((d = c_addr - copy) < best)
76 { best = d;
80 { if((d = copy - tab->recent[n]) < 0 || d >= best)
82 best = d;
85 if(best >= I_MORE && tab->quick[n = copy%K_QSIZE] == copy)
89 best = n - (d<<VD_BITS); /**/ASSERT(best < (1<<VD_BITS));
93 /**/ASSERT(best >= 0);
135 { if(VDPUTC((Vdio_t*)tab,(uchar)best) < 0 )
139 { if((*_Vdputu)((Vdio_t*)tab, (ulong)best) < 0 )