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

/system/core/libsparse/
H A Dsparse_crc32.h19 uint32_t sparse_crc32(uint32_t crc, const void *buf, size_t size);
H A DAndroid.mk9 sparse_crc32.c \
44 sparse_crc32.c
56 sparse_crc32.c
H A Dsparse_read.c32 #include "sparse_crc32.h"
126 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
169 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
196 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
H A Dsparse_crc32.c101 uint32_t sparse_crc32(uint32_t crc_in, const void *buf, int size) function
H A Doutput_file.c33 #include "sparse_crc32.h"
401 out->crc32 = sparse_crc32(out->crc32, &fill_val, sizeof(uint32_t));
440 out->crc32 = sparse_crc32(out->crc32, data, len);
442 out->crc32 = sparse_crc32(out->crc32, out->zero_buf, zero_len);

Completed in 39 milliseconds