Searched defs:crc_in (Results 1 - 1 of 1) sorted by relevance

/system/core/libsparse/
H A Dsparse_crc32.c101 uint32_t sparse_crc32(uint32_t crc_in, const void *buf, int size) argument
106 crc = crc_in ^ ~0U;

Completed in 26 milliseconds