Searched refs:strategy (Results 1 - 25 of 61) sorted by relevance

123

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dzip.h229 int strategy,
246 int strategy,
254 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
272 int strategy,
293 int strategy,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A DvbeModes.h91 LookupModeFlags strategy);
H A Dxf86.h386 ClockRangePtr clockRanges, LookupModeFlags strategy);
392 LookupModeFlags strategy,
402 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A DvbeModes.h91 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DvbeModes.h87 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DvbeModes.h87 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DvbeModes.h87 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DvbeModes.h87 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DvbeModes.h87 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A DvbeModes.h87 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A DvbeModes.h87 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A DvbeModes.h87 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A DvbeModes.h87 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A DvbeModes.h87 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A DvbeModes.h91 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A DvbeModes.h91 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A DvbeModes.h91 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DvbeModes.h88 LookupModeFlags strategy);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DvbeModes.h88 LookupModeFlags strategy);
/vbox/src/libs/zlib-1.2.6/
H A Dgzwrite.c43 MAX_WBITS + 16, DEF_MEM_LEVEL, state->strategy);
484 int ZEXPORT gzsetparams(file, level, strategy)
487 int strategy;
503 if (level == state->level && strategy == state->strategy)
518 deflateParams(strm, level, strategy);
521 state->strategy = strategy;
H A Ddeflate.c213 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
220 int strategy;
273 strategy < 0 || strategy > Z_FIXED) {
316 s->strategy = strategy;
490 int ZEXPORT deflateParams(strm, level, strategy)
493 int strategy;
507 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXE
[all...]
H A Dgzlib.c113 state->strategy = Z_DEFAULT_STRATEGY;
137 state->strategy = Z_FILTERED;
140 state->strategy = Z_HUFFMAN_ONLY;
143 state->strategy = Z_RLE;
146 state->strategy = Z_FIXED;
H A Dzlib.h197 /* compression strategy; see deflateInit2() below for details */
529 int strategy));
561 The strategy parameter is used to tune the compression algorithm. Use the
571 strategy parameter only affects the compression ratio but not the
637 compression state which can be quite large, so this strategy is slow and can
659 int strategy));
661 Dynamically update the compression level and compression strategy. The
662 interpretation of level and strategy is as in deflateInit2. This can be
664 to switch to a different kind of input data requiring a different strategy.
1211 a strategy
[all...]
H A Dgzguts.h170 int strategy; /* compression strategy */ member in struct:__anon17372
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas115 memLevel, strategy: Integer): Integer;
120 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer;
165 level, method, windowBits, memLevel, strategy: Integer;
233 strategy: Integer): Integer;
235 Result := deflateInit2_(strm, level, method, windowBits, memLevel, strategy,

Completed in 83 milliseconds

123