HomeSort by relevance Sort by last modified time
    Searched defs:Extract (Results 1 - 7 of 7) 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 56 " x[No] - extract file(s) from the archive\n"
86 Extract ///< Extract files back to file system
112 // used (specified with -N) for the delete and extract operations.
152 // getRelPos - Extract the member filename from the command line for
161 // getCount - Extract the [count] argument associated with the N modifier
214 case 'x': ++NumOperations; Operation = Extract; break;
273 if (OriginalDates && Operation != Extract)
764 case Extract: haveError = doExtract(&ErrMsg); break;
  /external/regex-re2/util/
pcre.cc 400 bool PCRE::Extract(const StringPiece &text,
    [all...]
  /external/regex-re2/re2/
re2.cc 409 bool RE2::Extract(const StringPiece &text,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 347 // insert/extract elements, and if there was at least one use that had
390 /// Here we turn element accesses into insert/extract element operations.
394 /// large) integer type with extract and insert operations where the loads
628 // The load is a bit extract from NewAI shifted right by Offset bits.
751 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 75 // Extract from UNDEF is UNDEF.
79 // Extract the relevant 128 bits. Generate an EXTRACT_SUBVECTOR
    [all...]

Completed in 902 milliseconds