Searched refs:adler32 (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/freetype/dist/src/gzip/ |
| H A D | adler32.c | 0 /* adler32.c -- compute the Adler-32 checksum of a data stream 6 /* @(#) $Id: adler32.c,v 1.2 2018/05/09 08:08:53 mrg Exp $ */ 21 ZEXPORT(uLong) adler32( /* adler, buf, len) */ function in typeref:typename:uLong
|
| H A D | zlib.h | 85 uLong adler; /* adler32 value of the uncompressed data */ 258 deflate() sets strm->adler to the adler32 checksum of all input read 356 below), inflate sets strm-adler to the adler32 checksum of the 358 it sets strm->adler to the adler32 checksum of all output produced 361 checks that its computed adler32 checksum is equal to that saved by the 369 adler32 checksum), Z_STREAM_ERROR if the stream structure was inconsistent 775 ZEXTERN(uLong) adler32 OF((uLong adler, const Bytef *buf, uInt len)); 784 uLong adler = adler32(0L, Z_NULL, 0); 787 adler = adler32(adler, buffer, length);
|
| H A D | rules.mk | 42 GZIP_DRV_SRCS := $(GZIP_DIR)/adler32.c \
|
| H A D | ftzconf.h | 35 # define adler32 z_adler32 macro
|
| H A D | inflate.c | 125 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w))
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 3123 static unsigned int stb_adler32(unsigned int adler32, unsigned char *buffer, unsigned int buflen) argument 3126 unsigned long s1 = adler32 & 0xffff, s2 = adler32 >> 16;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 3123 static unsigned int stb_adler32(unsigned int adler32, unsigned char *buffer, unsigned int buflen) argument 3126 unsigned long s1 = adler32 & 0xffff, s2 = adler32 >> 16;
|
Completed in 19 milliseconds