| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 49 public uint adler;
field in struct:DotZLib.ZStream
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 49 public uint adler;
field in struct:DotZLib.ZStream
|
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 49 public uint adler;
field in struct:DotZLib.ZStream
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 49 public uint adler;
field in struct:DotZLib.ZStream
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 49 public uint adler;
field in struct:DotZLib.ZStream
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| zlib.h | 4 Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler 22 Jean-loup Gailly Mark Adler 101 uLong adler; /* adler32 value of the uncompressed data */ member in struct:z_stream_s 311 deflate() sets strm->adler to the adler32 checksum of all input read 433 below), inflate sets strm->adler to the adler32 checksum of the dictionary 435 strm->adler to the adler32 checksum of all output produced so far (that is, 511 gzip stream is being written, strm->adler is a crc32 instead of an adler32. 565 Upon return of this function, strm->adler is set to the adler32 value 570 adler32 value is not computed and strm->adler is not set. 727 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler i [all...] |
| /src/sys/net/ |
| zlib.h | 6 Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler 24 Jean-loup Gailly Mark Adler 379 uLong adler; /* adler32 value of the uncompressed data */ member in struct:z_stream_s 564 deflate() sets strm->adler to the adler32 checksum of all input read 666 below), inflate sets strm-adler to the adler32 checksum of the 668 it sets strm->adler to the adler32 checksum of all output produced 765 Upon return of this function, strm->adler is set to the Adler32 value 1137 Update a running Adler-32 checksum with the bytes buf[0..len-1] and 1140 An Adler-32 checksum is almost as reliable as a CRC32 but can be computed 1143 uLong adler = adler32(0L, Z_NULL, 0) [all...] |
| /src/external/gpl3/binutils/dist/zlib/ |
| zlib.h | 4 Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler 22 Jean-loup Gailly Mark Adler 104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ member in struct:z_stream_s 233 allocation functions. total_in, total_out, adler, and msg are initialized. 341 deflate() sets strm->adler to the Adler-32 checksum of all input read 343 strm->adler will be the CRC-32 checksum of the input read so far. (See 386 them to use default allocation functions. total_in, total_out, adler, and 487 below), inflate sets strm->adler to the Adler-32 checksum of the dictionar [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/ |
| zlib.h | 4 Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler 22 Jean-loup Gailly Mark Adler 104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ member in struct:z_stream_s 341 deflate() sets strm->adler to the Adler-32 checksum of all input read 343 strm->adler will be the CRC-32 checksum of the input read so far. (See 486 below), inflate sets strm->adler to the Adler-32 checksum of the dictionary 488 strm->adler to the Adler-32 checksum of all output produced so far (that is [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/ |
| zlib.h | 4 Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler 22 Jean-loup Gailly Mark Adler 104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ member in struct:z_stream_s 341 deflate() sets strm->adler to the Adler-32 checksum of all input read 343 strm->adler will be the CRC-32 checksum of the input read so far. (See 486 below), inflate sets strm->adler to the Adler-32 checksum of the dictionary 488 strm->adler to the Adler-32 checksum of all output produced so far (that is [all...] |
| /src/external/gpl3/gdb/dist/zlib/ |
| zlib.h | 4 Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler 22 Jean-loup Gailly Mark Adler 104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ member in struct:z_stream_s 233 allocation functions. total_in, total_out, adler, and msg are initialized. 341 deflate() sets strm->adler to the Adler-32 checksum of all input read 343 strm->adler will be the CRC-32 checksum of the input read so far. (See 386 them to use default allocation functions. total_in, total_out, adler, and 487 below), inflate sets strm->adler to the Adler-32 checksum of the dictionar [all...] |
| /src/common/dist/zlib/ |
| zlib.h | 6 Copyright (C) 1995-2026 Jean-loup Gailly and Mark Adler 24 Jean-loup Gailly Mark Adler 110 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ member in struct:z_stream_s 239 allocation functions. total_in, total_out, adler, and msg are initialized. 347 deflate() sets strm->adler to the Adler-32 checksum of all input read 349 strm->adler will be the CRC-32 checksum of the input read so far. (See 392 them to use default allocation functions. total_in, total_out, adler, and 493 below), inflate sets strm->adler to the Adler-32 checksum of the dictionar [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| zlib.h | 6 Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler 24 Jean-loup Gailly Mark Adler 444 uLong adler; /* adler32 value of the uncompressed data */ member in struct:z_stream_s 654 deflate() sets strm->adler to the adler32 checksum of all input read 776 below), inflate sets strm->adler to the adler32 checksum of the dictionary 778 strm->adler to the adler32 checksum of all output produced so far (that is, 854 gzip stream is being written, strm->adler is a crc32 instead of an adler32. 908 Upon return of this function, strm->adler is set to the adler32 value 913 adler32 value is not computed and strm->adler is not set. 1070 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler i [all...] |