Home | Sort by: relevance | last modified time | path |
/src/sys/dev/onewire/ | |
onewire_subr.c | 43 static const u_int8_t crctable[] = { variable in typeref:typename:const u_int8_t[] 85 crc = crctable[crc ^ *p++]; |
/src/sys/netbt/ | |
rfcomm_session.c | 110 static const uint8_t crctable[256] = { /* reversed, 8-bit, poly=0x07 */ variable in typeref:typename:const uint8_t[256] 152 #define FCS(f, d) crctable[(f) ^ (d)] |