HomeSort by: relevance | last modified time | path
    Searched defs:ZLIB (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/zlib/examples/
zran.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
11 1.3 18 Feb 2023 Permit raw deflate streams as well as zlib and gzip
61 #include "zlib.h"
128 #define ZLIB 15
139 int mode = 0; // mode: RAW, ZLIB, or GZIP (0 => not set yet)
142 int ret; // the return value from zlib, or Z_ERRNO
158 // if it is neither zlib nor gzip. This could in theory result
159 // in a false positive for zlib, but in practice the fill bits
163 (strm.next_in[0] & 0xf) == 8 ? ZLIB :
242 // Support zlib versions before 1.2.3 (July 2005), or incomplete zlib clone
    [all...]
  /src/external/gpl3/gdb/dist/zlib/examples/
zran.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
11 1.3 18 Feb 2023 Permit raw deflate streams as well as zlib and gzip
61 #include "zlib.h"
128 #define ZLIB 15
139 int mode = 0; // mode: RAW, ZLIB, or GZIP (0 => not set yet)
142 int ret; // the return value from zlib, or Z_ERRNO
158 // if it is neither zlib nor gzip. This could in theory result
159 // in a false positive for zlib, but in practice the fill bits
163 (strm.next_in[0] & 0xf) == 8 ? ZLIB :
242 // Support zlib versions before 1.2.3 (July 2005), or incomplete zlib clone
    [all...]
  /src/common/dist/zlib/examples/
zran.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
11 1.3 18 Feb 2023 Permit raw deflate streams as well as zlib and gzip
67 #include "zlib.h"
125 #define ZLIB 15
151 int mode = 0; // mode: RAW, ZLIB, or GZIP (0 => not set yet)
154 int ret; // the return value from zlib, or Z_ERRNO
169 // if it is neither zlib nor gzip. This could in theory result
170 // in a false positive for zlib, but in practice the fill bits
174 (index->strm.next_in[0] & 0xf) == 8 ? ZLIB :
249 // Support zlib versions before 1.2.3 (July 2005), or incomplete zlib clone
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
lto-streamer.h 363 ZLIB,
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer.h 361 ZLIB,

Completed in 22 milliseconds