Searched refs:sparse_crc32 (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/libsparse/ |
H A D | Android.bp | 19 "sparse_crc32.cpp", 46 "sparse_crc32.cpp",
|
H A D | sparse_crc32.h | 22 uint32_t sparse_crc32(uint32_t crc, const void* buf, size_t size);
|
H A D | sparse_crc32.cpp | 90 uint32_t sparse_crc32(uint32_t crc_in, const void* buf, size_t size) { in sparse_crc32() function
|
H A D | sparse_read.cpp | 117 *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 D | output_file.cpp | 390 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()
|