/external/llvm/lib/Target/Mips/ |
D | MipsCondMov.td | 19 class CondMovIntInt<RegisterClass CRC, RegisterClass DRC, bits<6> funct, 21 FR<0, funct, (outs DRC:$rd), (ins DRC:$rs, CRC:$rt, DRC:$F), 28 class CondMovIntFP<RegisterClass CRC, RegisterClass DRC, bits<5> fmt, 30 FFR<0x11, func, fmt, (outs DRC:$fd), (ins DRC:$fs, CRC:$rt, DRC:$F), 60 multiclass MovzPats0<RegisterClass CRC, RegisterClass DRC, 64 def : Pat<(select (i32 (setge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F), 65 (MOVZInst DRC:$T, (SLTOp CRC:$lhs, CRC:$rhs), DRC:$F)>; 66 def : Pat<(select (i32 (setuge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F), 67 (MOVZInst DRC:$T, (SLTuOp CRC:$lhs, CRC:$rhs), DRC:$F)>; 68 def : Pat<(select (i32 (setge CRC:$lhs, immSExt16:$rhs)), DRC:$T, DRC:$F), [all …]
|
/external/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 27 CrashRecoveryContext *CRC; member 33 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() 95 return CRCI->CRC; in GetCurrent() 319 CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *) Impl; in getBacktrace() local 320 assert(CRC && "Crash recovery context never initialized!"); in getBacktrace() 321 assert(CRC->Failed && "No crash was detected!"); in getBacktrace() 322 return CRC->Backtrace; in getBacktrace() 331 CrashRecoveryContext *CRC; member 339 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-sgcheck/tests/ |
D | hackedbz2.stdout.exp | 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373 10 final combined CRC = 0xA212ABF8
|
/external/icu4c/data/curr/ |
D | es_CR.txt | 11 CRC{
|
D | te.txt | 138 CRC{ 139 "CRC",
|
D | ta.txt | 138 CRC{ 139 "CRC",
|
D | gu.txt | 138 CRC{ 139 "CRC",
|
D | ur.txt | 138 CRC{ 139 "CRC",
|
D | kn.txt | 138 CRC{ 139 "CRC",
|
D | am.txt | 138 CRC{ 139 "CRC",
|
D | mr.txt | 138 CRC{ 139 "CRC",
|
D | hi.txt | 142 CRC{ 143 "CRC",
|
D | mk.txt | 150 CRC{ 151 "CRC",
|
D | ka.txt | 202 CRC{ 203 "CRC",
|
D | fa.txt | 178 CRC{ 179 "CRC",
|
D | he.txt | 190 CRC{ 191 "CRC",
|
D | zh.txt | 230 CRC{ 231 "CRC",
|
/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 | 89 bool RunSafely(llvm::CrashRecoveryContext &CRC,
|
D | Indexing.cpp | 727 llvm::CrashRecoveryContext CRC; in clang_indexSourceFile() local 729 if (!RunSafely(CRC, clang_indexSourceFile_Impl, &ITUI)) { in clang_indexSourceFile() 775 llvm::CrashRecoveryContext CRC; in clang_indexTranslationUnit() local 777 if (!RunSafely(CRC, clang_indexTranslationUnit_Impl, &ITUI)) { in clang_indexTranslationUnit()
|