Searched refs:zlib_adler32 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | zutil.h | 78 static inline uLong zlib_adler32(uLong adler, in zlib_adler32() function
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inflate.c | 182 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len) 390 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate() 405 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate()
|
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deflate.c | 511 strm->adler = zlib_adler32(strm->adler, strm->next_in, len); in read_buf()
|