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

1 2 3 4

  /external/lzma/CPP/7zip/UI/Console/
Console.mak 21 $O\Extract.obj \
  /external/libmpeg2/common/arm/
impeg2_inter_pred.s 318 vext.8 d8, d0, d1, #1 @Extract pixels (1-8) of row1
320 vext.8 d12, d2, d3, #1 @Extract pixels (1-8) of row5
322 vext.8 d16, d4, d5, #1 @Extract pixels (1-8) of row2
324 vext.8 d20, d6, d7, #1 @Extract pixels (1-8) of row6
336 vext.8 d1, d9, d10, #1 @Extract pixels (1-8) of row3
338 vext.8 d3, d13, d14, #1 @Extract pixels (1-8) of row7
342 vext.8 d5, d17, d18, #1 @Extract pixels (1-8) of row4
344 vext.8 d7, d21, d22, #1 @Extract pixels (1-8) of row8
429 vext.8 d1, d0, d1, #1 @Extract pixels (1-8) of row1
433 vext.8 d3, d2, d3, #1 @Extract pixels (1-8) of row
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Extract.h 0 // Extract.h
79 HRESULT Extract(
Extract.cpp 0 // Extract.cpp
15 #include "Extract.h"
165 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, ecs);
171 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, ecs);
199 HRESULT Extract(
  /external/llvm/test/MC/AArch64/
arm64-bitfield-encoding.s 31 ; 5.4.5 Extract (immediate)
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 1 //===- llvm-extract.cpp - LLVM function extraction utility ----------------===//
52 // ExtractFuncs - The functions to extract from the module.
54 ExtractFuncs("func", cl::desc("Specify function to extract"),
58 // extract from the module.
60 ExtractRegExpFuncs("rfunc", cl::desc("Specify function(s) to extract using a "
64 // ExtractAlias - The alias to extract from the module.
66 ExtractAliases("alias", cl::desc("Specify alias to extract"),
71 // extract from the module.
73 ExtractRegExpAliases("ralias", cl::desc("Specify alias(es) to extract using a "
77 // ExtractGlobals - The globals to extract from the module
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 97 " x[No] - extract file(s) from the archive\n"
120 Extract, ///< Extract files back to file system
157 // Extract the member filename from the command line for the [relpos] argument
222 case 'x': ++NumOperations; Operation = Extract; break;
291 if (OriginalDates && Operation != Extract)
379 case Extract:
393 if (Operation == Extract && OldArchive->isThin())
421 case Extract:
633 case Extract
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 37 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
39 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 36 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
38 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 36 int getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractEngine.cpp 79 Result = ArchiveLink.GetArchive()->Extract(0, (UInt32)(Int32)-1 , BoolToInt(false), ExtractCallback);
  /external/v8/src/arm64/
decoder-arm64.h 25 V(Extract) \
  /external/vixl/examples/
non-const-visitor.h 63 V(Extract) \
  /external/bison/djgpp/
djunpack.bat 46 Rem Extract top src dir from archive file.
59 Rem Extract fnchange.lst from archive.
  /external/lzma/CPP/7zip/Bundles/SFXCon/
makefile 65 $O\Extract.obj \
SfxCon.cpp 17 #include "../../UI/Common/Extract.h"
109 " x: eXtract files with full pathname (default)\n"
401 HRESULT result = Extract(
  /external/vixl/src/vixl/a64/
decoder-a64.h 44 V(Extract) \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/
libvpx.mk 59 # Extract the C files from the list and add them to LOCAL_SRC_FILES.
101 # Extract the offsets from the inline assembly.
  /external/testng/src/main/resources/
testng-reports.js 3 // Extract the panel for this link
  /external/pcre/dist/
pcrecpp_unittest.cc 367 printf("Testing Extract\n");
371 CHECK(RE("(.*)@([^.]*)").Extract("\\2!\\1", "boris@kremvax.ru", &s));
375 CHECK(RE(".*").Extract("'\\0'", "foo", &s));
377 CHECK(!RE("bar").Extract("'\\0'", "baz", &s));
714 CHECK(re.Extract("\\1", str , &captured));
720 re.Extract("\\1",str, &captured );
    [all...]
pcrecpp.h 85 // You can supply extra pointer arguments to extract matched subpieces.
93 // Example: does not try to extract any extra sub-patterns
96 // Example: does not try to extract into NULL
280 // could extract all words from a string by repeatedly calling
326 // Extract() is like Replace(), except that if the pattern matches,
613 bool Extract(const StringPiece &rewrite,
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
  /external/lzma/CPP/7zip/Bundles/SFXWin/
makefile 72 $O\Extract.obj \
  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp 101 HRESULT res = Extract(codecs,
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 296 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,

Completed in 338 milliseconds

1 2 3 4