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

  /src/lib/libbz2/
Makefile 13 SRCS= blocksort.c huffman.c crctable.c randtable.c compress.c \
  /src/external/bsd/bzip2/dist/
Makefile 32 crctable.o \
121 crctable.o: crctable.c
122 $(CC) $(CFLAGS) -c crctable.c
147 $(DISTNAME)/crctable.c \
  /src/sys/dev/onewire/
onewire_subr.c 43 static const u_int8_t crctable[] = { variable
85 crc = crctable[crc ^ *p++];
  /src/sys/netbt/
rfcomm_session.c 110 static const uint8_t crctable[256] = { /* reversed, 8-bit, poly=0x07 */ variable
152 #define FCS(f, d) crctable[(f) ^ (d)]

Completed in 25 milliseconds