OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crc16_table
(Results
1 - 4
of
4
) sorted by null
/external/fio/crc/
crc16.h
18
extern unsigned short const
crc16_table
[256];
25
return (crc >> 8) ^
crc16_table
[(crc ^ data) & 0xff];
crc16.c
11
unsigned short const
crc16_table
[256] = {
variable
/external/e2fsprogs/lib/ext2fs/
crc16.c
16
static __u16 const
crc16_table
[256] = {
variable
71
crc16_table
[(crc ^ *cp++) & 0xffU]) & 0x0000ffffU;
/hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c
1379
static const uint16
crc16_table
[256] = {
variable
[
all
...]
Completed in 382 milliseconds