Searched refs:Z_FIXED (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h192 #define Z_FIXED 4 macro
528 compressed output even if it is not set appropriately. Z_FIXED prevents the
/external/chromium_org/third_party/zlib/
H A Dgzlib.c139 state->strategy = Z_FIXED;
H A Dzlib.h196 #define Z_FIXED 4 macro
572 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
H A Ddeflate.c262 strategy < 0 || strategy > Z_FIXED) {
435 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
H A Dtrees.c990 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzlib.c164 state->strategy = Z_FIXED;
H A Dzlib.h259 #define Z_FIXED 4 macro
640 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
H A Dfx_zlib_deflate.c272 strategy < 0 || strategy > Z_FIXED) {
506 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
H A Dfx_zlib_trees.c972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/external/qemu/distrib/zlib-1.2.8/
H A Dgzlib.c164 state->strategy = Z_FIXED;
H A Dzlib.h195 #define Z_FIXED 4 macro
576 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
H A Ddeflate.c273 strategy < 0 || strategy > Z_FIXED) {
507 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
H A Dtrees.c972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/external/zlib/src/
H A Dgzlib.c164 state->strategy = Z_FIXED;
H A Dzlib.h195 #define Z_FIXED 4 macro
576 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
H A Ddeflate.c273 strategy < 0 || strategy > Z_FIXED) {
507 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
H A Dtrees.c972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/external/zlib/
H A Dzlib.h195 #define Z_FIXED 4 macro
576 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas94 Z_FIXED = 4;
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h255 #define Z_FIXED 4 macro
636 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler

Completed in 202 milliseconds