Searched refs:DELTA_ADD (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libodelta/
H A Dupdate.h29 #define DELTA_ADD 0100 macro
H A Ddelta.c43 int type; /* DELTA_MOVE or DELTA_ADD */
163 ip = newMove(DELTA_ADD,(long)(end-beg),(long)(beg-Btar),NiL);
172 if(last->type == DELTA_ADD)
188 if(last && last->type == DELTA_ADD)
236 add = (s->last && s->last->type == DELTA_ADD) ? s->last->size : 0;
244 if(ip->type == DELTA_ADD || ip->size > (M_MAX+A_MAX))
258 if(ip->next && ip->next->type == DELTA_ADD)
270 s->type = DELTA_ADD;
280 if((last = s->last) && last->type == DELTA_ADD)
286 if(s->next && s->next->type == DELTA_ADD)
[all...]
H A Dupdate.c199 case DELTA_ADD :

Completed in 10 milliseconds