Lines Matching full:count
59 unsigned short count[MAXBITS+1]; /* number of codes of each length */ local
94 The codes are sorted by computing a count of codes for each length,
109 count[len] = 0;
111 count[lens[sym]]++;
116 if (count[max] != 0) break;
128 if (count[min] != 0) break;
135 left -= count[len];
144 offs[len + 1] = offs[len] + count[len];
166 counts are used for this, and so count[] is decremented as codes are
251 /* go to next symbol, update count, len */
253 if (--(count[len]) == 0) {
271 left -= count[curr + drop];