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

/macosx-10.10.1/bzip2-36/bzip2/
H A Dcompress.c360 register UInt32 cost01, cost23, cost45; local
362 cost01 = cost23 = cost45 = 0;
367 cost23 += s->len_pack[icv][1]; \
384 cost[2] = cost23 & 0xffff; cost[3] = cost23 >> 16;

Completed in 60 milliseconds