/external/llvm/lib/Target/Mips/ |
D | MipsCondMov.td | 19 class CMov_I_I_FT<string opstr, RegisterOperand CRC, RegisterOperand DRC, 21 InstSE<(outs DRC:$rd), (ins DRC:$rs, CRC:$rt, DRC:$F), 27 class CMov_I_F_FT<string opstr, RegisterOperand CRC, RegisterOperand DRC, 29 InstSE<(outs DRC:$fd), (ins DRC:$fs, CRC:$rt, DRC:$F), 56 multiclass MovzPats0<RegisterClass CRC, RegisterClass DRC, 60 def : MipsPat<(select (i32 (setge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F), 61 (MOVZInst DRC:$T, (SLTOp CRC:$lhs, CRC:$rhs), DRC:$F)>; 62 def : MipsPat<(select (i32 (setuge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F), 63 (MOVZInst DRC:$T, (SLTuOp CRC:$lhs, CRC:$rhs), DRC:$F)>; 64 def : MipsPat<(select (i32 (setge CRC:$lhs, immSExt16:$rhs)), DRC:$T, DRC:$F), [all …]
|
/external/clang/test/CodeGen/ |
D | sse42-builtins.c | 101 unsigned int test_mm_crc32_u8(unsigned int CRC, unsigned char V) { in test_mm_crc32_u8() argument 104 return _mm_crc32_u8(CRC, V); in test_mm_crc32_u8() 107 unsigned int test_mm_crc32_u16(unsigned int CRC, unsigned short V) { in test_mm_crc32_u16() argument 110 return _mm_crc32_u16(CRC, V); in test_mm_crc32_u16() 113 unsigned int test_mm_crc32_u32(unsigned int CRC, unsigned int V) { in test_mm_crc32_u32() argument 116 return _mm_crc32_u32(CRC, V); in test_mm_crc32_u32() 119 unsigned long long test_mm_crc32_u64(unsigned long long CRC, unsigned long long V) { in test_mm_crc32_u64() argument 122 return _mm_crc32_u64(CRC, V); in test_mm_crc32_u64()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | CrashRecoveryContext.cpp | 27 CrashRecoveryContext *CRC; member 33 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() 95 return CRCI->CRC; in GetCurrent() 324 CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *) Impl; in getBacktrace() local 325 assert(CRC && "Crash recovery context never initialized!"); in getBacktrace() 326 assert(CRC->Failed && "No crash was detected!"); in getBacktrace() 327 return CRC->Backtrace; in getBacktrace() 336 CrashRecoveryContext *CRC; member 344 Info->Result = Info->CRC->RunSafely(Info->UserFn, Info->UserData); in RunSafelyOnThread_Dispatch()
|
/external/syslinux/com32/libupload/ |
D | ymodem.txt | 96 "YMODEM/CRC File Transfer Protocol". None of the XMODEM and YMODEM 145 XMODEM/CRC replaces XMODEM's 1 byte checksum with a two byte Cyclical 146 Redundancy Check (CRC-16), giving modern error detection 149 XMODEM-1k Refers to the XMODEM/CRC protocol with 1024 byte data blocks. 151 YMODEM Refers to the XMODEM/CRC (optional 1k blocks) protocol with batch 164 ZMODEM uses familiar XMODEM/CRC and YMODEM technology in a new protocol 235 + The sending program shall use CRC-16 in response to a "C" pathname 408 XMODEM/CRC protocol except for minimal changes to support 1k blocks. 417 protocol document and John Byrns's CRC-16 document are included for 482 (c) CRC-16. [all …]
|
/external/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 33 CrashRecoveryContext *CRC; member 39 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() 113 return CRCI->CRC; in GetCurrent() 355 CrashRecoveryContext *CRC; member 368 Info->Result = Info->CRC->RunSafely(Info->Fn); in RunSafelyOnThread_Dispatch() 375 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local 376 CRC->setSwitchedThread(); in RunSafelyOnThread()
|
D | JamCRC.cpp | 94 int TableIdx = (CRC ^ Byte) & 0xff; in update() 95 CRC = CRCTable[TableIdx] ^ (CRC >> 8); in update()
|
/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 116 public CRC CRC = new CRC(); field in LzmaBench.CrcOutStream 120 CRC.Init(); in Init() 124 return CRC.GetDigest(); in GetDigest() 128 CRC.Update(b); in write() 132 CRC.Update(b, off, len); in write() 136 CRC.UpdateByte(b); in write() 321 CRC crc = new CRC(); in LzmaBenchmark()
|
/external/lzma/CS/7zip/Common/ |
D | CRC.cs | 5 class CRC class 9 static CRC() in CRC() method in SevenZip.CRC 44 CRC crc = new CRC(); in CalculateDigest()
|
/external/llvm/include/llvm/Support/ |
D | JamCRC.h | 37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function 42 uint32_t getCRC() const { return CRC; } in getCRC() 45 uint32_t CRC;
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 122 public CRC CRC = new CRC(); field in SevenZip.LzmaBench.CrcOutStream 123 public void Init() { CRC.Init(); } in Init() 124 public UInt32 GetDigest() { return CRC.GetDigest(); } in GetDigest() 138 CRC.UpdateByte(b); in WriteByte() 142 CRC.Update(buffer, (uint)offset, (uint)count); in Write() 277 CRC crc = new CRC(); in LzmaBenchmark()
|
/external/llvm/unittests/Analysis/ |
D | LazyCallGraphTest.cpp | 493 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C); in TEST() local 496 EXPECT_TRUE(ARC.isParentOf(CRC)); in TEST() 502 EXPECT_TRUE(DRC.isChildOf(CRC)); in TEST() 524 EXPECT_EQ(&CRC, CG.lookupRefSCC(C)); in TEST() 541 EXPECT_EQ(&CRC, CG.lookupRefSCC(C)); in TEST() 558 EXPECT_EQ(&CRC, CG.lookupRefSCC(C)); in TEST() 575 EXPECT_EQ(&CRC, CG.lookupRefSCC(C)); in TEST() 618 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C1); in TEST() local 624 ASSERT_EQ(&CRC, CG.lookupRefSCC(C2)); in TEST() 625 ASSERT_EQ(&CRC, CG.lookupRefSCC(C3)); in TEST() [all …]
|
/external/icu/icu4c/source/data/curr/ |
D | ur_IN.txt | 5 CRC{ 6 "CRC", 43 CRC{
|
D | zh_Hant_HK.txt | 49 CRC{ 50 "CRC", 289 CRC{
|
D | uz_Cyrl.txt | 62 CRC{ 63 "CRC", 288 CRC{
|
/external/zlib/src/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/lzma/Asm/x86/ |
D | 7zCrcOpt.asm | 23 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/UI/GUI/ |
D | Extract.rc | 31 IDS_EXTRACT_MESSAGE_CRC_ERROR "CRC failed in '{0}'. File is broken." 33 IDS_EXTRACT_MESSAGE_CRC_ERROR_ENCRYPTED "CRC failed in encrypted file '{0}'. Wrong password?" 40 IDS_EXTRACT_MSG_CRC_ERROR "CRC failed"
|
/external/cblas/testing/ |
D | c_zblat3.f | 727 CHARACTER*14 CRC, CTA,CTB local 744 CRC = ' CblasRowMajor' 746 CRC = ' CblasColMajor' 748 WRITE(NOUT, FMT = 9995)NC,SNAME,CRC, CTA,CTB 1053 CHARACTER*14 CRC, CS,CU local 1066 CRC = ' CblasRowMajor' 1068 CRC = ' CblasColMajor' 1070 WRITE(NOUT, FMT = 9995)NC,SNAME,CRC, CS,CU 1404 CHARACTER*14 CRC, CS, CU, CA, CD local 1429 CRC = ' CblasRowMajor' [all …]
|
D | c_cblat3.f | 726 CHARACTER*14 CRC, CTA,CTB local 743 CRC = ' CblasRowMajor' 745 CRC = ' CblasColMajor' 747 WRITE(NOUT, FMT = 9995)NC,SNAME,CRC, CTA,CTB 1052 CHARACTER*14 CRC, CS,CU local 1065 CRC = ' CblasRowMajor' 1067 CRC = ' CblasColMajor' 1069 WRITE(NOUT, FMT = 9995)NC,SNAME,CRC, CS,CU 1403 CHARACTER*14 CRC, CS, CU, CA, CD local 1428 CRC = ' CblasRowMajor' [all …]
|
/external/valgrind/memcheck/tests/ |
D | varinfo6.stdout.exp | 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373 10 final combined CRC = 0xA212ABF8
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | makefile.gcc | 54 CRC.o \ 126 CRC.o: ../../../Common/CRC.cpp 127 $(CXX) $(CFLAGS) ../../../Common/CRC.cpp
|
/external/zopfli/src/zopfli/ |
D | gzip_container.c | 70 static unsigned long CRC(const unsigned char* buf, int len) { in CRC() function 80 unsigned long crcvalue = CRC(in, insize); in ZopfliGzipCompress()
|
/external/libpcap/ |
D | README.dag | 97 CRC/FCS. If the card is not configured to discard the CRC/FCS, this 102 how many bits of CRC/FCS to strip from the end of the captured 104 configured to strip the CRC/FCS, then set ERF_FCS_BITS=0. If used with 105 a HDLC/PoS/PPP/Frame Relay link with 16 bit CRC/FCS, then set
|
/external/e2fsprogs/tests/i_qcow/ |
D | script | 10 CRC=$SRCDIR/$test_name/$test_name.crc 45 diff $CRC $CRC_TMP >> $OUT 2>&1
|