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

/ast/src/lib/libodelta/
H A Ddelta.c216 register int m_cost, a_cost; local
220 a_cost = NBYTE(a_size) + a_size;
223 if(m_cost >= a_cost)
233 register long add, m_cost, a_cost; local
239 a_cost = 0;
248 a_cost += ip->size;
252 cost_a = a_cost;

Completed in 11 milliseconds