Searched defs:icv (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libbz/
H A Dcompress.c352 UInt16 icv = s->szptr[i]; local
353 cost0 += s->len[0][icv];
354 cost1 += s->len[1][icv];
355 cost2 += s->len[2][icv];
356 cost3 += s->len[3][icv];
357 cost4 += s->len[4][icv];
358 cost5 += s->len[5][icv];
364 UInt16 icv = s->szptr[i]; local
365 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv];

Completed in 11 milliseconds