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

/external/chromium_org/third_party/zlib/
H A Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
197 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
/external/zlib/src/
H A Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */

Completed in 380 milliseconds