Home
last modified time | relevance | path

Searched refs:copy_with_crc (Results 1 – 10 of 10) sorted by relevance

/external/angle/third_party/zlib/
Dchromeconf.h168 #define copy_with_crc Cr_z_copy_with_crc macro
Dcrc32.c517 ZLIB_INTERNAL void copy_with_crc(z_streamp strm, Bytef *dst, long size) in copy_with_crc() function
Ddeflate.c120 extern void ZLIB_INTERNAL copy_with_crc(z_streamp strm, Bytef *dst, long size);
1222 copy_with_crc(strm, buf, len);
/external/zlib/
Dchromeconf.h168 #define copy_with_crc Cr_z_copy_with_crc macro
Dcrc32.c517 ZLIB_INTERNAL void copy_with_crc(z_streamp strm, Bytef *dst, long size) in copy_with_crc() function
Ddeflate.c120 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/
Dcrc32.c227 Z_INTERNAL void copy_with_crc(PREFIX3(stream) *strm, unsigned char *dst, unsigned long size) { in copy_with_crc() function
Ddeflate.c123 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/
D0001-simd.patch34 +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/
D0001-simd.patch34 +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);