Searched refs:MAX_BL_BITS (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_trees.c47 #define MAX_BL_BITS 7 macro
48 /* Bit length codes must not exceed MAX_BL_BITS bits */
132 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
/external/qemu/distrib/zlib-1.2.8/
H A Dtrees.c47 #define MAX_BL_BITS 7 macro
48 /* Bit length codes must not exceed MAX_BL_BITS bits */
132 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
/external/zlib/src/
H A Dtrees.c47 #define MAX_BL_BITS 7 macro
48 /* Bit length codes must not exceed MAX_BL_BITS bits */
132 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
/external/chromium_org/third_party/zlib/
H A Dtrees.c47 #define MAX_BL_BITS 7 macro
48 /* Bit length codes must not exceed MAX_BL_BITS bits */
137 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};

Completed in 566 milliseconds