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

  /external/qemu/distrib/libsparse/src/
sparse_crc32.h 19 uint32_t sparse_crc32(uint32_t crc, const void *buf, size_t size);
sparse_read.c 34 #include "sparse_crc32.h"
128 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
171 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
193 *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 34 #include "sparse_crc32.h"
392 out->crc32 = sparse_crc32(out->crc32, &fill_val, sizeof(uint32_t));
431 out->crc32 = sparse_crc32(out->crc32, data, len);
433 out->crc32 = sparse_crc32(out->crc32, out->zero_buf, zero_len);
  /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 \
47 sparse_crc32.c
60 sparse_crc32.c
sparse_read.c 34 #include "sparse_crc32.h"
128 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
171 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
193 *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 34 #include "sparse_crc32.h"
392 out->crc32 = sparse_crc32(out->crc32, &fill_val, sizeof(uint32_t));
431 out->crc32 = sparse_crc32(out->crc32, data, len);
433 out->crc32 = sparse_crc32(out->crc32, out->zero_buf, zero_len);
  /external/qemu/distrib/libsparse/
sources.mk 11 src/sparse_crc32.c \

Completed in 247 milliseconds