Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A Ddeflate_fuzzer.cc30 {Z_DEFAULT_STRATEGY, Z_FILTERED, Z_HUFFMAN_ONLY, Z_RLE, Z_FIXED}); in LLVMFuzzerTestOneInput()
/third_party/node/lib/
H A Dzlib.js87 Z_DEFAULT_STRATEGY, Z_DEFAULT_WINDOWBITS, Z_DEFAULT_MEMLEVEL, Z_FIXED,
683 Z_DEFAULT_STRATEGY, Z_FIXED, Z_DEFAULT_STRATEGY);
736 checkRangesOrGetDefault(strategy, 'strategy', Z_DEFAULT_STRATEGY, Z_FIXED);
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas94 Z_FIXED = 4;
/third_party/node/deps/zlib/
H A Dzlib.h199 #define Z_FIXED 4 macro
599 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
H A Dgzlib.c157 state->strategy = Z_FIXED; in gz_open()
H A Ddeflate.c449 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) { in deflateInit2_()
524 * That covers the case where either Z_FIXED is specified, forcing fixed in deflateInit2_()
802 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) { in deflateParams()
H A Dtrees.c1034 if (static_lenb <= opt_lenb || s->strategy == Z_FIXED)
/third_party/node/deps/v8/third_party/zlib/
H A Dgzlib.c164 state->strategy = Z_FIXED;
H A Dzlib.h199 #define Z_FIXED 4 macro
599 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
H A Ddeflate.c301 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) {
371 * That covers the case where either Z_FIXED is specified, forcing fixed
636 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
H A Dtrees.c977 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/third_party/libwebsockets/win32port/zlib/
H A Dgzlib.c137 state->strategy = Z_FIXED;
H A Dzlib.h195 #define Z_FIXED 4 macro
567 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
H A Ddeflate.c256 strategy < 0 || strategy > Z_FIXED) {
312 * That covers the case where either Z_FIXED is specified, forcing fixed
478 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
H A Dtrees.c990 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/third_party/skia/third_party/externals/zlib/
H A Dgzlib.c164 state->strategy = Z_FIXED;
H A Dzlib.h199 #define Z_FIXED 4 macro
600 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
H A Ddeflate.c296 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) {
366 * That covers the case where either Z_FIXED is specified, forcing fixed
630 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
H A Dtrees.c976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/third_party/zlib/
H A Dgzlib.c158 state->strategy = Z_FIXED; in gz_open()
H A Dzlib.h199 #define Z_FIXED 4 macro
600 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
H A Ddeflate.c431 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) { in deflateInit2_()
488 * That covers the case where either Z_FIXED is specified, forcing fixed in deflateInit2_()
769 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) { in deflateParams()
H A Dtrees.c1059 if (static_lenb <= opt_lenb || s->strategy == Z_FIXED)
/third_party/node/src/
H A Dnode_zlib.cc978 strategy == Z_RLE || strategy == Z_FIXED || in Init()
1338 NODE_DEFINE_CONSTANT(target, Z_FIXED); in DefineZlibConstants()
/third_party/python/Modules/
H A Dzlibmodule.c1591 #ifdef Z_FIXED // 1.2.2.2 in zlib_exec()
1592 ZLIB_ADD_INT_MACRO(Z_FIXED); in zlib_exec()

Completed in 44 milliseconds

12