Lines Matching defs:best
57 reg int copy; /* best match if any */
62 reg int n, c_addr, best, d;
72 best = copy;
74 if((d = c_addr - copy) < best)
75 { best = d;
79 { if((d = copy - tab->recent[n]) < 0 || d >= best)
81 best = d;
84 if(best >= I_MORE && tab->quick[n = copy%K_QSIZE] == copy)
88 best = n - (d<<VD_BITS); /**/ASSERT(best < (1<<VD_BITS));
92 /**/ASSERT(best >= 0);
130 STRPUTC(tab, (uchar)best);
131 else STRPUTU(tab, (ulong)best, buf);