Searched refs:crc32_combine (Results 1 – 24 of 24) sorted by relevance
/external/zlib/src/ |
D | zlib.map | 34 crc32_combine;
|
D | zlib.h | 1862 # define crc32_combine crc32_combine64 macro 1878 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); 1884 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
|
D | crc32.c | 428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
|
D | zconf.h | 39 # define crc32_combine z_crc32_combine macro
|
D | zconf.h.cmakein | 41 # define crc32_combine z_crc32_combine
|
D | zconf.h.in | 39 # define crc32_combine z_crc32_combine macro
|
D | ChangeLog | 546 - Reject negative lengths in crc32_combine() 730 - Use z_off_t for adler32_combine() and crc32_combine() lengths 739 - Add crc32_combine() and adler32_combine() functions
|
/external/python/cpython2/Modules/zlib/ |
D | zlib.map | 34 crc32_combine;
|
D | zlib.h | 1861 # define crc32_combine crc32_combine64 macro 1877 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); 1883 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
|
D | crc32.c | 428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
|
D | zconf.h | 39 # define crc32_combine z_crc32_combine macro
|
D | zconf.h.in | 39 # define crc32_combine z_crc32_combine macro
|
D | zconf.h.cmakein | 41 # define crc32_combine z_crc32_combine
|
D | ChangeLog | 546 - Reject negative lengths in crc32_combine() 730 - Use z_off_t for adler32_combine() and crc32_combine() lengths 739 - Add crc32_combine() and adler32_combine() functions
|
/external/zlib/src/win32/ |
D | zlib.def | 78 crc32_combine
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; in crc32_combine() function 194 function crc32_combine; external; in crc32_combine() function
|
/external/zlib/ |
D | zlib.h | 1862 # define crc32_combine crc32_combine64 macro 1878 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); 1884 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
|
D | libz.map.txt | 36 crc32_combine;
|
D | zconf.h | 39 # define crc32_combine z_crc32_combine macro
|
/external/zlib/src/contrib/vstudio/vc10/ |
D | zlibvc.def | 119 crc32_combine @142
|
/external/zlib/src/contrib/vstudio/vc9/ |
D | zlibvc.def | 119 crc32_combine @142
|
/external/zlib/src/contrib/vstudio/vc11/ |
D | zlibvc.def | 119 crc32_combine @142
|
/external/zlib/src/examples/ |
D | README.examples | 28 - illustrates the use of crc32_combine()
|
D | gzjoin.c | 411 *crc = crc32_combine(*crc, bget4(in), len); in gzcopy()
|