/external/lzma/CPP/7zip/Common/ |
D | CWrappers.h | 38 UInt64 Processed; member 52 UInt64 Processed; member 63 Processed = 0; in Init() 67 UInt64 GetProcessed() const { return Processed + (Cur - Buf); } in GetProcessed() 85 UInt64 Processed; member 96 Processed = 0; in Init() 99 UInt64 GetProcessed() const { return Processed + (Cur - Buf); } in GetProcessed()
|
D | CWrappers.cpp | 66 p->Processed += size; in MyWrite() 81 Processed = 0; in CSeqOutStreamWrap() 156 Processed += (Cur - Buf); in ReadByteFromNewBlock() 207 Processed += size; in Flush()
|
/external/llvm/lib/Analysis/ |
D | IVUsers.cpp | 118 if (!Processed.insert(I)) in AddUsersImpl() 152 if (isa<PHINode>(User) && Processed.count(User)) in AddUsersImpl() 175 if (isa<PHINode>(User) || Processed.count(User) || in AddUsersImpl() 181 } else if (Processed.count(User) || !AddUsersImpl(User, SimpleLoopNests)) { in AddUsersImpl() 305 Processed.clear(); in releaseMemory() 354 Parent->Processed.erase(this->getUser()); in deleted()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zFolderInStream.cpp | 23 Processed.Clear(); in Init() 56 Processed.Add(result == S_OK); in OpenStream() 73 Processed.Add(true); in CloseStream()
|
D | 7zFolderInStream.h | 37 CRecordVector<bool> Processed;
|
/external/llvm/tools/opt/ |
D | BreakpointPrinter.cpp | 54 StringSet<> Processed; in runOnModule() local 65 if (!Name.empty() && Processed.insert(Name)) { in runOnModule()
|
/external/llvm/include/llvm/Analysis/ |
D | IVUsers.h | 126 SmallPtrSet<Instruction*,16> Processed; 169 return Processed.count(Inst);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/META-INF/ |
D | eclipse.inf | 1 #Processed using Jarprocessor
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101019_1345/META-INF/ |
D | eclipse.inf | 1 #Processed using Jarprocessor
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/META-INF/ |
D | eclipse.inf | 1 #Processed using Jarprocessor
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/ |
D | eclipse.inf | 1 #Processed using Jarprocessor
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/META-INF/ |
D | eclipse.inf | 1 #Processed using Jarprocessor
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/ |
D | eclipse.inf | 1 #Processed using Jarprocessor
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 346 Processed(false) {} in StackNode() 360 bool isProcessed() { return Processed; } in isProcessed() 361 void process() { Processed = true; } in process() 374 bool Processed; member in __anon1c7b13310311::EarlyCSE::StackNode
|
D | IndVarSimplify.cpp | 1203 SmallPtrSet<const SCEV*, 8> &Processed, in isHighCostExpansion() argument 1205 if (!Processed.insert(S)) in isHighCostExpansion() 1232 if (isHighCostExpansion(*I, BI, Processed, SE)) in isHighCostExpansion() 1275 SmallPtrSet<const SCEV*, 8> Processed; in canExpandBackedgeTakenCount() local 1276 if (isHighCostExpansion(BackedgeTakenCount, BI, Processed, SE)) in canExpandBackedgeTakenCount()
|
D | LoopStrengthReduce.cpp | 747 SmallPtrSet<const SCEV*, 8> &Processed, in isHighCostExpansion() argument 756 Processed, SE); in isHighCostExpansion() 759 Processed, SE); in isHighCostExpansion() 762 Processed, SE); in isHighCostExpansion() 765 if (!Processed.insert(S)) in isHighCostExpansion() 771 if (isHighCostExpansion(*I, Processed, SE)) in isHighCostExpansion() 781 return isHighCostExpansion(Mul->getOperand(1), Processed, SE); in isHighCostExpansion() 2545 SmallPtrSet<const SCEV*, 8> Processed; in isProfitableIncrement() local 2546 return !isHighCostExpansion(IncExpr, Processed, SE); in isProfitableIncrement()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 122 if (I->getNodeId() != Processed) { in PerformExpensiveChecks() 351 N->setNodeId(Processed); in run() 424 if (I->getNodeId() != Processed) { in run() 478 if (Op.getNode()->getNodeId() == Processed) in AnalyzeNewNode() 525 if (Val.getNode()->getNodeId() == Processed) in AnalyzeNewValue() 641 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeDeleted() 665 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeUpdated() 716 if (M->getNodeId() == Processed) in ReplaceValueWith()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
D | video_receiver.cc | 78 _receiveStatsTimer.Processed(); in Process() 120 _keyRequestTimer.Processed(); in Process() 138 _retransmissionTimer.Processed(); in Process()
|
D | video_coding_impl.h | 45 void Processed();
|
D | video_coding_impl.cc | 41 VCMProcessTimer::Processed() { in Processed() function in webrtc::vcm::VCMProcessTimer
|
D | video_sender.cc | 86 _sendStatsTimer.Processed(); in Process()
|
/external/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 250 SmallSet<unsigned, 8> Processed; in HandlePhysRegUse() local 253 if (Processed.count(SubReg)) in HandlePhysRegUse() 264 Processed.insert(*SS); in HandlePhysRegUse()
|
D | TwoAddressInstructionPass.cpp | 89 SmallPtrSet<MachineInstr*, 8> Processed; member in __anon155fd7d30111::TwoAddressInstructionPass 669 if (IsCopy && !Processed.insert(UseMI)) in scanUses() 718 if (Processed.count(MI)) in processCopy() 737 Processed.insert(MI); in processCopy() 1531 Processed.clear(); in runOnMachineFunction()
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 366 SmallPtrSet<MachineBasicBlock*, 8> Processed; in runOnMachineFunction() local 371 I = df_ext_begin(Entry, Processed), E = df_ext_end(Entry, Processed); in runOnMachineFunction() 376 if (MF.size() != Processed.size()) in runOnMachineFunction() 378 if (Processed.insert(BB)) in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1144 SmallPtrSet<const MDNode *, 16> &Processed) { in collectVariableInfoFromMMITable() argument 1148 Processed.insert(VI.Var); in collectVariableInfoFromMMITable() 1191 DwarfDebug::collectVariableInfo(SmallPtrSet<const MDNode *, 16> &Processed) { in collectVariableInfo() argument 1196 collectVariableInfoFromMMITable(Processed); in collectVariableInfo() 1200 if (Processed.count(DV)) in collectVariableInfo() 1222 Processed.insert(DV); in collectVariableInfo() 1280 if (!Processed.insert(DV)) in collectVariableInfo()
|