Searched refs:BL_CODES (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libz/
H A Ddeflate.h42 #define BL_CODES 19 macro
194 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
H A Dtrees.c67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
70 local const uch bl_order[BL_CODES]
136 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
419 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0;
822 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
845 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
/ast/src/cmd/INIT/
H A Dratz.c1252 #define BL_CODES 19 macro
1404 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */

Completed in 29 milliseconds