Home
last modified time | relevance | path

Searched refs:_3 (Results 1 – 25 of 193) sorted by relevance

12345678

/external/bcc/tests/python/include/folly/tracing/
DStaticTracepoint-ELF.h66 #define FOLLY_SDT_OPERANDS_3(_1, _2, _3) \ argument
67 FOLLY_SDT_OPERANDS_2(_1, _2), FOLLY_SDT_ARG(3, _3)
68 #define FOLLY_SDT_OPERANDS_4(_1, _2, _3, _4) \ argument
69 FOLLY_SDT_OPERANDS_3(_1, _2, _3), FOLLY_SDT_ARG(4, _4)
70 #define FOLLY_SDT_OPERANDS_5(_1, _2, _3, _4, _5) \ argument
71 FOLLY_SDT_OPERANDS_4(_1, _2, _3, _4), FOLLY_SDT_ARG(5, _5)
72 #define FOLLY_SDT_OPERANDS_6(_1, _2, _3, _4, _5, _6) \ argument
73 FOLLY_SDT_OPERANDS_5(_1, _2, _3, _4, _5), FOLLY_SDT_ARG(6, _6)
74 #define FOLLY_SDT_OPERANDS_7(_1, _2, _3, _4, _5, _6, _7) \ argument
75 FOLLY_SDT_OPERANDS_6(_1, _2, _3, _4, _5, _6), FOLLY_SDT_ARG(7, _7)
[all …]
/external/swiftshader/src/Reactor/
DPrint.hpp395 # define RR_GET_NTH_ARG(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, N, .… argument
414 # define RR_WATCH_FMT_3(_1, _2, _3) \ argument
416 "\n " #_3 ": {2}"
417 # define RR_WATCH_FMT_4(_1, _2, _3, _4) \ argument
418 RR_WATCH_FMT_3(_1, _2, _3) \
420 # define RR_WATCH_FMT_5(_1, _2, _3, _4, _5) \ argument
421 RR_WATCH_FMT_4(_1, _2, _3, _4) \
423 # define RR_WATCH_FMT_6(_1, _2, _3, _4, _5, _6) \ argument
424 RR_WATCH_FMT_5(_1, _2, _3, _4, _5) \
426 # define RR_WATCH_FMT_7(_1, _2, _3, _4, _5, _6, _7) \ argument
[all …]
/external/llvm-project/flang/test/Evaluate/
Dfolding07.f9021 eps3 = epsilon(0._3), zeps3 = real(z'3b80', kind=3), deps3 = 3.90625e-3_3
65 ahuge3 = huge(0._3), zahuge3 = real(z'7f7f', kind=3), &
188 real(3), parameter :: tiny3 = tiny(0._3), ztiny3 = real(z'0080', kind=3)
202 max3 = maxexponent(0._3), &
216 min3 = minexponent(0._3), &
242 arange3 = range(0._3), zrange3 = range((0._3, 0._3)), &
/external/catch2/include/internal/
Dcatch_preprocessor.hpp90 …CH_REMOVE_PARENS_4_ARG(_0, _1, _2, _3) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE_PAR… argument
91 …_REMOVE_PARENS_5_ARG(_0, _1, _2, _3, _4) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE_P… argument
92 …EMOVE_PARENS_6_ARG(_0, _1, _2, _3, _4, _5) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE… argument
93 #define INTERNAL_CATCH_REMOVE_PARENS_7_ARG(_0, _1, _2, _3, _4, _5, _6) INTERNAL_CATCH_REMOVE_PARENS… argument
94 …E_PARENS_8_ARG(_0, _1, _2, _3, _4, _5, _6, _7) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_RE… argument
95 …PARENS_9_ARG(_0, _1, _2, _3, _4, _5, _6, _7, _8) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_… argument
96 …ENS_10_ARG(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATC… argument
97 …_11_ARG(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CA… argument
99 #define INTERNAL_CATCH_VA_NARGS_IMPL(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, N, ...) N argument
/external/llvm-project/flang/test/Semantics/
Dmodfile26.f9027 [precision(0._2), precision(0._3), precision(0._4), precision(0._8), &
42 [range(0._2), range(0._3), range(0._4), range(0._8), range(0._10), &
53 all([radix(0._2), radix(0._3), radix(0._4), radix(0._8), &
60 [digits(0._2), digits(0._3), digits(0._4), digits(0._8), digits(0._10), &
/external/clang/test/SemaObjC/
Dattr-availability-1.m17 - (void)overridden __attribute__((availability(macosx,introduced=10_3))); // expected-note{{overrid… argument
18 - (void)overridden2 __attribute__((availability(macosx,introduced=10_3))); argument
19 - (void)overridden3 __attribute__((availability(macosx,deprecated=10_3))); argument
20 - (void)overridden4 __attribute__((availability(macosx,deprecated=10_3))); // expected-note{{overri… argument
22 - (void)overridden6 __attribute__((availability(macosx,introduced=10_3))); // expected-note{{overri… argument
28 …/ expected-warning{{overriding method introduced after overridden method on macOS (10_4 vs. 10_3)}}
31 … expected-warning{{overriding method deprecated before overridden method on macOS (10_3 vs. 10_2)}}
32 - (void)overridden5 __attribute__((availability(macosx,introduced=10_3))); argument
100 - (void)Meth2 __attribute__((availability(macosx,introduced=10_3.1))); // expected-warning {{use sa… argument
/external/llvm/test/Transforms/Reassociate/
Dprev_insts_canonicalized.ll9 ; CHECK-NEXT: %_3 = add i32 %factor, 1
10 ; CHECK-NEXT: %_5 = add i32 %_3, %factor1
15 %_3 = add i32 %_1, %_2
16 %_4 = add i32 %_3, 1
17 %_5 = add i32 %in, %_3
/external/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h84 #define BWE_TEST_LOGGING_LOG3(name, format, _1, _2, _3) argument
85 #define BWE_TEST_LOGGING_LOG4(name, format, _1, _2, _3, _4) argument
86 #define BWE_TEST_LOGGING_LOG5(name, format, _1, _2, _3, _4, _5) argument
168 #define BWE_TEST_LOGGING_LOG3(name, format, _1, _2, _3) \ argument
171 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3); \
173 #define BWE_TEST_LOGGING_LOG4(name, format, _1, _2, _3, _4) \ argument
176 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, _4); \
178 #define BWE_TEST_LOGGING_LOG5(name, format, _1, _2, _3, _4, _5) \ argument
181 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, _4, \
/external/bc/tests/fuzzing/dc_inputs/
Dmodulus.txt19 2 _3%pR
28 _2 _3%pR
52 2 _3%pR
61 _2 _3%pR
/external/bc/tests/dc/
Dmodulus.txt19 2 _3%pR
28 _2 _3%pR
52 2 _3%pR
61 _2 _3%pR
/external/rust/crates/pin-project/tests/expand/multifields/
Dtuple_struct.expanded.rs73 let Self(_0, _1, _2, _3) = self.get_unchecked_mut(); in project()
78 _3, in project()
87 let Self(_0, _1, _2, _3) = self.get_ref(); in project_ref()
92 _3, in project_ref()
106 let Self(_0, _1, _2, _3) = &mut *__self_ptr; in project_replace()
111 ::pin_project::__private::ptr::read(_3), in project_replace()
Denum.expanded.rs127 Self::Tuple(_0, _1, _2, _3) => EnumProj::Tuple( in project()
131 _3, in project()
154 Self::Tuple(_0, _1, _2, _3) => EnumProjRef::Tuple( in project_ref()
158 _3, in project_ref()
193 Self::Tuple(_0, _1, _2, _3) => { in project_replace()
198 ::pin_project::__private::ptr::read(_3), in project_replace()
/external/tensorflow/tensorflow/core/data/
Dstandalone_test.cc86 name: "RangeDataset/_3"
103 input: "RangeDataset/_3"
174 name: "RangeDataset/_3"
191 input: "RangeDataset/_3"
/external/llvm-project/clang/test/SemaObjC/
Dattr-availability-1.m17 - (void)overridden __attribute__((availability(macosx,introduced=10_3))); // expected-note{{overrid… argument
18 - (void)overridden2 __attribute__((availability(macosx,introduced=10_3))); argument
19 - (void)overridden3 __attribute__((availability(macosx,deprecated=10_3))); argument
20 - (void)overridden4 __attribute__((availability(macosx,deprecated=10_3))); // expected-note{{overri… argument
22 - (void)overridden6 __attribute__((availability(macosx,introduced=10_3))); // expected-note{{overri… argument
32 - (void)overridden5 __attribute__((availability(macosx,introduced=10_3))); argument
100 - (void)Meth2 __attribute__((availability(macosx,introduced=10_3.1))); // expected-warning {{use sa… argument
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Ddrf.h65 #define NVVAL_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
70 #define NVDEF_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
76 #define NVVAL_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
82 #define NVVAL_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
89 #define NVDEF_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
98 #define NVVAL_MW_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
108 #define NVVAL_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
116 #define NVDEF_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
Dplaceholders.pass.cpp38 constexpr decltype(std::placeholders::_3) default3{};
49 constexpr decltype(std::placeholders::_3) cp3 = std::placeholders::_3;
89 test(std::placeholders::_3); in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
Dplaceholders.pass.cpp37 constexpr decltype(std::placeholders::_3) default3{};
48 constexpr decltype(std::placeholders::_3) cp3 = std::placeholders::_3;
88 test(std::placeholders::_3); in main()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/
Dswitch_n.pbtxt6 # CHECK-SAME: loc("Case/branch_index/_3")
55 name: "Case/branch_index/_3"
101 input: "Case/branch_index/_3"
112 input: "Case/branch_index/_3:1"
123 input: "Case/branch_index/_3:2"
/external/iptables/iptables/tests/shell/testcases/ebtables/
D0002-ebtables-save-restore_016 $XT_MULTI ebtables -A foo --802_3-sap 0x23 -j ACCEPT
17 $XT_MULTI ebtables -A foo --802_3-sap 0xaa --802_3-type 0x1337 -j ACCEPT
47 $XT_MULTI ebtables -A foo --802_3-sap 0x23 --limit 100 -j ACCEPT
/external/iptables/extensions/
Dlibebt_802_3.t2 --802_3-sap ! 0x0a -j CONTINUE;=;OK
3 --802_3-type 0x000a -j RETURN;=;OK
/external/libhevc/common/arm/
Dihevc_inter_pred_chroma_horz.s175 vmull.u8 q15,d2,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
212 vmull.u8 q11,d10,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
238 vmull.u8 q10,d11,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
250 vmull.u8 q15,d2,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
297 vmull.u8 q11,d10,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
311 vmull.u8 q10,d11,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
319 vmull.u8 q15,d2,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
349 vmull.u8 q11,d10,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
355 vmull.u8 q10,d11,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
405 vmull.u8 q4,d1,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
[all …]
Dihevc_inter_pred_chroma_horz_w16out.s194 vmull.u8 q15,d2,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
225 vmull.u8 q11,d10,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
253 vmull.u8 q10,d11,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
266 vmull.u8 q15,d2,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
306 vmull.u8 q11,d10,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
320 vmull.u8 q10,d11,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
328 vmull.u8 q15,d2,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
351 vmull.u8 q11,d10,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
357 vmull.u8 q10,d11,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
402 vmull.u8 q4,d1,d25 @mul_res = vmull_u8(src[0_3], coeffabs_3)@
[all …]
/external/perfetto/test/trace_processor/chrome/
Dchrome_threads_android_systrace.out264 10189,"Binder:10168_3",0,"Binder:10168_3"
317 13341,"Binder:13315_3",0,"Binder:13315_3"
364 13716,"Binder:13698_3",0,"Binder:13698_3"
395 13754,"Binder:13736_3",0,"Binder:13736_3"
/external/rust/crates/cexpr/tests/input/
Dint_unsigned.h29 #define Fn_Int_9(_3) _3*3 argument
/external/googletest/googlemock/include/gmock/internal/
Dgmock-pp.h154 #define GMOCK_PP_INTERNAL_CAT_5(_1, _2, _3, _4, _5) _1##_2##_3##_4##_5 argument
155 #define GMOCK_PP_INTERNAL_IS_EMPTY(_1, _2, _3, _4) \ argument
157 _1, _2, _3, _4))
167 #define GMOCK_PP_INTERNAL_INTERNAL_16TH(_1, _2, _3, _4, _5, _6, _7, _8, _9, \ argument

12345678