Home
last modified time | relevance | path

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

/haiku/src/libs/compat/openbsd_network/compat/netinet/
H A Dif_ethersubr.h38 static const u_int32_t crctab[] = { in ether_crc32_le_update() local
48 crc = (crc >> 4) ^ crctab[crc & 0xf]; in ether_crc32_le_update()
49 crc = (crc >> 4) ^ crctab[crc & 0xf]; in ether_crc32_le_update()
63 static const u_int32_t crctab[] = { in ether_crc32_be_update() local
74 crc = (crc << 4) ^ crctab[(crc >> 28) ^ rev[data & 0xf]]; in ether_crc32_be_update()
75 crc = (crc << 4) ^ crctab[(crc >> 28) ^ rev[data >> 4]]; in ether_crc32_be_update()
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_ether.c70 static const uint32_t crctab[] = { in ether_crc32_le() local
83 crc = (crc >> 4) ^ crctab[crc & 0xf]; in ether_crc32_le()
84 crc = (crc >> 4) ^ crctab[crc & 0xf]; in ether_crc32_le()
/haiku/src/bin/unzip/
H A DJamfile6 crctab.c
/haiku/src/tools/unzip/
H A DJamfile18 crctab.c