HomeSort by: relevance | last modified time | path
    Searched refs:windowBits (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
zlib.d 561 int windowBits,
565 return deflateInit2_(strm, level, method, windowBits, memLevel,
575 The windowBits parameter is the base two logarithm of the window size
581 For the current implementation of deflate(), a windowBits value of 8 (a
589 windowBits can also be -8 .. -15 for raw deflate. In this case, -windowBits
593 windowBits can also be greater than 15 for optional gzip encoding. Add
594 16 to windowBits to write a simple gzip header and trailer around the
609 as a function of windowBits and memLevel.
839 int inflateInit2(z_streamp strm, int windowBits)
    [all...]
  /src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h 485 int windowBits,
496 The windowBits parameter is the base two logarithm of the window size
502 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
506 windowBits can also be greater than 15 for optional gzip encoding. Add
507 16 to windowBits to write a simple gzip header and trailer around the
517 usage as a function of windowBits and memLevel.
697 int windowBits));
703 The windowBits parameter is the base two logarithm of the maximum window
706 instead. windowBits must be greater than or equal to the windowBits valu
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
zlibpas.pas 114 function deflateInit2(var strm: z_stream; level, method, windowBits,
126 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
132 function inflateReset2(var strm: z_stream; windowBits: Integer): Integer;
137 windowBits: Integer; window: PChar): Integer;
165 level, method, windowBits, memLevel, strategy: Integer;
167 function inflateInit2_(var strm: z_stream; windowBits: Integer;
170 windowBits: Integer; window: PChar;
232 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel,
235 Result := deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
244 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
zlibpas.pas 114 function deflateInit2(var strm: z_stream; level, method, windowBits,
126 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
132 function inflateReset2(var strm: z_stream; windowBits: Integer): Integer;
137 windowBits: Integer; window: PChar): Integer;
165 level, method, windowBits, memLevel, strategy: Integer;
167 function inflateInit2_(var strm: z_stream; windowBits: Integer;
170 windowBits: Integer; window: PChar;
232 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel,
235 Result := deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
244 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
zlibpas.pas 114 function deflateInit2(var strm: z_stream; level, method, windowBits,
126 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
132 function inflateReset2(var strm: z_stream; windowBits: Integer): Integer;
137 windowBits: Integer; window: PChar): Integer;
165 level, method, windowBits, memLevel, strategy: Integer;
167 function inflateInit2_(var strm: z_stream; windowBits: Integer;
170 windowBits: Integer; window: PChar;
232 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel,
235 Result := deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
244 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/pascal/
zlibpas.pas 114 function deflateInit2(var strm: z_stream; level, method, windowBits,
126 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
132 function inflateReset2(var strm: z_stream; windowBits: Integer): Integer;
137 windowBits: Integer; window: PChar): Integer;
165 level, method, windowBits, memLevel, strategy: Integer;
167 function inflateInit2_(var strm: z_stream; windowBits: Integer;
170 windowBits: Integer; window: PChar;
232 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel,
235 Result := deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
244 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer
    [all...]
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 114 function deflateInit2(var strm: z_stream; level, method, windowBits,
126 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
132 function inflateReset2(var strm: z_stream; windowBits: Integer): Integer;
137 windowBits: Integer; window: PChar): Integer;
165 level, method, windowBits, memLevel, strategy: Integer;
167 function inflateInit2_(var strm: z_stream; windowBits: Integer;
170 windowBits: Integer; window: PChar;
232 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel,
235 Result := deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
244 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
zip.h 232 int windowBits,
249 int windowBits,
258 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
274 int windowBits,
294 int windowBits,
  /src/external/gpl3/binutils/dist/zlib/
zlib.h 542 int windowBits,
552 The windowBits parameter is the base two logarithm of the window size
558 For the current implementation of deflate(), a windowBits value of 8 (a
566 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
570 windowBits can also be greater than 15 for optional gzip encoding. Add
571 16 to windowBits to write a simple gzip header and trailer around the
586 as a function of windowBits and memLevel.
835 int windowBits);
841 The windowBits parameter is the base two logarithm of the maximum windo
    [all...]
inflate.c 141 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) {
149 /* extract wrap request from windowBits parameter */
150 if (windowBits < 0) {
151 if (windowBits < -15)
154 windowBits = -windowBits;
157 wrap = (windowBits >> 4) + 5;
159 if (windowBits < 48)
160 windowBits &= 15;
165 if (windowBits && (windowBits < 8 || windowBits > 15)
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
zip.h 232 int windowBits,
249 int windowBits,
259 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
275 int windowBits,
296 int windowBits,
  /src/external/gpl3/binutils.old/dist/zlib/
zlib.h 541 int windowBits,
551 The windowBits parameter is the base two logarithm of the window size
557 For the current implementation of deflate(), a windowBits value of 8 (a
565 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
569 windowBits can also be greater than 15 for optional gzip encoding. Add
570 16 to windowBits to write a simple gzip header and trailer around the
585 as a function of windowBits and memLevel.
833 int windowBits));
839 The windowBits parameter is the base two logarithm of the maximum windo
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
zip.h 232 int windowBits,
249 int windowBits,
259 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
275 int windowBits,
296 int windowBits,
  /src/external/gpl3/gdb.old/dist/zlib/
zlib.h 541 int windowBits,
551 The windowBits parameter is the base two logarithm of the window size
557 For the current implementation of deflate(), a windowBits value of 8 (a
565 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
569 windowBits can also be greater than 15 for optional gzip encoding. Add
570 16 to windowBits to write a simple gzip header and trailer around the
585 as a function of windowBits and memLevel.
833 int windowBits));
839 The windowBits parameter is the base two logarithm of the maximum windo
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
zip.h 232 int windowBits,
249 int windowBits,
258 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
274 int windowBits,
294 int windowBits,
  /src/external/gpl3/gdb/dist/zlib/
zlib.h 542 int windowBits,
552 The windowBits parameter is the base two logarithm of the window size
558 For the current implementation of deflate(), a windowBits value of 8 (a
566 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
570 windowBits can also be greater than 15 for optional gzip encoding. Add
571 16 to windowBits to write a simple gzip header and trailer around the
586 as a function of windowBits and memLevel.
835 int windowBits);
841 The windowBits parameter is the base two logarithm of the maximum windo
    [all...]
inflate.c 141 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) {
149 /* extract wrap request from windowBits parameter */
150 if (windowBits < 0) {
151 if (windowBits < -15)
154 windowBits = -windowBits;
157 wrap = (windowBits >> 4) + 5;
159 if (windowBits < 48)
160 windowBits &= 15;
165 if (windowBits && (windowBits < 8 || windowBits > 15)
    [all...]
  /src/common/dist/zlib/contrib/minizip/
zip.h 233 int windowBits,
250 int windowBits,
259 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
275 int windowBits,
295 int windowBits,
  /src/common/dist/zlib/
zlib.h 548 int windowBits,
558 The windowBits parameter is the base two logarithm of the window size
564 For the current implementation of deflate(), a windowBits value of 8 (a
572 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
576 windowBits can also be greater than 15 for optional gzip encoding. Add
577 16 to windowBits to write a simple gzip header and trailer around the
592 as a function of windowBits and memLevel.
862 int windowBits);
868 The windowBits parameter is the base two logarithm of the maximum windo
    [all...]
inflate.c 138 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) {
146 /* extract wrap request from windowBits parameter */
147 if (windowBits < 0) {
148 if (windowBits < -15)
151 windowBits = -windowBits;
154 wrap = (windowBits >> 4) + 5;
156 if (windowBits < 48)
157 windowBits &= 15;
162 if (windowBits && (windowBits < 8 || windowBits > 15)
    [all...]
infback.c 24 windowBits is in the range 8..15, and window is a user-supplied
25 window and output buffer that is 2**windowBits bytes.
27 int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits,
36 windowBits < 8 || windowBits > 15)
59 state->wbits = (uInt)windowBits;
60 state->wsize = 1U << windowBits;
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h 186 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
196 (1 << (windowBits+2)) + (1 << (memLevel+9))
197 that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values)
203 The memory requirements for inflate are (in bytes) 1 << windowBits
204 that is, 32K for windowBits=15 (default value) plus a few kilobytes
828 int windowBits,
839 The windowBits parameter is the base two logarithm of the window size
845 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
849 windowBits can also be greater than 15 for optional gzip encoding. Ad
    [all...]
  /src/external/bsd/zstd/dist/zlibWrapper/
zstd_zlibwrapper.c 291 int windowBits, int memLevel,
296 return deflateInit2_(strm, level, method, windowBits, memLevel, strategy, version, stream_size);
528 int windowBits;
626 ZEXTERN int ZEXPORT z_inflateInit2_ _Z_OF((z_streamp strm, int windowBits,
630 return inflateInit2_(strm, windowBits, version, stream_size);
634 LOG_WRAPPERD("- inflateInit2 windowBits=%d\n", windowBits);
638 zwd->windowBits = windowBits;
682 int windowBits))
    [all...]
  /src/distrib/utils/zcat/
zcat.c 123 int windowBits, int memLevel, int strategy,
  /src/sys/net/
zlib.h 155 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
165 (1 << (windowBits+2)) + (1 << (memLevel+9))
166 that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values)
172 The memory requirements for inflate are (in bytes) 1 << windowBits
173 that is, 32K for windowBits=15 (default value) plus a few kilobytes
715 The windowBits parameter is the base two logarithm of the window size
725 usage as a function of windowBits and memLevel.
848 The windowBits parameter is the base two logarithm of the maximum window
1184 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1185 deflateInit2_((strm),(level),(method),(windowBits),(memLevel),
    [all...]

Completed in 34 milliseconds

1 2 3