/external/valgrind/none/tests/x86-linux/ |
D | sigcontext.c | 10 #define VAL2 0x44332211 macro 34 sc.eax = VAL2; in handler2() 86 if (ret == VAL2) in main() 89 printf("FAIL ret=%x not %x\n", ret, VAL2); in main()
|
/external/llvm/test/Transforms/ObjCARC/ |
D | intrinsic-use.ll | 31 ; CHECK-NEXT: [[VAL2:%.*]] = load i8*, i8** %temp1 33 ; CHECK-NEXT: @objc_retain(i8* [[VAL2]]) 38 ; CHECK-NEXT: @objc_release(i8* [[VAL2]]) 79 ; CHECK-NEXT: [[VAL2:%.*]] = load i8*, i8** %temp1 81 ; CHECK-NEXT: @objc_retain(i8* [[VAL2]]) 84 ; CHECK-NEXT: @objc_release(i8* [[VAL2]])
|
/external/clang/test/Preprocessor/ |
D | print-pragma-microsoft.c | 12 #define VAL2 "VAL2" macro 14 #pragma detect_mismatch(KEY1 KEY2, VAL1 VAL2)
|
/external/elfutils/tests/ |
D | cleanup-13.c | 19 #define VAL2(x) ((x)>>8)&0xff,(x)&0xff macro 23 #define VAL2(x) (x)&0xff,((x)>>8)&0xff macro 29 #define OP_const2u(x) 0x0a,VAL2(x), 30 #define OP_const2s(x) 0x0b,VAL2(x), 59 #define OP_bra(x) 0x28,VAL2(x), 66 #define OP_skip(x) 0x2f,VAL2(x), 172 #define OP_call2(x) 0x98,VAL2(x),
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-2012-05-07-MemcpyAlignBug.ll | 13 ; CHECK-NEXT: ldr [[VAL2:x[0-9]+]], [x[[ADDR]]] 14 ; CHECK-NEXT: str [[VAL2]], [x0]
|
D | arm64-virtual_base.ll | 38 ; CHECK-NEXT: ldr [[VAL2:q[0-9]+]], [x0, #272] 39 ; CHECK-NEXT: stur [[VAL2]], {{\[}}sp, #216]
|
/external/llvm/test/CodeGen/ARM/ |
D | aggregate-padding.ll | 82 ; CHECK: ldrh [[VAL2:r[0-9]+]], [sp] 83 ; CHECK: add r0, r2, [[VAL2]] 95 ; CHECK-DAG: ldrh [[VAL2:r[0-9]+]], [sp, #16] 96 ; CHECK: add r0, [[VAL0]], [[VAL2]]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | test_util.py | 283 VAL2 = 2 variable in OptionalMessage.SimpleEnum 307 VAL2 = 2 variable in RepeatedMessage.SimpleEnum 469 message.enum_value = OptionalMessage.SimpleEnum.VAL2 484 message.enum_value = OptionalMessage.SimpleEnum.VAL2 499 message.enum_value = [RepeatedMessage.SimpleEnum.VAL2,
|
D | protorpc_test.proto | 37 VAL2 = 2; enumerator 60 VAL2 = 2; enumerator
|
D | protobuf_test.py | 68 proto.enum_value = protorpc_test_pb2.OptionalMessage.VAL2 83 proto.enum_value = protorpc_test_pb2.OptionalMessage.VAL2 106 proto.enum_value.append(protorpc_test_pb2.RepeatedMessage.VAL2)
|
D | messages_test.py | 317 VAL2 = 2 variable in EnumTest.testComparison.Enum1 323 self.assertNotEquals(Enum1.VAL1, Enum1.VAL2) 331 self.assertTrue(Enum1.VAL1 < Enum1.VAL2) 332 self.assertTrue(Enum1.VAL2 > Enum1.VAL1)
|
/external/llvm/test/TableGen/ |
D | Dag.td | 30 def VAL2 : C2<Y2>; 32 // CHECK: def VAL2 {
|
/external/bison/data/m4sugar/ |
D | foreach.m4 | 83 # m4_case(SWITCH, VAL1, IF-VAL1, VAL2, IF-VAL2, ..., DEFAULT) 106 # m4_bmatch(SWITCH, RE1, VAL1, RE2, VAL2, ..., DEFAULT) 113 # VAL2; 142 # m4_cond(TEST1, VAL1, IF-VAL1, TEST2, VAL2, IF-VAL2, ..., [DEFAULT])
|
D | m4sugar.m4 | 382 # m4_case(SWITCH, VAL1, IF-VAL1, VAL2, IF-VAL2, ..., DEFAULT) 390 # case VAL2: 391 # IF-VAL2; 410 # m4_bmatch(SWITCH, RE1, VAL1, RE2, VAL2, ..., DEFAULT) 417 # VAL2; 473 # m4_cond(TEST1, VAL1, IF-VAL1, TEST2, VAL2, IF-VAL2, ..., [DEFAULT])
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | aggregates.ll | 95 ; CHECK: [[VAL2:%.*]] = extractvalue [3 x i32] [i32 42, i32 43, i32 44], 2 96 ; CHECK: [[RES:%.*]] = insertvalue [2 x i32] [[RESTMP]], i32 [[VAL2]], 1
|
/external/deqp/data/gles2/shaders/ |
D | preprocessor.test | 396 #define VAL2 2.0 398 #define RES2 (RES1 * VAL2) 399 #define RES1 (VAL2 / VAL1) 400 #define RES2 (RES1 * VAL2) 534 #define VAL2 2.0 536 #define RES2 /* fdsjklfdsjkl dsfjkhfdsjkh fdsjklhfdsjkh */ (RES1 * VAL2) 537 #define RES1 (VAL2 / VAL1) 538 #define RES2 /* ewrlkjhsadf */ (RES1 * VAL2) 556 #define VAL2 2.0 560 fdsjklhfdsjkh */ (RES1 * VAL2) [all …]
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-block-line.m | 74 // CHECK-NEXT: call void @objc_storeStrong(i8** [[VAL2:%.*]], i8* null) [[NUW]]
|
/external/deqp/data/gles3/shaders/ |
D | preprocessor.test | 471 #define VAL2 2.0 473 #define RES2 (RES1 * VAL2) 474 #define RES1 (VAL2 / VAL1) 475 #define RES2 (RES1 * VAL2) 621 #define VAL2 2.0 623 #define RES2 /* fdsjklfdsjkl dsfjkhfdsjkh fdsjklhfdsjkh */ (RES1 * VAL2) 624 #define RES1 (VAL2 / VAL1) 625 #define RES2 /* ewrlkjhsadf */ (RES1 * VAL2) 645 #define VAL2 2.0 649 fdsjklhfdsjkh */ (RES1 * VAL2) [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 134 // Return: HP, P, VAL1, VAL2 182 // Return: HP, P, VAL1, VAL2
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4919 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator 4957 assert(NumSubExprs > VAL2); in getVal2() 4958 return cast<Expr>(SubExprs[VAL2]); in getVal2()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/ |
D | service_handlers_test.py | 60 VAL2 = 2 variable in Enum1
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/ |
D | index.rst | 2161 # <a href="HTTP://EXAMPLE.COM/?FOO=VAL1&BAR=VAL2">
|
/external/llvm/docs/ |
D | LangRef.rst | 2948 ``select (COND, VAL1, VAL2)`` 2950 ``icmp COND (VAL1, VAL2)`` 2952 ``fcmp COND (VAL1, VAL2)``
|