Searched refs:crctable (Results 1 – 7 of 7) sorted by relevance
31 crctable.o \50 crctable.o: crctable.c51 $(CC) $(CFLAGS) -c crctable.c
32 crctable.o \121 crctable.o: crctable.c122 $(CC) $(CFLAGS) -c crctable.c147 $(DISTNAME)/crctable.c \
11 crctable.obj \
111 SOURCE=.\crctable.c
43 static const u_int8_t crctable[] = { variable85 crc = crctable[crc ^ *p++]; in onewire_crc()
13 SRCS= blocksort.c huffman.c crctable.c randtable.c compress.c \
110 static const uint8_t crctable[256] = { /* reversed, 8-bit, poly=0x07 */ variable152 #define FCS(f, d) crctable[(f) ^ (d)]