Searched refs:CRC (Results 1 - 25 of 35) sorted by last modified time

12

/external/zopfli/src/zopfli/
H A Dgzip_container.c33 /* Makes the table for a fast CRC. */
69 /* Returns the CRC of the bytes buf[0..len-1]. */
70 static unsigned long CRC(const unsigned char* buf, int len) { function
80 unsigned long crcvalue = CRC(in, insize);
99 /* CRC */
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp2266 /* CRC polynomial: 0xedb88320 */
2302 /*Return the CRC of the bytes buf[0..len-1].*/
2408 unsigned CRC = lodepng_read32bitInt(&chunk[length + 8]); local
2409 /*the CRC is taken of the data and the 4 chunk type letters, not the length*/
2411 if(CRC != checksum) return 1;
2418 unsigned CRC = lodepng_crc32(&chunk[4], length + 4); local
2419 lodepng_set32bitInt(chunk + 8 + length, CRC);
2478 /*4: CRC (of the chunkname characters and the data)*/
3989 unsigned CRC = lodepng_read32bitInt(&in[29]); local
3991 if(CRC !
[all...]
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.stdout.exp3 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
11 final combined CRC = 0xA212ABF8
H A Dvarinfo6.stdout.exp2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
H A Dvcpu_bz2.stdout.exp2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.stdout.exp2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/lzma/Asm/x86/
H A D7zCrcOpt.asm23 CRC macro op:req, dest:req, src:req, t:req macro
28 CRC xor, dest, src, t
32 CRC mov, dest, src, t
41 CRC xor, x0, r6, 0
/external/lzma/CPP/7zip/Bundles/Alone7z/
H A Dmakefile24 $O\CRC.obj \
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
H A Dmakefile8 $O\CRC.obj \
/external/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile7 $O\CRC.obj \
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A Dmakefile15 $O\CRC.obj \
/external/lzma/CPP/7zip/UI/Console/
H A Dmakefile25 $O\CRC.obj \
/external/lzma/CS/7zip/Common/
H A DCRC.cs1 // Common/CRC.cs
5 class CRC class in namespace:SevenZip
9 static CRC() method in class:SevenZip.CRC
44 CRC crc = new CRC();
/external/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs141 UInt32 temp = CRC.Table[_bufferBase[cur]] ^ _bufferBase[cur + 1];
145 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
276 UInt32 temp = CRC.Table[_bufferBase[cur]] ^ _bufferBase[cur + 1];
282 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs122 public CRC CRC = new CRC(); field in class:SevenZip.LzmaBench.CrcOutStream
123 public void Init() { CRC.Init(); }
124 public UInt32 GetDigest() { return CRC.GetDigest(); }
138 CRC.UpdateByte(b);
142 CRC.Update(buffer, (uint)offset, (uint)count);
277 CRC crc = new CRC();
318 throw (new Exception("CRC Erro
[all...]
/external/lzma/Java/SevenZip/
H A DCRC.java1 // SevenZip/CRC.java
5 public class CRC class
H A DLzmaBench.java116 public CRC CRC = new CRC(); field in class:LzmaBench.CrcOutStream
120 CRC.Init();
124 return CRC.GetDigest();
128 CRC.Update(b);
132 CRC.Update(b, off, len);
136 CRC.UpdateByte(b);
321 CRC crc = new CRC();
[all...]
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp27 CrashRecoveryContext *CRC; member in struct:__anon10591::CrashRecoveryContextImpl
34 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), argument
102 return CRCI->CRC;
327 CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *) Impl; local
328 assert(CRC && "Crash recovery context never initialized!");
329 assert(CRC->Failed && "No crash was detected!");
330 return CRC->Backtrace;
351 CrashRecoveryContext *CRC; member in struct:__anon10592::RunSafelyOnThreadInfo
[all...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/clang/tools/libclang/
H A DCIndex.cpp3091 llvm::CrashRecoveryContext CRC; local
3093 if (!RunSafely(CRC, clang_parseTranslationUnit_Impl, &PTUI)) {
3181 llvm::CrashRecoveryContext CRC; local
3183 if (!RunSafely(CRC, clang_saveTranslationUnit_Impl, &STUI)) {
3291 llvm::CrashRecoveryContext CRC; local
3293 if (!RunSafely(CRC, clang_reparseTranslationUnit_Impl, &RTUI)) {
6237 llvm::CrashRecoveryContext CRC;
6238 if (!RunSafely(CRC, clang_annotateTokensImpl, &data,
7087 bool RunSafely(llvm::CrashRecoveryContext &CRC,
7093 return CRC
[all...]
H A DCIndexCodeCompletion.cpp835 llvm::CrashRecoveryContext CRC; local
837 if (!RunSafely(CRC, clang_codeCompleteAt_Impl, &CCAI)) {
H A DCIndexer.h79 bool RunSafely(llvm::CrashRecoveryContext &CRC,

Completed in 525 milliseconds

12