Searched defs:Extract (Results 1 - 25 of 32) sorted by last modified time

12

/external/regex-re2/re2/
H A Dre2.cc409 bool RE2::Extract(const StringPiece &text, function in class:re2::RE2
/external/regex-re2/util/
H A Dpcre.cc400 bool PCRE::Extract(const StringPiece &text, function in class:re2::PCRE
/external/pcre/dist/
H A Dpcrecpp.cc455 bool RE::Extract(const StringPiece& rewrite, function in class:pcrecpp::RE
/external/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, function in class:NArchive::N7z::CHandler
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp321 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, function in class:NArchive::NLzma::CHandler
H A DSplitHandler.cpp297 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, function in class:NArchive::NSplit::CHandler
H A DXzHandler.cpp451 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, function in class:NArchive::NXz::CHandler
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp110 Extract, ///< Extract files back to file system enumerator in enum:ArchiveOperation
145 // getRelPos - Extract the member filename from the command line for
203 case 'x': ++NumOperations; Operation = Extract; break;
263 if (OriginalDates && Operation != Extract)
356 case Extract:
390 case Extract:
872 case Extract:
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1951 // Extract all of the elements with the external uses.
2485 Instruction *Extract = cast<Instruction>(Builder.CreateExtractElement( local
2487 IE->setOperand(1, Extract);
2489 IE->insertAfter(Extract);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10274 SDValue Extract = N->getOperand(i); local
10275 SDValue ExtVal = Extract.getOperand(1);
10276 if (Extract.getOperand(0) == VecIn1) {
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp520 /// GPR64 (either via SEXT_INREG or AND). Extract the appropriate low bits if
2123 SDValue Extract = CurDAG->getTargetExtractSubreg(SubReg, SDLoc(Node), VT, local
2126 DEBUG(Extract->dumpr(CurDAG));
2128 return Extract.getNode();
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp753 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
1941 Value *Extract = Builder.CreateExtractValue(Val, i, Val->getName()); local
1942 Builder.CreateStore(Extract, NewElts[i]);
2325 /// overwrites the entire allocation. Extract out the pieces of the stored
2330 // Extract each element out of the integer according to its structure offset
2445 // Extract each element out of the NewElts according to its structure offset
H A DSeparateConstOffsetFromGEP.cpp128 static int64_t Extract(Value *Idx, Value *&NewIdx, const DataLayout *DL,
131 /// arguments and the return value are the same as Extract.
557 int64_t ConstantOffsetExtractor::Extract(Value *Idx, Value *&NewIdx, function in class:ConstantOffsetExtractor
714 ConstantOffsetExtractor::Extract(GEP->getOperand(I), NewIdx, DL, GEP);
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp55 ObjectContainerBSDArchive::Object::Extract (const DataExtractor& data, lldb::offset_t offset) function in class:ObjectContainerBSDArchive::Object
137 offset = obj.Extract (data, offset);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp35 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t* offset_ptr) function in class:DWARFAbbreviationDeclaration
37 return Extract(data, offset_ptr, data.GetULEB128(offset_ptr));
41 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr, dw_uleb128_t code) function in class:DWARFAbbreviationDeclaration
H A DDWARFCompileUnit.cpp72 DWARFCompileUnit::Extract(const DataExtractor &debug_info, lldb::offset_t *offset_ptr) function in class:DWARFCompileUnit
107 DWARFCompileUnit::Extract(lldb::offset_t offset, const DataExtractor& debug_info_data, const DWARFAbbreviationDeclarationSet* abbrevs) function in class:DWARFCompileUnit
H A DDWARFDebugAbbrev.cpp30 // DWARFAbbreviationDeclarationSet::Extract()
33 DWARFAbbreviationDeclarationSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr) function in class:DWARFAbbreviationDeclarationSet
40 while (abbrevDeclaration.Extract(data, offset_ptr))
154 if (abbrevDeclSet.Extract(data, &offset))
H A DDWARFDebugArangeSet.cpp165 DWARFDebugArangeSet::Extract(const DataExtractor &data, lldb::offset_t *offset_ptr) function in class:DWARFDebugArangeSet
H A DDWARFDebugAranges.cpp56 // Extract
59 DWARFDebugAranges::Extract(const DataExtractor &debug_aranges_data) function in class:DWARFDebugAranges
67 while (set.Extract(debug_aranges_data, &offset))
H A DDWARFDebugMacinfoEntry.cpp83 DWARFDebugMacinfoEntry::Extract(const DataExtractor& mac_info_data, lldb::offset_t* offset_ptr) function in class:DWARFDebugMacinfoEntry
H A DDWARFDebugPubnames.cpp32 DWARFDebugPubnames::Extract(const DataExtractor& data) function in class:DWARFDebugPubnames
35 "DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")",
39 log->Printf("DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")", (uint64_t)data.GetByteSize());
48 if (set.Extract(data, &offset))
H A DDWARFDebugPubnamesSet.cpp81 DWARFDebugPubnamesSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr) function in class:DWARFDebugPubnamesSet
H A DDWARFDebugRanges.cpp28 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data) function in class:DWARFDebugRanges
33 while (Extract(dwarf2Data, &offset, range_list))
85 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range_list) function in class:DWARFDebugRanges
120 assert(!"DWARFDebugRanges::RangeList::Extract() unsupported address size.");
H A DDWARFLocationList.cpp55 DWARFLocationList::Extract(const DataExtractor& debug_loc_data, lldb::offset_t* offset_ptr, DataExtractor& location_list_data) function in class:DWARFLocationList
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc952 void Simulator::Extract(Instruction* instr) { function in class:v8::internal::Simulator
2095 // Extract and sign- or zero-extend 32-bit arguments for widening operations.
2194 Extract<uint64_t>(instr);
2196 Extract<uint32_t>(instr);
2848 // Extract the IEEE-754 double components.
2850 // Extract the exponent and remove the IEEE-754 encoding bias.
2852 // Extract the mantissa and add the implicit '1' bit.

Completed in 4796 milliseconds

12