Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/zlib/
Dzlib.h1600 # ifdef crc32_combine
1601 # undef crc32_combine
1603 # define crc32_combine crc32_combine64 macro
1617 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1625 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
Dgoogle.patch141 +#define crc32_combine MOZ_Z_crc32_combine
235 +# ifdef crc32_combine
236 +# undef crc32_combine
238 # define crc32_combine crc32_combine64
Dmozzconf.h123 #define crc32_combine MOZ_Z_crc32_combine macro
Dzconf.h37 # define crc32_combine z_crc32_combine macro
Dcrc32.c428 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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dzlib.h89 #define crc32_combine FPDFAPI_crc32_combine macro
1778 # define crc32_combine crc32_combine64 macro
1794 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1800 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
Dfx_zlib_crc32.c411 uLong ZEXPORT crc32_combine( in crc32_combine() function
/external/pdfium/core/include/thirdparties/zlib/
Dzlib.h85 #define crc32_combine FPDFAPI_crc32_combine macro
1774 # define crc32_combine crc32_combine64 macro
1790 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1796 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
Dzconf.h38 # define crc32_combine z_crc32_combine macro
/external/zlib/src/win32/
Dzlib.def72 crc32_combine
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def119 crc32_combine @142
/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.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/qemu/distrib/zlib-1.2.8/
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/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()
/external/zlib/src/as400/
Dbndsrc147 EXPORT SYMBOL("crc32_combine")

12