HomeSort by: relevance | last modified time | path
    Searched defs:construct (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/blast/
blast.c 179 * Huffman code for n symbols, construct the tables required to decode those
191 local int construct(struct huffman *h, const unsigned char *rep, int n) function in typeref:typename:local int
317 construct(&litcode, litlen, sizeof(litlen));
318 construct(&lencode, lenlen, sizeof(lenlen));
319 construct(&distcode, distlen, sizeof(distlen));
  /src/common/dist/zlib/contrib/puff/
puff.c 39 * - Simplify offs[] index in construct()
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
310 * Huffman code for n symbols, construct the tables required to decode those
329 * fixed() and is not verified by construct().
340 local int construct(struct huffman *h, const short *length, int n) function in typeref:typename:local int
548 /* construct lencode and distcode */
563 construct(&lencode, lengths, FIXLCODES);
568 construct(&distcode, lengths, MAXDCODES);
655 * code length code lengths, three bits each. This is used to construct the
669 int err; /* construct() return value *
    [all...]

Completed in 13 milliseconds