Home
last modified time | relevance | path

Searched defs:crc32c (Results 1 – 2 of 2) sorted by relevance

/qemu/util/
H A Dcrc32c.c108 uint32_t crc32c(uint32_t crc, const uint8_t *data, unsigned int length) in crc32c() function
/qemu/target/arm/tcg/
H A Darith_helper.c289 uint32_t HELPER(crc32c)(uint32_t acc, uint32_t val, uint32_t bytes) in HELPER() argument