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 \
35 "crctable.c",
111 SOURCE=.\crctable.c
451 crctable = _GenerateCRCTable() variable in _ZipDecrypter455 return ((crc >> 8) & 0xffffff) ^ self.crctable[(crc ^ ord(ch)) & 0xff]