HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 2226 - 2250 of 6076) sorted by null

<<81828384858687888990>>

  /external/libopus/celt/
entdec.h 95 _ftb: The number of bits to extract.
  /external/libpng/scripts/
dfn.awk 64 # A definition line, apparently correctly formatted; extract the
  /external/libvorbis/include/vorbis/
codec.h 155 the bitstream and extract individual packets, then decode the
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 141 ; load and extract the predictor up to shorts
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 146 ; load and extract the predictor up to shorts
  /external/libxml2/doc/tutorial/
ar01s08.html 4 extract the value of the <span class="acronym">URI</span> we added in the previous
  /external/libxml2/xstc/
Makefile.am 29 # Rule to load the test description and extract the informations
  /external/llvm/include/llvm/Transforms/Scalar/
SROA.h 51 /// onto insert and extract operations on a vector value, and convert them to
  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 101 /// work cannot be cached between the two as once we decide to extract
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 196 return mdconst::extract<ConstantInt>(Node->getOperand(2))->getZExtValue();
237 : mdconst::extract<ConstantInt>(Node->getOperand(2))
250 uint64_t Cur = mdconst::extract<ConstantInt>(Node->getOperand(Idx + 1))
262 uint64_t Cur = mdconst::extract<ConstantInt>(Node->getOperand(TheIdx + 1))
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 33 // Various convenience accessors that extract things out of AsmPrinter.
  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 123 Matrix[Unit].extract(VirtReg, Range);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 17 bool DWARFAcceleratorTable::extract() { function in class:llvm::DWARFAcceleratorTable
DWARFDebugArangeSet.cpp 24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugArangeSet
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 56 /// This convenience method uses memcpy to extract a contiguous addend (the
  /external/llvm/lib/Support/
Regex.cpp 153 // Extract the backreference number.
  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 56 /// @brief A pass to extract specific functions and their dependencies.
  /external/llvm/test/Linker/
thinlto_funcimport_debug.ll 12 ; Extract out the list of subprograms from each compile unit and ensure
  /external/llvm/test/Transforms/InstCombine/
extractvalue.ll 36 ; And now extract a single value from there
  /external/llvm/test/Transforms/SLPVectorizer/X86/
external_user.ll 22 ; return x; <-- must extract here!
  /external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
split-gep.ll 17 ; We should not extract any struct field indices, because fields in a struct
179 ; We shouldn't be able to extract the 8 from "zext(a +nuw (b + 8))",
198 ; This test verifies we do not illegitimately extract the 8 from
248 ; SeparateConstOffsetFromGEP is able to extract the 12.
  /external/lz4/
lz4_block_format.txt 74 Then we need to extract the match length.
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
  /external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 22 #include "../../UI/Common/Extract.h"
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 53 " Client7z.exe x archive.7z : eXtract files from archive.7z\n";
907 // Extract command
914 HRESULT result = archive->Extract(NULL, (UInt32)(Int32)(-1), false, extractCallback);
917 PrintError("Extract Error");

Completed in 541 milliseconds

<<81828384858687888990>>