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

/netbsd-current/external/zlib/pigz/dist/zopfli/
H A Ddeflate.c113 unsigned lld_total; /* Size of lld_lengths. */ local
135 lld_total = hlit + 257 + hdist + 1;
136 lld_lengths = (unsigned*)malloc(sizeof(*lld_lengths) * lld_total);
139 for (i = 0; i < lld_total; i++) {
145 for (i = 0; i < lld_total; i++) {
147 for (j = i; j < lld_total && lld_lengths[i] == lld_lengths[j]; j++) {

Completed in 135 milliseconds