HomeSort by relevance Sort by last modified time
    Searched refs:sparse_crc32 (Results 1 - 5 of 5) sorted by null

  /system/core/libsparse/
sparse_crc32.h 19 uint32_t sparse_crc32(uint32_t crc, const void *buf, size_t size);
Android.mk 9 sparse_crc32.c \
44 sparse_crc32.c
56 sparse_crc32.c
sparse_read.c 32 #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);
sparse_crc32.c 101 uint32_t sparse_crc32(uint32_t crc_in, const void *buf, int size) function
output_file.c 33 #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 85 milliseconds