offs 190 lib/zlib/contrib/blast/blast.c short offs[MAXBITS+1]; /* offsets in symbol table for each length */ offs 222 lib/zlib/contrib/blast/blast.c offs[1] = 0; offs 224 lib/zlib/contrib/blast/blast.c offs[len + 1] = offs[len] + h->count[len]; offs 232 lib/zlib/contrib/blast/blast.c h->symbol[offs[length[symbol]]++] = symbol; offs 59 lib/zlib/contrib/infback9/inftree9.c unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ offs 135 lib/zlib/contrib/infback9/inftree9.c offs[1] = 0; offs 137 lib/zlib/contrib/infback9/inftree9.c offs[len + 1] = offs[len] + count[len]; offs 141 lib/zlib/contrib/infback9/inftree9.c if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; offs 324 lib/zlib/contrib/puff/puff.c short offs[MAXBITS+1]; /* offsets in symbol table for each length */ offs 343 lib/zlib/contrib/puff/puff.c offs[1] = 0; offs 345 lib/zlib/contrib/puff/puff.c offs[len + 1] = offs[len] + h->count[len]; offs 353 lib/zlib/contrib/puff/puff.c h->symbol[offs[length[symbol]]++] = symbol; offs 59 lib/zlib/inftrees.c unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ offs 141 lib/zlib/inftrees.c offs[1] = 0; offs 143 lib/zlib/inftrees.c offs[len + 1] = offs[len] + count[len]; offs 147 lib/zlib/inftrees.c if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;