Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_crc32.c39 static const uint32_t crc_tbl[256] = { variable
114 crc = crc_tbl[crc&0xff] ^ (crc>>8); in get_mac_addr_crc()