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

/ast/src/lib/libbz/
H A Dcompress.c349 register UInt16 cost0, cost1, cost2, cost3, cost4, cost5; local
350 cost0 = cost1 = cost2 = cost3 = cost4 = cost5 = 0;
353 cost0 += s->len[0][icv];
360 cost[0] = cost0; cost[1] = cost1; cost[2] = cost2;

Completed in 10 milliseconds