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

/ast/src/lib/libodelta/
H A Ddelta.c38 #define A_MAX 5 /* max size of the header of an add instruction */ macro
244 if(ip->type == DELTA_ADD || ip->size > (M_MAX+A_MAX))
448 if(ip->type == DELTA_MOVE && ip->size <= (M_MAX+A_MAX))

Completed in 10 milliseconds