Home
last modified time | relevance | path

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

12345678

/external/llvm/lib/Target/Mips/
DMipsCondMov.td19 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),
55 multiclass MovzPats0<RegisterClass CRC, RegisterClass DRC,
59 def : MipsPat<(select (i32 (setge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F),
60 (MOVZInst DRC:$T, (SLTOp CRC:$lhs, CRC:$rhs), DRC:$F)>;
61 def : MipsPat<(select (i32 (setuge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F),
62 (MOVZInst DRC:$T, (SLTuOp CRC:$lhs, CRC:$rhs), DRC:$F)>;
63 def : MipsPat<(select (i32 (setge CRC:$lhs, immSExt16:$rhs)), DRC:$T, DRC:$F),
[all …]
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp27 CrashRecoveryContext *CRC; member
34 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl()
102 return CRCI->CRC; in GetCurrent()
326 CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *) Impl; in getBacktrace() local
327 assert(CRC && "Crash recovery context never initialized!"); in getBacktrace()
328 assert(CRC->Failed && "No crash was detected!"); in getBacktrace()
329 return CRC->Backtrace; in getBacktrace()
338 CrashRecoveryContext *CRC; member
346 Info->Result = Info->CRC->RunSafely(Info->UserFn, Info->UserData); in RunSafelyOnThread_Dispatch()
352 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
[all …]
/external/chromium_org/third_party/leveldatabase/src/util/
Dcrc32c_test.cc11 class CRC { }; class
13 TEST(CRC, StandardResults) { in TEST() argument
50 TEST(CRC, Values) { in TEST() argument
54 TEST(CRC, Extend) { in TEST() argument
59 TEST(CRC, Mask) { in TEST() argument
/external/lzma/CS/7zip/Common/
DCRC.cs5 class CRC class
9 static CRC() in CRC() method in SevenZip.CRC
44 CRC crc = new CRC(); in CalculateDigest()
/external/lzma/Java/SevenZip/
DLzmaBench.java116 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()
DCRC.java5 public class CRC class
/external/chromium_org/tools/deep_memory_profiler/tests/
Dmock_gsutil.py35 assert heap_1.CRC == 763099253
39 assert buckets_1.CRC == 2632528901
43 assert nm_chrome.CRC == 2717882373
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs122 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()
DLzmaAlone.csproj36 <Compile Include="..\..\Common\CRC.cs">
37 <Link>Common\CRC.cs</Link>
/external/icu4c/data/curr/
Dbn_IN.txt35 CRC{
36 "CRC",
93 CRC{
Des_CR.txt11 CRC{
Dkn.txt138 CRC{
139 "CRC",
Dkm.txt138 CRC{
139 "CRC",
Dmr.txt138 CRC{
139 "CRC",
Dgu.txt138 CRC{
139 "CRC",
/external/lzma/Asm/x86/
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/zlib/src/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/lzma/CPP/7zip/Bundles/LzmaCon/
Dmakefile.gcc36 CRC.o \
102 CRC.o: ../../../Common/CRC.cpp
103 $(CXX) $(CFLAGS) ../../../Common/CRC.cpp
/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/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs141 UInt32 temp = CRC.Table[_bufferBase[cur]] ^ _bufferBase[cur + 1]; in GetMatches()
145 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask; in GetMatches()
276 UInt32 temp = CRC.Table[_bufferBase[cur]] ^ _bufferBase[cur + 1]; in Skip()
282 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask; in Skip()
/external/chromium_org/chrome/browser/chromeos/login/
DDEPS2 # Library used for calculating CRC-32 needed for HWID verification.

12345678