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

  /src/common/dist/zlib/contrib/infback9/
inftree9.h 39 1446, which is the sum of 852 for literal/length codes and 594 for distance
40 codes. These values were found by exhaustive searches using the program
43 maximum bit length of a code. "enough 286 9 15" for literal/length codes
44 returns 852, and "enough 32 6 15" for distance codes returns 594. The
54 CODES,
60 unsigned codes, code FAR * FAR *table,
  /src/common/dist/zlib/
inftrees.h 39 1444, which is the sum of 852 for literal/length codes and 592 for distance
40 codes. These values were found by exhaustive searches using the program
43 maximum bit length of a code. "enough 286 9 15" for literal/length codes
44 returns 852, and "enough 30 6 15" for distance codes returns 592. The
55 CODES,
61 unsigned codes, code FAR * FAR *table,
  /src/sys/net/
zlib.c 309 /* number of length codes, not counting the special END_BLOCK code */
315 /* number of Literal or Length codes, including the END_BLOCK code */
318 /* number of distance codes */
321 /* number of codes used to transfer the bit lengths */
327 /* All codes must not exceed MAX_BITS bits */
474 /* number of codes at each bit length for an optimal tree */
822 * output size for (length,distance) codes is <= 24 bits.
2017 /* Bit length codes must not exceed MAX_BL_BITS bits */
2042 /* The lengths of the bit length codes are sent in order of decreasing
2043 * probability, to avoid transmitting the lengths for unused bit length codes
3908 *codes; member in struct:inflate_blocks_state::__anon0201f1530a0a::__anon0201f1530c08
    [all...]

Completed in 31 milliseconds