HomeSort by relevance Sort by last modified time
    Searched defs:HEAP_SIZE (Results 1 - 4 of 4) sorted by null

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

Completed in 112 milliseconds