Home
last modified time | relevance | path

Searched defs:crc_table (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dcrc_mac_addr_ext.h49 static uint32_t crc_table[256] = variable
/freebsd/sys/contrib/zlib/
H A Dcrc32.h5 local const z_crc_t FAR crc_table[] = { variable
H A Dcrc32.c194 local z_crc_t FAR crc_table[256]; variable
/freebsd/sys/fs/udf/
H A Dosta.c176 static unsigned short crc_table[256] = { variable
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_trap_rcv.c155 static uint32_t crc_table[256]; in trap_calc_crc32() local