Lines Matching refs:copy
9 * A copy of the License is available at *
53 static int vdputinst(Table_t* tab, uchar* begs, uchar* here, reg int copy, int n_copy)
55 static int vdputinst(tab, begs, here, copy, n_copy)
59 reg int copy; /* best match if >= 0 */
73 best = copy;
75 if((d = c_addr - copy) < best)
80 { if((d = copy - tab->recent[n]) < 0 || d >= best)
85 if(best >= I_MORE && tab->quick[n = copy%K_QSIZE] == copy)
97 K_UPDATE(tab->quick,tab->recent,tab->rhere,copy);