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

/ast/src/lib/libz/
H A Dinftrees.c65 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
147 offs[1] = 0;
149 offs[len + 1] = offs[len] + count[len];
153 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/ast/src/cmd/INIT/
H A Dratz.c1732 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
1814 offs[1] = 0;
1816 offs[len + 1] = offs[len] + count[len];
1820 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;

Completed in 32 milliseconds