Home
last modified time | relevance | path

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

12

/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/python/cpython2/Modules/zlib/
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));
Dzconf.h38 # define crc32_combine z_crc32_combine macro
Dcrc32.c411 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
/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
/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));
Dlibz.map.txt18 crc32_combine;
Dzconf.h38 # 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/contrib/vstudio/vc9/
Dzlibvc.def119 crc32_combine @142
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def119 crc32_combine @142
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def119 crc32_combine @142
/external/syslinux/com32/include/
Dzlib.h1580 # define crc32_combine crc32_combine64 macro
1595 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
Dzconf.h34 # define crc32_combine z_crc32_combine macro
/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")
/external/syslinux/com32/lib/zlib/
Dcrc32.c428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function

12