Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dcrc32c.c17 uint32_t *crc32c_table) in crc32c_cal()
25 void crc32c_init(uint32_t *crc32c_table, uint32_t pol) in crc32c_init()
/openbmc/qemu/util/
H A Dcrc32c.c40 static const uint32_t crc32c_table[256] = { variable