Home
last modified time | relevance | path

Searched refs:crctable (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/bzip2/dist/
H A DMakefile-libbz2_so31 crctable.o \
50 crctable.o: crctable.c
51 $(CC) $(CFLAGS) -c crctable.c
H A DMakefile32 crctable.o \
121 crctable.o: crctable.c
122 $(CC) $(CFLAGS) -c crctable.c
147 $(DISTNAME)/crctable.c \
H A Dmakefile.msc11 crctable.obj \
H A Dlibbz2.dsp111 SOURCE=.\crctable.c
/netbsd-src/sys/dev/onewire/
H A Donewire_subr.c43 static const u_int8_t crctable[] = { variable
85 crc = crctable[crc ^ *p++]; in onewire_crc()
/netbsd-src/lib/libbz2/
H A DMakefile13 SRCS= blocksort.c huffman.c crctable.c randtable.c compress.c \
/netbsd-src/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)]