/external/valgrind/main/none/tests/s390x/ |
D | condloadstore.stdout.exp | 1 LOC 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000 2 LOC 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000 3 LOC 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000 4 LOC 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000 5 LOC 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000 6 LOC 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000 7 LOC 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000 8 LOC 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000 9 LOC 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000 10 LOC 0000000000000000 into 0000000000000000 if mask9 for cc 0: 0000000000000000 [all …]
|
D | condloadstore.c | 122 DO_INSN(LOC, LOAD_REG_MEM); in main()
|
/external/qemu/distrib/ext4_utils/src/ |
D | test_ext4fixup | 3 typeset -i I ITERATIONS PHASE LOC COUNT MAXCOUNT 46 let LOC="$RANDOM"%2 # 0 to 1 47 let LOC++ # 1 to 2 54 ext4fixup -d "$PHASE,$LOC,$COUNT" "$NEW_FS_IMAGE" 2>/dev/null 63 echo "$ME: test failed with parameters $PHASE, $LOC, $COUNT"
|
/external/llvm/test/DebugInfo/X86/ |
D | 2011-09-26-GlobalVarContext.ll | 9 %LOC = alloca i32, align 4 10 call void @llvm.dbg.declare(metadata !{i32* %LOC}, metadata !15), !dbg !17 12 store i32 %1, i32* %LOC, align 4, !dbg !18 32 !15 = metadata !{i32 786688, metadata !16, metadata !"LOC", metadata !6, i32 4, metadata !9, i32 0,… 49 ; CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9a-f]*}}] = "LOC")
|
D | formal_parameter.ll | 36 ; LOWERING: call void @llvm.dbg.value{{.*}}, !dbg ![[LOC:.*]] 37 ; LOWERING: call void @llvm.dbg.value{{.*}}, !dbg ![[LOC]] 38 ; LOWERING: call void @llvm.dbg.value{{.*}}, !dbg ![[LOC]]
|
D | dbg-value-const-byref.ll | 24 ; CHECK: DW_AT_location [DW_FORM_data4] ([[LOC:.*]]) 28 ; CHECK: [[LOC]]:
|
/external/zlib/src/win32/ |
D | Makefile.bor | 13 LOC = $(LOCAL_ZLIB) 19 CFLAGS = -a -d -k- -O2 $(LOC) 20 ASFLAGS = $(LOC) 21 LDFLAGS = $(LOC)
|
D | Makefile.gcc | 46 CFLAGS = $(LOC) -O3 -Wall 49 ASFLAGS = $(LOC) -Wall 52 LDFLAGS = $(LOC)
|
D | Makefile.msc | 17 LOC = 29 CFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC) 31 ASFLAGS = -coff -Zi $(LOC)
|
/external/llvm/test/CodeGen/SystemZ/ |
D | cond-load-01.ll | 1 ; Test LOC. 31 ; Check the high end of the aligned LOC range. 58 ; Check the low end of the LOC range. 113 ; Test that conditionally-executed loads do not use LOC, since it is allowed
|
D | int-cmp-45.ll | 7 ; the EQ case with LOC. 48 ; ...and again with LOC. 89 ; ...and again with LOC.
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 333 template <typename LOC, typename DATA> 334 const LOC* 339 LOC::Profile(ID, ctx, parent, d); in getLocationContext() 342 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); in getLocationContext() 345 L = new LOC(ctx, parent, d); in getLocationContext()
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | debug_info.ll | 16 ;CHECK: getelementptr inbounds {{.*}}, !dbg ![[LOC:[0-9]+]] 17 ;CHECK: bitcast double* {{.*}}, !dbg ![[LOC]] 18 ;CHECK: load <2 x double>* {{.*}}, !dbg ![[LOC]] 21 ;CHECK: ![[LOC]] = metadata !{i32 4, i32 0,
|
/external/llvm/test/BugPoint/ |
D | metadata.ll | 7 ; CHECK: call void @foo(), !dbg ![[LOC:[0-9]+]], !attach ![[CALL:[0-9]+]] 8 ; CHECK: ![[LOC]] = metadata !{i32 104, i32 105, metadata ![[SCOPE:[0-9]+]], metadata ![[SCOPE]]}
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | debugloc.ll | 8 ; CHECK: cmp.zero = icmp eq i64 {{.*}}, 0, !dbg ![[LOC:[0-9]+]] 10 ; CHECK: index {{.*}}, !dbg ![[LOC]] 14 ; CHECK: add i64 %index, 2, !dbg ![[LOC]] 15 ; CHECK: icmp eq i64 %index.next, %end.idx.rnd.down, !dbg ![[LOC]]
|
/external/dnsmasq/contrib/dns-loc/ |
D | README | 3 Here is a patch against dnsmasq 2.39 which provides support for LOC
|
D | dnsmasq2-loc-rfc1876.patch | 67 + { " --loc-record=name,lat lon alt", gettext_noop("Specify LOC DNS record."), NULL }, 86 + problem = _("bad LOC record"); 97 + problem = _("bad LOC record"); 418 +/* takes an on-the-wire LOC RR and prints it in zone file 451 + sprintf(cp,"; error: unknown LOC RR version");
|
/external/zlib/src/msdos/ |
D | Makefile.msc | 18 LOC = $(LOCAL_ZLIB) 27 CFLAGS=-nologo -A$(MODEL) -G$(CPU_TYP) -W3 -Oait -Gs $(LOC)
|
D | Makefile.bor | 21 LOC = $(LOCAL_ZLIB) 36 CFLAGS=-O2 -Z -m$(MODEL) $(LOC)
|
/external/smack/src/org/xbill/DNS/ |
D | Type.java | 100 public static final int LOC = 29; field in Type 255 types.add(LOC, "LOC", new LOCRecord()); in types.add() argument
|
/external/zlib/src/contrib/delphi/ |
D | zlibd32.mak | 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl macro 14 CFLAGS = -a -d -k- -O2 $(LOC)
|
/external/zlib/src/contrib/pascal/ |
D | zlibd32.mak | 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl macro 14 CFLAGS = -a -d -k- -O2 $(LOC)
|
/external/zlib/src/contrib/masmx86/ |
D | readme.txt | 23 nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj"
|
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 389 template <typename LOC, typename DATA> 390 const LOC *getLocationContext(AnalysisDeclContext *ctx,
|
/external/clang/docs/ |
D | Makefile | 96 $(Echo) Making User LOC Table
|