Home
last modified time | relevance | path

Searched refs:crc32_combine64 (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/zlib/
H A Dzlib.h1868 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
1905 # ifdef crc32_combine64
1906 # undef crc32_combine64 macro
1921 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t);
H A Dchromeconf.h51 #define crc32_combine64 Cr_z_crc32_combine64 macro
H A Dzutil.h210 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t);
H A Dzconf.h52 # define crc32_combine64 z_crc32_combine64 macro
H A Dcrc32.c1124 uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) { in crc32_combine64() function
1133 return crc32_combine64(crc1, crc2, (z_off64_t)len2); in crc32_combine()
/third_party/libwebsockets/win32port/zlib/
H A Dzlib.h1571 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
1580 # define crc32_combine crc32_combine64
1587 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
H A Dzutil.h165 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
H A Dcrc32.c434 uLong ZEXPORT crc32_combine64(crc1, crc2, len2) in crc32_combine64() function
H A Dzconf.h35 # define crc32_combine64 z_crc32_combine64 macro
/third_party/zlib/
H A Dzlib.h1864 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
1883 # define crc32_combine crc32_combine64
1892 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t);
H A Dzutil.h174 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t);
H A Dcrc32.c1032 uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) { in crc32_combine64() function
1041 return crc32_combine64(crc1, crc2, (z_off64_t)len2); in crc32_combine()
H A Dzconf.h40 # define crc32_combine64 z_crc32_combine64 macro
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h1851 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
1886 # define crc32_combine crc32_combine64
1894 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
H A Dchromeconf.h51 #define crc32_combine64 Cr_z_crc32_combine64 macro
H A Dzutil.h199 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
H A Dcrc32.c490 uLong ZEXPORT crc32_combine64(crc1, crc2, len2) in crc32_combine64() function
H A Dzconf.h52 # define crc32_combine64 z_crc32_combine64 macro
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h1849 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
1884 # define crc32_combine crc32_combine64
1892 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
H A Dchromeconf.h51 #define crc32_combine64 Cr_z_crc32_combine64 macro
H A Dzutil.h207 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
H A Dcrc32.c490 uLong ZEXPORT crc32_combine64(crc1, crc2, len2) in crc32_combine64() function
H A Dzconf.h52 # define crc32_combine64 z_crc32_combine64 macro

Completed in 44 milliseconds