HomeSort by: relevance | last modified time | path
    Searched defs:adler32 (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
ChecksumImpl.cs 160 private static extern uint adler32(uint adler, int data, uint length); method in class:DotZLib.AdlerChecksum
191 _current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
ChecksumImpl.cs 160 private static extern uint adler32(uint adler, int data, uint length); method in class:DotZLib.AdlerChecksum
191 _current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
ChecksumImpl.cs 160 private static extern uint adler32(uint adler, int data, uint length); method in class:DotZLib.AdlerChecksum
191 _current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
ChecksumImpl.cs 160 private static extern uint adler32(uint adler, int data, uint length); method in class:DotZLib.AdlerChecksum
191 _current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
ChecksumImpl.cs 160 private static extern uint adler32(uint adler, int data, uint length); method in class:DotZLib.AdlerChecksum
191 _current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
  /src/external/cddl/osnet/dist/uts/common/zmod/
adler32.c 0 /* adler32.c -- compute the Adler-32 checksum of a data stream
57 uLong ZEXPORT adler32(adler, buf, len) function
zconf.h 93 #define adler32 z_adler32 macro
  /src/external/zlib/pigz/dist/zopfli/
zlib_container.c 28 /* Calculates the adler32 checksum of the data */
29 static unsigned adler32(const unsigned char* data, size_t size) function
54 unsigned checksum = adler32(in, (unsigned)insize);
  /src/common/dist/zlib/
adler32.c 0 /* adler32.c -- compute the Adler-32 checksum of a data stream
128 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { function
138 /* for negative len, return invalid adler32 as a clue for debugging */
  /src/external/gpl3/binutils/dist/zlib/
adler32.c 0 /* adler32.c -- compute the Adler-32 checksum of a data stream
128 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { function
138 /* for negative len, return invalid adler32 as a clue for debugging */
  /src/external/gpl3/binutils.old/dist/zlib/
adler32.c 0 /* adler32.c -- compute the Adler-32 checksum of a data stream
134 uLong ZEXPORT adler32(adler, buf, len) function
152 /* for negative len, return invalid adler32 as a clue for debugging */
  /src/external/gpl3/gdb.old/dist/zlib/
adler32.c 0 /* adler32.c -- compute the Adler-32 checksum of a data stream
134 uLong ZEXPORT adler32(adler, buf, len) function
152 /* for negative len, return invalid adler32 as a clue for debugging */
  /src/external/gpl3/gdb/dist/zlib/
adler32.c 0 /* adler32.c -- compute the Adler-32 checksum of a data stream
128 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { function
138 /* for negative len, return invalid adler32 as a clue for debugging */
  /src/external/gpl3/binutils/dist/zlib/contrib/delphi/
ZLib.pas 40 adler: Longint; // adler32 value of the uncompressed data
200 {$L adler32.obj}
212 procedure adler32; external; procedure
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
zlibpas.pas 45 adler: LongInt; (* adler32 value of the uncompressed data *)
154 function adler32(adler: LongInt; const buf: PChar; len: Integer): LongInt; function
176 {$L adler32.obj}
188 function adler32; external; function
  /src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
ZLib.pas 40 adler: Longint; // adler32 value of the uncompressed data
200 {$L adler32.obj}
212 procedure adler32; external; procedure
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
zlibpas.pas 45 adler: LongInt; (* adler32 value of the uncompressed data *)
154 function adler32(adler: LongInt; const buf: PChar; len: Integer): LongInt; function
176 {$L adler32.obj}
188 function adler32; external; function
  /src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
ZLib.pas 40 adler: Longint; // adler32 value of the uncompressed data
200 {$L adler32.obj}
212 procedure adler32; external; procedure
  /src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
zlibpas.pas 45 adler: LongInt; (* adler32 value of the uncompressed data *)
154 function adler32(adler: LongInt; const buf: PChar; len: Integer): LongInt; function
176 {$L adler32.obj}
188 function adler32; external; function
  /src/external/gpl3/gdb/dist/zlib/contrib/delphi/
ZLib.pas 40 adler: Longint; // adler32 value of the uncompressed data
200 {$L adler32.obj}
212 procedure adler32; external; procedure
  /src/external/gpl3/gdb/dist/zlib/contrib/pascal/
zlibpas.pas 45 adler: LongInt; (* adler32 value of the uncompressed data *)
154 function adler32(adler: LongInt; const buf: PChar; len: Integer): LongInt; function
176 {$L adler32.obj}
188 function adler32; external; function
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 40 adler: Longint; // adler32 value of the uncompressed data
200 {$L adler32.obj}
212 procedure adler32; external; procedure
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 45 adler: LongInt; (* adler32 value of the uncompressed data *)
154 function adler32(adler: LongInt; const buf: PChar; len: Integer): LongInt; function
176 {$L adler32.obj}
188 function adler32; external; function
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_lzop.c 51 #include <zlib.h> /* for crc32 and adler32 */
64 #define adler32 lzo_adler32 macro
282 checksum = adler32(adler32(0, NULL, 0), p, len);
422 cksum = adler32(adler32(0, NULL, 0), b, state->compressed_size);
469 cksum = adler32(adler32(0, NULL, 0), state->out_block,
  /src/sys/net/
zlib.h 84 # define adler32 z_adler32 macro
379 uLong adler; /* adler32 value of the uncompressed data */
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
671 checks that its computed adler32 checksum is equal to that saved by the
679 adler32 checksum), Z_STREAM_ERROR if the stream structure was inconsistent
765 Upon return of this function, strm->adler is set to the Adler32 value
767 which dictionary has been used by the compressor. (The Adler32 value
868 can be determined from the Adler32 value returned by this call o
    [all...]

Completed in 26 milliseconds

1 2