Home
last modified time | relevance | path

Searched refs:sparse_crc32 (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/libsparse/
H A DAndroid.bp19 "sparse_crc32.cpp",
46 "sparse_crc32.cpp",
H A Dsparse_crc32.h22 uint32_t sparse_crc32(uint32_t crc, const void* buf, size_t size);
H A Dsparse_crc32.cpp90 uint32_t sparse_crc32(uint32_t crc_in, const void* buf, size_t size) { in sparse_crc32() function
H A Dsparse_read.cpp117 *crc32 = sparse_crc32(*crc32, copybuf, chunk); in GetCrc32()
191 *crc32 = sparse_crc32(*crc32, buf, len); in GetCrc32()
279 *crc32 = sparse_crc32(*crc32, copybuf, chunk); in process_fill_chunk()
300 *crc32 = sparse_crc32(*crc32, copybuf, chunk); in process_skip_chunk()
H A Doutput_file.cpp390 while (count--) out->crc32 = sparse_crc32(out->crc32, &fill_val, sizeof(uint32_t)); in write_sparse_fill_chunk()
432 out->crc32 = sparse_crc32(out->crc32, data, len); in write_sparse_data_chunk()
438 out->crc32 = sparse_crc32(out->crc32, out->zero_buf, write_len); in write_sparse_data_chunk()
471 out->crc32 = sparse_crc32(out->crc32, data, size); in write_sparse_fd_chunk()
493 out->crc32 = sparse_crc32(out->crc32, out->zero_buf, write_len); in write_sparse_fd_chunk()