HomeSort by: relevance | last modified time | path
    Searched refs:crctable (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libbz2/
Makefile 13 SRCS= blocksort.c huffman.c crctable.c randtable.c compress.c \
  /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)]

Completed in 13 milliseconds