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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.h60 #define L_CODES (LITERALS+1+LENGTH_CODES) macro
69 #define HEAP_SIZE (2*L_CODES+1)
227 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
234 uch depth[2*L_CODES+1];

Completed in 158 milliseconds