Searched refs:crctable (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libbz2/
H A DMakefile13 SRCS= blocksort.c huffman.c crctable.c randtable.c compress.c \
/netbsd-6-1-5-RELEASE/dist/bzip2/
H A DMakefile32 crctable.o \
121 crctable.o: crctable.c
122 $(CC) $(CFLAGS) -c crctable.c
147 $(DISTNAME)/crctable.c \
/netbsd-6-1-5-RELEASE/sys/dev/onewire/
H A Donewire_subr.c43 static const u_int8_t crctable[] = { variable
85 crc = crctable[crc ^ *p++];
/netbsd-6-1-5-RELEASE/sys/netbt/
H A Drfcomm_session.c110 static const uint8_t crctable[256] = { /* reversed, 8-bit, poly=0x07 */ variable
152 #define FCS(f, d) crctable[(f) ^ (d)]

Completed in 116 milliseconds