Searched refs:CRC (Results 1 – 25 of 81) sorted by relevance
1234
/external/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 26 CrashRecoveryContext *CRC; member 32 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() 94 return CRCI->CRC; in GetCurrent() 254 CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *) Impl; in getBacktrace() local 255 assert(CRC && "Crash recovery context never initialized!"); in getBacktrace() 256 assert(CRC->Failed && "No crash was detected!"); in getBacktrace() 257 return CRC->Backtrace; in getBacktrace() 266 CrashRecoveryContext *CRC; member 274 Info->Result = Info->CRC->RunSafely(Info->UserFn, Info->UserData); in RunSafelyOnThread_Dispatch()
|
/external/zlib/contrib/ada/ |
D | zlib.adb | 168 (CRC : in Unsigned_32; 174 return Unsigned_32 (crc32 (ULong (CRC), 180 (CRC : in out Unsigned_32; 183 CRC := CRC32 (CRC, Data); 217 Filter.CRC := 0; 633 CRC32 (Filter.CRC, In_Data (In_Data'First .. In_Last)); 647 Put_32 (Footer, Filter.CRC);
|
D | zlib.ads | 200 (CRC : in Unsigned_32; 207 (CRC : in out Unsigned_32; 323 CRC : Unsigned_32; variable
|
/external/valgrind/main/memcheck/tests/ |
D | varinfo6.stdout.exp | 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373 10 final combined CRC = 0xA212ABF8
|
D | vcpu_bz2.stdout.exp | 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373 10 final combined CRC = 0xA212ABF8
|
D | origin5-bz2.stdout.exp | 3 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373 11 final combined CRC = 0xA212ABF8
|
/external/valgrind/main/exp-ptrcheck/tests/ |
D | hackedbz2.stdout.exp | 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373 10 final combined CRC = 0xA212ABF8
|
/external/zlib/doc/ |
D | rfc1952.txt | 84 8. Appendix: Sample CRC Code .................................. 11 163 terminology was changed, and the sample CRC code was rewritten for 419 CRC32 (CRC-32) 421 uncompressed data computed according to CRC-32 algorithm 511 [7] Schwaderer, W.D., "CRC Calculation", April 85 PC Tech Journal, 515 describing the CRC concept. 527 setting and checking the CRC-32 check value. 586 8. Appendix: Sample CRC Code 589 the CRC (Cyclic Redundancy Check). (See also ISO 3309 and ITU-T V.42 611 /* Make the table for a fast CRC. */ [all …]
|
/external/clang/tools/libclang/ |
D | CIndexer.h | 78 bool RunSafely(llvm::CrashRecoveryContext &CRC,
|
D | CIndexCodeCompletion.cpp | 678 llvm::CrashRecoveryContext CRC; in clang_codeCompleteAt() local 680 if (!RunSafely(CRC, clang_codeCompleteAt_Impl, &CCAI)) { in clang_codeCompleteAt()
|
/external/icu4c/data/curr/ |
D | root.txt | 138 CRC{ 140 "CRC",
|
D | gl.txt | 98 CRC{ 428 CRC{
|
D | mk.txt | 150 CRC{
|
D | he.txt | 186 CRC{
|
D | ka.txt | 202 CRC{
|
D | ar.txt | 218 CRC{
|
D | bg.txt | 246 CRC{ 1251 CRC{
|
D | ja.txt | 246 CRC{
|
D | bn.txt | 246 CRC{
|
D | zh_Hant.txt | 243 CRC{
|
/external/flac/libFLAC/ia32/ |
D | bitreader_asm.nasm | 137 …bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte wh… 148 ;; edx byteswapped brword to CRC 213 …bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte wh… 224 ;; edx byteswapped brword to CRC 416 … cl ; @@@@@@OPT: may be faster to use rol to save edx so we can restore it for CRC'ing 434 …bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte wh… 445 ;; edx byteswapped brword to CRC
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 815 llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent(); in HandlePragma() local 816 if (CRC) in HandlePragma() 817 CRC->HandleCrash(); in HandlePragma()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeRegisterInfo.td | 146 def CRC : RegisterClass<"MBlaze", [i32], 32, (add CARRY)> {
|
/external/zlib/old/as400/ |
D | readme.txt | 71 crc32.c CRC32 C ZLIB - Compute the CRC-32 of a data stream
|
/external/zlib/as400/ |
D | readme.txt | 71 crc32.c CRC32 C ZLIB - Compute the CRC-32 of a data stream
|
1234