Home
last modified time | relevance | path

Searched refs:CRC (Results 1 – 25 of 109) sorted by relevance

12345

/external/llvm/lib/Target/Mips/
DMipsCondMov.td19 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/
DCrashRecoveryContext.cpp27 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/
Dzlib.adb168 (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);
Dzlib.ads200 (CRC : in Unsigned_32;
207 (CRC : in out Unsigned_32;
323 CRC : Unsigned_32; variable
/external/valgrind/main/memcheck/tests/
Dvarinfo6.stdout.exp2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
Dvcpu_bz2.stdout.exp2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
Dorigin5-bz2.stdout.exp3 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
11 final combined CRC = 0xA212ABF8
/external/valgrind/main/exp-sgcheck/tests/
Dhackedbz2.stdout.exp2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
/external/icu4c/data/curr/
Des_CR.txt11 CRC{
Dte.txt138 CRC{
139 "CRC",
Dta.txt138 CRC{
139 "CRC",
Dgu.txt138 CRC{
139 "CRC",
Dur.txt138 CRC{
139 "CRC",
Dkn.txt138 CRC{
139 "CRC",
Dam.txt138 CRC{
139 "CRC",
Dmr.txt138 CRC{
139 "CRC",
Dhi.txt142 CRC{
143 "CRC",
Dmk.txt150 CRC{
151 "CRC",
Dka.txt202 CRC{
203 "CRC",
Dfa.txt178 CRC{
179 "CRC",
Dhe.txt190 CRC{
191 "CRC",
Dzh.txt230 CRC{
231 "CRC",
/external/zlib/doc/
Drfc1952.txt84 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/
DCIndexer.h89 bool RunSafely(llvm::CrashRecoveryContext &CRC,
DIndexing.cpp727 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()

12345