Lines Matching +full:0 +full:- +full:1152
1 // SPDX-License-Identifier: Zlib
12 #define DFLTCC_LEVEL_MASK 0x2 /* DFLTCC compression for level 1 only */
13 #define DFLTCC_LEVEL_MASK_DEBUG 0x3fe /* DFLTCC compression for all levels */
17 #define DFLTCC_RIBM 0
33 #define DFLTCC_FMT0 0
36 * Parameter Block for Generate Dynamic-Huffman Table, Compress and Expand.
39 uint16_t pbvn; /* Parameter-Block-Version Number */
40 uint8_t mvn; /* Model-Version Number */
49 unsigned htt : 1; /* Huffman-Table Type */
50 unsigned bcf : 1; /* Block-Continuation Flag */
58 unsigned sbb : 3; /* Sub-Byte Boundary */
59 uint8_t oesc; /* Operation-Ending-Supplemental Code */
61 unsigned ifs : 4; /* Incomplete-Function Status */
62 uint16_t ifl; /* Incomplete-Function Length */
70 unsigned eobs : 15; /* End-of-block Symbol */
72 uint8_t eobl : 4; /* End-of-block Length */
75 uint16_t cdhtl : 12; /* Compressed-Dynamic-Huffman Table
80 uint8_t csb[1152];
85 #define CVT_CRC32 0
87 #define HTT_FIXED 0
100 char msg[64]; /* Buffer for strm->msg */