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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.h27 #define L_CODES (LITERALS+1+LENGTH_CODES) macro
36 #define HEAP_SIZE (2*L_CODES+1)
189 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
196 uch depth[2*L_CODES+1];

Completed in 1462 milliseconds