Searched refs:crc_fold_copy (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/libz-sys/src/zlib-ng/arch/x86/ |
D | crc_folding.h | 17 Z_INTERNAL void crc_fold_copy(deflate_state *const, unsigned char *, const unsigned char *, long);
|
D | crc_folding.c | 230 Z_INTERNAL void crc_fold_copy(deflate_state *const s, unsigned char *dst, const unsigned char *src,… in crc_fold_copy() function
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | crc32.c | 196 crc_fold_copy(strm->state, dst, strm->next_in, size); in copy_with_crc()
|
/external/zlib/ |
D | chromeconf.h | 171 #define crc_fold_copy Cr_z_crc_fold_copy macro
|
D | deflate.h | 348 void ZLIB_INTERNAL crc_fold_copy(deflate_state* const s,
|
D | crc32.c | 521 crc_fold_copy(strm->state, dst, strm->next_in, size); in copy_with_crc()
|
D | crc_folding.c | 274 ZLIB_INTERNAL void crc_fold_copy(deflate_state *const s, in crc_fold_copy() function
|
/external/angle/third_party/zlib/ |
D | chromeconf.h | 171 #define crc_fold_copy Cr_z_crc_fold_copy macro
|
D | deflate.h | 348 void ZLIB_INTERNAL crc_fold_copy(deflate_state* const s,
|
D | crc32.c | 521 crc_fold_copy(strm->state, dst, strm->next_in, size); in copy_with_crc()
|
D | crc_folding.c | 274 ZLIB_INTERNAL void crc_fold_copy(deflate_state *const s, in crc_fold_copy() function
|
/external/zlib/patches/ |
D | 0001-simd.patch | 37 + crc_fold_copy(strm->state, dst, strm->next_in, size); 320 +ZLIB_INTERNAL void crc_fold_copy(deflate_state *const s, 848 +void ZLIB_INTERNAL crc_fold_copy(deflate_state* const s, 1061 +void ZLIB_INTERNAL crc_fold_copy(deflate_state *const s,
|
/external/angle/third_party/zlib/patches/ |
D | 0001-simd.patch | 37 + crc_fold_copy(strm->state, dst, strm->next_in, size); 320 +ZLIB_INTERNAL void crc_fold_copy(deflate_state *const s, 848 +void ZLIB_INTERNAL crc_fold_copy(deflate_state* const s, 1061 +void ZLIB_INTERNAL crc_fold_copy(deflate_state *const s,
|