Home
last modified time | relevance | path

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

/system/core/libsparse/
DAndroid.mk9 sparse_crc32.c \
44 sparse_crc32.c
56 sparse_crc32.c
Dsparse_crc32.h19 uint32_t sparse_crc32(uint32_t crc, const void *buf, size_t size);
Dsparse_crc32.c101 uint32_t sparse_crc32(uint32_t crc_in, const void *buf, int size) in sparse_crc32() function
Dsparse_read.c126 *crc32 = sparse_crc32(*crc32, copybuf, chunk); in process_raw_chunk()
169 *crc32 = sparse_crc32(*crc32, copybuf, chunk); in process_fill_chunk()
196 *crc32 = sparse_crc32(*crc32, copybuf, chunk); in process_skip_chunk()
Doutput_file.c401 out->crc32 = sparse_crc32(out->crc32, &fill_val, sizeof(uint32_t)); in write_sparse_fill_chunk()
440 out->crc32 = sparse_crc32(out->crc32, data, len); in write_sparse_data_chunk()
442 out->crc32 = sparse_crc32(out->crc32, out->zero_buf, zero_len); in write_sparse_data_chunk()