Searched refs:crctable (Results 1 – 9 of 9) 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 \
37 "crctable.c",
11 crctable.obj \
111 SOURCE=.\crctable.c
21 unsigned crctable[256], crc; member417 unsigned crc, *crc_table = dd->crctable; in gzip_crc()440 crc_init(dd->crctable, 1); in gzip_fd()469 crc_init(dd->crctable, 1); in gunzip_fd()
451 crctable = _GenerateCRCTable() variable in _ZipDecrypter455 return ((crc >> 8) & 0xffffff) ^ self.crctable[(crc ^ ord(ch)) & 0xff]
562 crctable = _crctable566 return (crc >> 8) ^ crctable[(crc ^ ch) & 0xFF]