HomeSort by relevance Sort by last modified time
    Searched refs:Processed (Results 1 - 25 of 25) sorted by null

  /external/lzma/CPP/7zip/Common/
CWrappers.h 38 UInt64 Processed;
52 UInt64 Processed;
63 Processed = 0;
67 UInt64 GetProcessed() const { return Processed + (Cur - Buf); }
85 UInt64 Processed;
96 Processed = 0;
99 UInt64 GetProcessed() const { return Processed + (Cur - Buf); }
CWrappers.cpp 66 p->Processed += size;
81 Processed = 0;
156 Processed += (Cur - Buf);
207 Processed += size;
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.cpp 23 Processed.Clear();
56 Processed.Add(result == S_OK);
73 Processed.Add(true);
7zFolderInStream.h 37 CRecordVector<bool> Processed;
7zUpdate.cpp 1106 if (!inStreamSpec->Processed[subIndex])
  /external/llvm/tools/opt/
BreakpointPrinter.cpp 54 StringSet<> Processed;
65 if (!Name.empty() && Processed.insert(Name)) {
  /external/llvm/lib/Analysis/
IVUsers.cpp 116 // Add this IV user to the Processed set before returning false to ensure that
118 if (!Processed.insert(I))
152 if (isa<PHINode>(User) && Processed.count(User))
171 // If User is already in Processed, we don't want to recurse into it again,
175 if (isa<PHINode>(User) || Processed.count(User) ||
181 } else if (Processed.count(User) || !AddUsersImpl(User, SimpleLoopNests)) {
305 Processed.clear();
354 Parent->Processed.erase(this->getUser());
  /external/llvm/include/llvm/Analysis/
IVUsers.h 126 SmallPtrSet<Instruction*,16> Processed;
169 return Processed.count(Inst);
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 346 Processed(false) {}
360 bool isProcessed() { return Processed; }
361 void process() { Processed = true; }
374 bool Processed;
596 // Check if the node needs to be processed.
612 // It has been processed, and there are no more children to process,
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp 747 SmallPtrSet<const SCEV*, 8> &Processed,
756 Processed, SE);
759 Processed, SE);
762 Processed, SE);
765 if (!Processed.insert(S))
771 if (isHighCostExpansion(*I, Processed, SE))
781 return isHighCostExpansion(Mul->getOperand(1), Processed, SE);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 32 // If a node is not processed, then none of its values should be mapped by any
35 // If a node is processed, then each value with an illegal type must be mapped
41 // the node being processed may be put in a map before being marked Processed.
53 // node that morphs, or it is a processed value that was mapped to some other
122 if (I->getNodeId() != Processed) {
138 dbgs() << "Processed value not in any map!";
321 // Recompute the NodeId and correct processed operands, adding the node to
348 // If we reach here, the node was processed, potentially creating new nodes.
349 // Mark it as processed and add its users to the worklist as appropriate
    [all...]
LegalizeTypes.h 41 /// ReadyToProcess - All operands have been processed, so this node is ready
53 /// Processed - This is a node that has already been processed.
54 Processed = -3
118 /// processed.
180 /// GetPromotedInteger - Given a processed operand Op which was promoted to a
295 /// GetExpandedInteger - Given a processed operand Op which was expanded into
369 /// GetSoftenedFloat - Given a processed operand Op which was converted to an
440 /// GetExpandedFloat - Given a processed operand Op which was expanded into
499 /// GetScalarizedVector - Given a processed one-element vector Op which wa
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_receiver.cc 78 _receiveStatsTimer.Processed();
120 _keyRequestTimer.Processed();
138 _retransmissionTimer.Processed();
video_coding_impl.h 46 void Processed();
video_coding_impl.cc 41 VCMProcessTimer::Processed() {
video_sender.cc 86 _sendStatsTimer.Processed();
  /external/chromium_org/v8/tools/
logreader.js 96 * @return {Array.<number>} Processed stack.
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 250 SmallSet<unsigned, 8> Processed;
253 if (Processed.count(SubReg))
264 Processed.insert(*SS);
TwoAddressInstructionPass.cpp 81 // The current basic block being processed.
88 // Set of already processed instructions in the current block.
89 SmallPtrSet<MachineInstr*, 8> Processed;
313 /// two-address instruction which is being processed. It also returns the last
504 /// the two-address instruction that's being processed.
669 if (IsCopy && !Processed.insert(UseMI))
705 /// processCopy - If the specified instruction is not yet processed, process it
718 if (Processed.count(MI))
737 Processed.insert(MI);
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 366 SmallPtrSet<MachineBasicBlock*, 8> Processed;
371 I = df_ext_begin(Entry, Processed), E = df_ext_end(Entry, Processed);
376 if (MF.size() != Processed.size())
378 if (Processed.insert(BB))
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 21 * If the templates is processed again, changed values are merely
92 * processed in place. After processing, it will still be a valid
93 * template that, if processed again with the same data, will remain
153 * Map from jstid to processed js attributes.
240 * @return {Object} The jstcache entry. The processed jst attributes
433 * is processed in jstProcessInner_(), below. That function
479 * jsselect attribute will not be processed again, or else directly
561 // store the children to be processed.
585 * @param {Element} template The currently processed node of the template.
635 // are needed. If the template is first processed, as man
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 21 * If the templates is processed again, changed values are merely
92 * processed in place. After processing, it will still be a valid
93 * template that, if processed again with the same data, will remain
139 * Map from jstid to processed js attributes.
226 * @return {Object} The jstcache entry. The processed jst attributes
412 * is processed in jstProcessInner_(), below. That function
455 * jsselect attribute will not be processed again, or else directly
528 // store the children to be processed.
552 * @param {Element} template The currently processed node of the template.
602 // are needed. If the template is first processed, as man
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_manager.js 204 * processed bytes of it.
500 * An array of map from url to Entry being processed.
506 * Total number of bytes to be processed. Filled in initialize().
513 * Total number of already processed bytes. Updated periodically.
596 * Obtains the number of total processed bytes.
597 * @return {number} Number of total processed bytes.
739 * Accumulates processed bytes and call |progressCallback| if needed.
742 * @param {string} sourceEntryUrl URL of the entry which has been processed.
743 * @param {number=} opt_size Processed bytes of the |sourceEntry|. If it is
744 * dropped, all bytes of the entry are considered to be processed
    [all...]

Completed in 613 milliseconds