Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dcrc32c.c108 uint32_t crc32c(uint32_t crc, const uint8_t *data, unsigned int length) in crc32c() function
/openbmc/linux/lib/
Dlibcrc32c.c
/openbmc/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
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c13426 int crc32c) in gen_crc32()