Home
last modified time | relevance | path

Searched refs:crc32_le (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_stream.h17 (~crc32_le(~(uint32_t)(crc), buf, size))
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_dev.c1022 static uint32_t crc32_le(uint32_t crc, uint8_t *p, uint32_t len) in crc32_le() function
1037 crc = bitrev32(~crc32_le(~0, addr, RTE_ETHER_ADDR_LEN)); in axgbe_set_mac_hash_table()