Home
last modified time | relevance | path

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

/external/bzip2/
DMakefile-libbz2_so31 crctable.o \
50 crctable.o: crctable.c
51 $(CC) $(CFLAGS) -c crctable.c
DMakefile32 crctable.o \
121 crctable.o: crctable.c
122 $(CC) $(CFLAGS) -c crctable.c
147 $(DISTNAME)/crctable.c \
Dmakefile.msc11 crctable.obj \
DAndroid.bp35 "crctable.c",
Dlibbz2.dsp111 SOURCE=.\crctable.c
/external/python/cpython2/Lib/
Dzipfile.py451 crctable = _GenerateCRCTable() variable in _ZipDecrypter
455 return ((crc >> 8) & 0xffffff) ^ self.crctable[(crc ^ ord(ch)) & 0xff]
/external/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py451 crctable = _GenerateCRCTable() variable in _ZipDecrypter
455 return ((crc >> 8) & 0xffffff) ^ self.crctable[(crc ^ ord(ch)) & 0xff]