/external/libxml2/doc/examples/ |
reader3.c | 3 * synopsis: Show how to extract subdocuments with xmlReader
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugArangeSet.h | 57 bool extract(DataExtractor data, uint32_t *offset_ptr);
|
DWARFDebugAranges.h | 28 void extract(DataExtractor DebugArangesData);
|
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFAbbreviationDeclaration.cpp | 29 DWARFAbbreviationDeclaration::extract(DataExtractor Data, uint32_t* OffsetPtr) { function in class:DWARFAbbreviationDeclaration
|
DWARFDebugRangeList.cpp | 22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugRangeList
|
/external/llvm/test/Bitcode/ |
invalid.test | 46 RUN: FileCheck --check-prefix=EXTRACT-ARRAY %s 48 RUN: FileCheck --check-prefix=EXTRACT-STRUCT %s 50 RUN: FileCheck --check-prefix=EXTRACT-IDXS %s 59 EXTRACT-ARRAY: EXTRACTVAL: Invalid array index 60 EXTRACT-STRUCT: EXTRACTVAL: Invalid struct index 61 EXTRACT-IDXS: EXTRACTVAL: Invalid type 146 RUN: not llvm-dis -disable-output %p/Inputs/invalid-extract-0-indices.bc 2>&1 | \ 147 RUN: FileCheck --check-prefix=EXTRACT-0-IDXS %s 149 EXTRACT-0-IDXS: EXTRACTVAL: Invalid instruction with 0 indices
|
/external/llvm/test/ |
CMakeLists.txt | 43 llvm-extract
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-extract_subvector.ll | 3 ; Extract of an upper half of a vector is an "ext.16b v0, v0, v0, #8" insn.
|
/external/llvm/test/CodeGen/AMDGPU/ |
sext-in-reg.ll | 11 ; SI: v_mov_b32_e32 [[EXTRACT:v[0-9]+]], [[SEXTRACT]] 12 ; SI: buffer_store_dword [[EXTRACT]], 26 ; SI: s_sext_i32_i8 [[EXTRACT:s[0-9]+]], [[VAL]] 27 ; SI: v_mov_b32_e32 [[VEXTRACT:v[0-9]+]], [[EXTRACT]] 44 ; SI: s_sext_i32_i16 [[EXTRACT:s[0-9]+]], [[VAL]] 45 ; SI: v_mov_b32_e32 [[VEXTRACT:v[0-9]+]], [[EXTRACT]] 62 ; SI: s_sext_i32_i8 [[EXTRACT:s[0-9]+]], [[VAL]] 63 ; SI: v_mov_b32_e32 [[VEXTRACT:v[0-9]+]], [[EXTRACT]] 169 ; XSI: s_bfe_i32 [[EXTRACT:s[0-9]+]], {{s[0-9]+}}, 524288 170 ; XSI: s_ashr_i32 {{v[0-9]+}}, [[EXTRACT]], 3 [all...] |
/external/llvm/test/CodeGen/X86/ |
h-register-store.ll | 37 ; Use h-register extract and store.
|
/external/llvm/test/Transforms/CodeExtractor/ |
2004-03-13-LoopExtractorCrash.ll | 1 ; RUN: opt < %s -loop-extract -disable-output
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
extractcost.ll | 27 %externaluse2 = mul nsw i32 %add, %m ; we should add the extract cost only once and the store will be vectorized
|
/external/llvm/tools/ |
LLVMBuild.txt | 32 llvm-extract
|
/external/llvm/tools/dsymutil/ |
dsymutil.h | 36 /// \brief Extract the DebugMaps from the given file.
|
/external/llvm/utils/Target/ARM/ |
analyze-match-table.py | 4 # Extract the instruction table.
|
/external/llvm/utils/ |
test_debuginfo.pl | 36 # Extract debugger commands from testcase. They are marked with DEBUGGER:
|
/external/ltrace/testsuite/ltrace.minor/ |
demangle.exp | 55 # Extract new/delete for remove extra SPACE in $fun, for example,
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
ExtractEngine.cpp | 79 Result = ArchiveLink.GetArchive()->Extract(0, (UInt32)(Int32)-1 , BoolToInt(false), ExtractCallback);
|
/external/opencv3/doc/tutorials/highgui/video-write/ |
video_write.markdown | 13 - How to extract a given color channel from a video 15 As a simple demonstration I'll just extract one of the BGR color channels of an input video file 20 to extract. 142 split(src, spl); // process - extract only the correct channel
|
/external/opencv3/samples/java/sbt/src/main/scala/ |
ScalaCorrespondenceMatchingDemo.scala | 51 // Detect KeyPoints and extract descriptors.
|
/external/regex-re2/re2/ |
prefilter.h | 5 // Prefilter is the class used to extract string guards from regexps.
|
/external/selinux/libsepol/src/ |
boolean_record.c | 55 ERR(handle, "could not extract key from boolean %s",
|
/external/skia/include/effects/ |
SkLayerRasterizer.h | 34 * The layer will extract those fields that affect the mask from
|
/external/skia/src/images/ |
SkImageDecoder_pkm.cpp | 74 // ETC1 Data is encoded as RGB pixels, so we should extract it as such
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.h | 42 /** For SkFontMgrs to make use of our ability to extract
|