Searched defs:crc_in (Results 1 - 2 of 2) 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;
/system/extras/ext4_utils/
H A Dcrc16.c49 u16 ext4_crc16(u16 crc_in, const void *buf, int size) argument
52 u16 crc = crc_in;

Completed in 78 milliseconds