HomeSort by relevance Sort by last modified time
    Searched defs:Extract (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/synchronization/
condition_variable_win.cc 139 used_event->Extract(); // Possibly redundant
152 // unusual requirement for a linked-list-class is support for the Extract()
154 // into a second list. Most critically, the Extract() method is idempotent,
221 return next_->Extract();
227 return prev_->Extract();
238 ConditionVariable::Event* ConditionVariable::Event::Extract() {
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 55 " x[No] - extract file(s) from the archive\n"
86 Extract ///< Extract files back to file system
113 // used (specified with -N) for the delete and extract operations.
131 // getRelPos - Extract the member filename from the command line for
142 // getCount - Extract the [count] argument associated with the N modifier
198 case 'x': ++NumOperations; Operation = Extract; break;
257 if (OriginalDates && Operation != Extract)
263 if (Compression && Operation!=ReplaceOrInsert && Operation!=Extract)
753 case Extract: haveError = doExtract(&ErrMsg); break
    [all...]
  /external/pcre/
pcrecpp.cc 456 bool RE::Extract(const StringPiece& rewrite,
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 305 // insert/extract elements, and if there was at least one use that had
337 /// Here we turn element accesses into insert/extract element operations.
341 /// large) integer type with extract and insert operations where the loads
547 // The load is a bit extract from NewAI shifted right by Offset bits.
666 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
706 // If ToType is a first class aggregate, extract out each of the pieces and
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 91 // Extract from UNDEF is UNDEF.
98 // Extract the relevant 128 bits. Generate an EXTRACT_SUBVECTOR
    [all...]

Completed in 437 milliseconds