/external/valgrind/memcheck/tests/ |
D | leak-cycle.stderr.exp | 5 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 17 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 23 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
D | leak-cases-possible.stderr.exp | 11 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 17 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
/external/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 62 The X server supports indirect fairly well, so OpenGL applications 66 AppleSGLX does not support indirect rendering. Any indirect context 67 created will appear to glXIsDirect as an indirect context, but it 68 does not actually support indirect rendering to a remote X server. 70 AppleSGLX supports GLXPixmaps and GLXPbuffers with direct and indirect
|
/external/llvm/test/Transforms/IPConstantProp/ |
D | dangling-block-address.ll | 34 …%indirect.goto.dest.in = getelementptr inbounds [2 x i8*], [2 x i8*]* @bar.l, i32 0, i32 %tmp1.pn … 35 %indirect.goto.dest = load i8*, i8** %indirect.goto.dest.in ; <i8*> [#uses=1] 36 indirectbr i8* %indirect.goto.dest, [label %lab0, label %end]
|
/external/llvm/test/CodeGen/ARM/ |
D | tail-dup.ll | 33 …%indirect.goto.dest.in = phi i8** [ %arrayidx, %entry ], [ %arrayidx4, %DECREMENT ], [ %arrayidx2,… 35 %indirect.goto.dest = load i8*, i8** %indirect.goto.dest.in, align 4 36 indirectbr i8* %indirect.goto.dest, [label %RETURN, label %INCREMENT, label %DECREMENT]
|
D | indirectbr-3.ll | 4 ; for blocks with indirect branches, the IfConverter could end up deleting 5 ; blocks that were the destinations of indirect branches, leaving branches to
|
/external/mesa3d/src/glx/ |
D | .gitignore | 5 indirect.c 6 indirect.h
|
D | SConscript | 56 'indirect.c', 97 target = 'indirect.c', 127 target = 'indirect.h',
|
/external/llvm/test/Transforms/MergeFunc/ |
D | no-merge-block-address-different-labels.ll | 50 %indirect.goto.dest = phi i8* [ %1, %if.end ] 51 indirectbr i8* %indirect.goto.dest, [label %val_0, label %val_1] 93 %indirect.goto.dest = phi i8* [ %1, %if.end ] 94 indirectbr i8* %indirect.goto.dest, [label %val_1, label %val_0]
|
D | merge-block-address.ll | 47 %indirect.goto.dest = phi i8* [ %1, %if.end ] 48 indirectbr i8* %indirect.goto.dest, [label %val_0, label %val_1] 88 %indirect.goto.dest = phi i8* [ %1, %if.end ] 89 indirectbr i8* %indirect.goto.dest, [label %val_0, label %val_1]
|
/external/valgrind/gdbserver_tests/ |
D | mcblocklistsearch.stderrB.exp | 45 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 58 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 64 0x........[16] indirect loss record 4 65 0x........[16] indirect loss record 5
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
D | ResourceCache.java | 508 Buffer indirect = getIndirectBuffer(); 509 if (indirect!=null && indirect.array()!=null) 510 … return new ByteArrayInputStream(indirect.array(),indirect.getIndex(),indirect.length());
|
/external/clang/test/Modules/Inputs/submodules-merge-defs/ |
D | module.modulemap | 19 module "indirect" { 20 header "indirect.h"
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | indirectbr.ll | 88 …%indirect.goto.dest = select i1 %cond, i8* blockaddress(@indbrtest3, %L1), i8* blockaddress(@indbr… 89 indirectbr i8* %indirect.goto.dest, [label %L1, label %L2, label %L3] 112 …%indirect.goto.dest = select i1 %cond, i8* blockaddress(@indbrtest4, %L1), i8* blockaddress(@indbr… 113 indirectbr i8* %indirect.goto.dest, [label %L1, label %L2, label %L3] 135 …%indirect.goto.dest = select i1 %cond, i8* blockaddress(@indbrtest5, %L1), i8* blockaddress(@indbr… 138 indirectbr i8* %indirect.goto.dest, [label %L3, label %L4] 165 …%indirect.goto.dest = select i1 %cond, i8* blockaddress(@indbrtest6, %L1), i8* blockaddress(@indbr… 168 indirectbr i8* %indirect.goto.dest, [label %L2, label %L3]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-round-01.ll | 58 ; indirect arguments. 81 ; indirect arguments. 104 ; indirect arguments. 127 ; indirect arguments. 150 ; indirect arguments.
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 136 bool indirect = false; in extractValue() local 142 indirect = false; in extractValue() 212 indirect = true; in extractValue() 241 } while (indirect); in extractValue() 270 bool indirect = false; in skipValue() local 351 indirect = true; in skipValue() 366 } while (indirect); in skipValue()
|
/external/llvm/test/Transforms/StripSymbols/ |
D | block-address.ll | 10 define void @f(i8* %indirect.goto.dest) nounwind uwtable ssp { 12 indirectbr i8* %indirect.goto.dest, [label %FOO, label %BAR]
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | storepointer-compare.ll | 4 ; Check that a comparison does not prevent an indirect call from being made 5 ; direct. The global will still remain, but indirect call elim is still good.
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-indirect-symbols.test | 1 RUN: llvm-objdump -macho -indirect-symbols %p/Inputs/hello.exe.macho-x86_64 | FileCheck %s 2 RUN: llvm-objdump -macho -indirect-symbols -non-verbose %p/Inputs/hello.exe.macho-x86_64 | FileChec…
|
/external/e2fsprogs/tests/f_badbblocks/ |
D | expect.1 | 3 ../e2fsck/e2fsck: Illegal indirect block found while reading bad blocks inode 11 Illegal indirect block (200) in bad block inode. CLEARED.
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_emit.h | 37 SVGA3dShaderSrcToken indirect; member 162 assert(src.indirect.reserved0); in emit_src() 164 svga_shader_emit_dword( emit, src.indirect.value )); in emit_src() 358 src.indirect.value = 0; in src_register()
|
/external/llvm/test/CodeGen/X86/ |
D | 2013-10-14-FastISel-incorrect-vreg.ll | 3 ; During X86 fastisel, the address of indirect call was resolved 23 ; Perform the indirect call. 62 ; Perform the indirect call. 101 ; Perform the indirect call.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-indirectbr.ll | 34 %indirect.goto.dest = phi i8* [ %1, %entry ] 35 indirectbr i8* %indirect.goto.dest, [label %ZERO, label %ONE]
|
/external/boringssl/src/crypto/perlasm/ |
D | x86gas.pl | 200 { my $indirect=&::static_label("$nmdecor$sym\$non_lazy_ptr"); 201 &::mov($dst,&::DWP("$indirect-$reflabel",$base)); 202 $non_lazy_ptr{"$nmdecor$sym"}=$indirect;
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 109 boolean indirect = FALSE; in analyse_tex() local 141 indirect = TRUE; in analyse_tex() 157 indirect = TRUE; in analyse_tex() 164 if (indirect) { in analyse_tex()
|