Searched refs:crc32_le (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | crc32.c | 63 __u32 crc32_le(__u32 crc, unsigned char const *p, size_t len); 71 __u32 crc32_le(__u32 crc, unsigned char const *p, size_t len) in crc32_le() function 83 __u32 crc32_le(__u32 crc, unsigned char const *p, size_t len) in crc32_le() function 515 crc1 = crc32_le(init, buf, len); in test_step() 519 crc2 = crc32_le(init, buf, len + 4); in test_step() 525 crc2 = crc32_le(init, buf, i); in test_step() 526 crc2 = crc32_le(crc2, buf + i, len + 4 - i); in test_step()
|
/external/lzma/xz-embedded/ |
D | xz_stream.h | 17 (~crc32_le(~(uint32_t)(crc), buf, size))
|