HomeSort by relevance Sort by last modified time
    Searched full:litcode (Results 1 - 1 of 1) sorted by null

  /external/zlib/contrib/blast/
blast.c 286 static short litcnt[MAXBITS+1], litsym[256]; /* litcode memory */
289 static struct huffman litcode = {litcnt, litsym}; /* length code */ local
311 construct(&litcode, litlen, sizeof(litlen));
364 symbol = lit ? decode(s, &litcode) : bits(s, 8);

Completed in 307 milliseconds