Home
last modified time | relevance | path

Searched refs:Extract (Results 1 – 25 of 197) sorted by relevance

12345678

/external/libmpeg2/common/arm/
Dimpeg2_inter_pred.s318 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 row5
[all …]
/external/lzma/CPP/7zip/Bundles/SFXWin/
Dresource.rc21 DEFPUSHBUTTON "Extract", IDOK, bx2, by, bxs, bys, WS_GROUP
36 DEFPUSHBUTTON "Extract", IDOK, bx2, by, bxs, bys, WS_GROUP
45 #include "../../UI/GUI/Extract.rc"
/external/llvm/docs/CommandGuide/
Dllvm-extract.rst36 Extract the function named *function-name* from the LLVM bitcode. May be
41 Extract the function(s) matching *function-regular-expr* from the LLVM bitcode.
47 Extract the global variable named *global-name* from the LLVM bitcode. May be
52 Extract the global variable(s) matching *global-regular-expr* from the LLVM
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp120 Extract, ///< Extract files back to file system enumerator
222 case 'x': ++NumOperations; Operation = Extract; break; in parseCommandLine()
291 if (OriginalDates && Operation != Extract) in parseCommandLine()
379 case Extract: in shouldCreateArchive()
393 if (Operation == Extract && OldArchive->isThin()) in performReadOperation()
421 case Extract: in performReadOperation()
633 case Extract: in performOperation()
/external/llvm/test/Linker/
Dreplaced-function-matches-first-subprogram.ll42 ; Extract out the list of subprograms from each compile unit.
49 ; Extract out each compile unit's single subprogram. The replaced subprogram's
58 ; Extract out the file from the replaced subprogram.
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp247 legacy::PassManager Extract; in main() local
248 Extract.add(createGVExtractionPass(Gvs, DeleteFn)); in main()
249 Extract.run(*M); in main()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.rc29 CAPTION "Extract"
79 CAPTION "Extract"
/external/opencv3/doc/py_tutorials/py_calib3d/
Dpy_table_of_contents_calib3d.markdown21 Extract depth
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-bitfield.txt22 # 5.4.5 Extract (immediate)
/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp165 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, ecs); in DecompressArchive()
171 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, ecs); in DecompressArchive()
199 HRESULT Extract( in Extract() function
DExtract.h79 HRESULT Extract(
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.3124 Extract all files matching "*.gz" in the top level directory "test".
128 Extract all files beginning with "example" inside top level directories
135 Extract all files matching "*.gz" in top level directory "test",
/external/lzma/CPP/7zip/UI/Console/
DConsole.mak21 $O\Extract.obj \
/external/libcxx/cmake/Modules/
DCodeCoverage.cmake27 message(STATUS "Extract Directories: ${EXTRACT_DIRS}")
/external/llvm/test/MC/AArch64/
Darm64-bitfield-encoding.s31 ; 5.4.5 Extract (immediate)
/external/bison/djgpp/
Ddjunpack.bat46 Rem Extract top src dir from archive file.
59 Rem Extract fnchange.lst from archive.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
DREADME.searchcvs.setup.mysql.txt7 1. Extract the searchcvs/ folder from cvs and place it in your $HOME folder
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h38 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp79 …Result = ArchiveLink.GetArchive()->Extract(0, (UInt32)(Int32)-1 , BoolToInt(false), ExtractCallbac… in Process2()
/external/v8/src/arm64/
Ddecoder-arm64.h25 V(Extract) \
/external/pcre/dist/
Dpcrecpp_unittest.cc371 CHECK(RE("(.*)@([^.]*)").Extract("\\2!\\1", "boris@kremvax.ru", &s)); in TestExtract()
375 CHECK(RE(".*").Extract("'\\0'", "foo", &s)); in TestExtract()
377 CHECK(!RE("bar").Extract("'\\0'", "baz", &s)); in TestExtract()
714 CHECK(re.Extract("\\1", str , &captured)); in Test_NO_AUTO_CAPTURE()
720 re.Extract("\\1",str, &captured ); in Test_NO_AUTO_CAPTURE()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h39 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.h36 int getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
/external/vixl/examples/
Dnon-const-visitor.h63 V(Extract) \
/external/lzma/DOC/
D7zC.txt61 e: Extract files from archive
109 5) List items or Extract items

12345678