Home
last modified time | relevance | path

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

/external/pdfium/third_party/zlib_v128/
Dzlib.h92 #define crc32_combine FPDFAPI_crc32_combine macro
1783 # undef crc32_combine
1785 # define crc32_combine crc32_combine64 macro
1801 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1807 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
Dcrc32.c411 uLong ZEXPORT crc32_combine( in crc32_combine() function
Dzconf.h38 # define crc32_combine z_crc32_combine macro
/external/zlib/src/
Dzlib.map34 crc32_combine;
Dzlib.h1714 # define crc32_combine crc32_combine64 macro
1730 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1736 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.h38 # define crc32_combine z_crc32_combine macro
Dzconf.h.cmakein40 # define crc32_combine z_crc32_combine
Dzconf.h.in38 # define crc32_combine z_crc32_combine macro
DChangeLog503 - Reject negative lengths in crc32_combine()
687 - Use z_off_t for adler32_combine() and crc32_combine() lengths
696 - Add crc32_combine() and adler32_combine() functions
/external/zlib/src/win32/
Dzlib.def72 crc32_combine
/external/zlib/
Dzlib.h1714 # define crc32_combine crc32_combine64 macro
1730 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1736 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
Dzconf.h38 # define crc32_combine z_crc32_combine macro
/external/opencv3/3rdparty/zlib/
Dzlib.h1714 # define crc32_combine crc32_combine64 macro
1730 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1736 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.h.cmakein40 # define crc32_combine z_crc32_combine
DChangeLog503 - Reject negative lengths in crc32_combine()
687 - Use z_off_t for adler32_combine() and crc32_combine() lengths
696 - Add crc32_combine() and adler32_combine() functions
/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/contrib/vstudio/vc11/
Dzlibvc.def119 crc32_combine @142
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def119 crc32_combine @142
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def119 crc32_combine @142
/external/zlib/src/examples/
DREADME.examples28 - illustrates the use of crc32_combine()
Dgzjoin.c411 *crc = crc32_combine(*crc, bget4(in), len); in gzcopy()
/external/zlib/src/as400/
Dbndsrc147 EXPORT SYMBOL("crc32_combine")