Lines Matching defs:add
38 #define A_MAX 5 /* max size of the header of an add instruction */
158 /* make a new add command */
213 /* it's good but it may be better to merge it to an add */
233 register long add, m_cost, a_cost;
236 add = (s->last && s->last->type == DELTA_ADD) ? s->last->size : 0;
253 if(add > 0)
255 cost_m += 1 + add + NBYTE(add);
256 cost_a += add;
269 /* convert the entire sequence to an add */
416 /* add any remaining blocks */