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

/external/e2fsprogs/lib/ext2fs/
H A Dcrc32c.c75 static uint32_t crc32c_le_body(uint32_t crc, uint8_t const *buf, size_t len) function
212 static uint32_t crc32c_le_body(uint32_t crc, uint8_t const *buf, size_t len) function
407 crc = crc32c_le_body(crc, p, len);

Completed in 82 milliseconds