Searched defs:L_CODES (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Ddeflate.h36 #define L_CODES (LITERALS+1+LENGTH_CODES) macro
45 #define HEAP_SIZE (2*L_CODES+1)
203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
210 uch depth[2*L_CODES+1];
/ast/src/cmd/INIT/
H A Dratz.c1246 #define L_CODES (LITERALS+1+LENGTH_CODES) macro
1255 #define HEAP_SIZE (2*L_CODES+1)
1413 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
1420 uch depth[2*L_CODES+1];

Completed in 714 milliseconds