Home
last modified time | relevance | path

Searched refs:crc32_combine (Results 1 – 19 of 19) sorted by relevance

/external/zlib/src/
Dzlib.map34 crc32_combine;
Dzlib.h1697 # define crc32_combine crc32_combine64 macro
1713 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1719 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
Dcrc32.c411 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
Dzconf.h37 # define crc32_combine z_crc32_combine macro
Dzconf.h.cmakein39 # define crc32_combine z_crc32_combine
Dzconf.h.in37 # define crc32_combine z_crc32_combine macro
DChangeLog440 - Reject negative lengths in crc32_combine()
624 - Use z_off_t for adler32_combine() and crc32_combine() lengths
633 - Add crc32_combine() and adler32_combine() functions
/external/zlib/src/win32/
Dzlib.def70 crc32_combine
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def119 crc32_combine @142
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def119 crc32_combine @142
/external/zlib/
Dzlib.h1697 # define crc32_combine crc32_combine64 macro
1713 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1719 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
Dzconf.h37 # define crc32_combine z_crc32_combine macro
/external/zlib/src/contrib/pascal/
Dzlibpas.pas157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; in crc32_combine() function
194 function crc32_combine; external; in crc32_combine() function
/external/zlib/src/examples/
DREADME.examples28 - illustrates the use of crc32_combine()
Dgzjoin.c410 *crc = crc32_combine(*crc, bget4(in), len); in gzcopy()
/external/zlib/src/as400/
Dbndsrc147 EXPORT SYMBOL("crc32_combine")
/external/qemu/distrib/zlib-1.2.3/
Dcrc32.c370 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
Dzlib.h1301 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h1317 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));