Searched refs:copy_with_crc (Results 1 – 10 of 10) sorted by relevance
/external/angle/third_party/zlib/ |
D | chromeconf.h | 168 #define copy_with_crc Cr_z_copy_with_crc macro
|
D | crc32.c | 517 ZLIB_INTERNAL void copy_with_crc(z_streamp strm, Bytef *dst, long size) in copy_with_crc() function
|
D | deflate.c | 120 extern void ZLIB_INTERNAL copy_with_crc(z_streamp strm, Bytef *dst, long size); 1222 copy_with_crc(strm, buf, len);
|
/external/zlib/ |
D | chromeconf.h | 168 #define copy_with_crc Cr_z_copy_with_crc macro
|
D | crc32.c | 517 ZLIB_INTERNAL void copy_with_crc(z_streamp strm, Bytef *dst, long size) in copy_with_crc() function
|
D | deflate.c | 120 extern void ZLIB_INTERNAL copy_with_crc(z_streamp strm, Bytef *dst, long size); 1222 copy_with_crc(strm, buf, len);
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | crc32.c | 227 Z_INTERNAL void copy_with_crc(PREFIX3(stream) *strm, unsigned char *dst, unsigned long size) { in copy_with_crc() function
|
D | deflate.c | 123 extern void copy_with_crc(PREFIX3(stream) *strm, unsigned char *dst, unsigned long size); 1157 copy_with_crc(strm, buf, len); in read_buf()
|
/external/zlib/patches/ |
D | 0001-simd.patch | 34 +ZLIB_INTERNAL void copy_with_crc(z_streamp strm, Bytef *dst, long size) 573 +extern void ZLIB_INTERNAL copy_with_crc(z_streamp strm, Bytef *dst, long size); 723 + copy_with_crc(strm, buf, len);
|
/external/angle/third_party/zlib/patches/ |
D | 0001-simd.patch | 34 +ZLIB_INTERNAL void copy_with_crc(z_streamp strm, Bytef *dst, long size) 573 +extern void ZLIB_INTERNAL copy_with_crc(z_streamp strm, Bytef *dst, long size); 723 + copy_with_crc(strm, buf, len);
|