Home
last modified time | relevance | path

Searched +defs:e +defs:g (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_csmt_helper.h45 #define _args_for_bypass_7(a, b, c, d, e, f, g) ,g argument
46 #define _args_for_bypass_14(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_7(__VA_ARGS__) argument
47 #define _args_for_bypass_21(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_14(__VA_ARGS__) argument
48 #define _args_for_bypass_28(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_21(__VA_ARGS__) argument
49 #define _args_for_bypass_35(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_28(__VA_ARGS__) argument
50 #define _args_for_bypass_42(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_35(__VA_ARGS__) argument
51 #define _args_for_bypass_49(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_42(__VA_ARGS__) argument
52 #define _args_for_bypass_56(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_49(__VA_ARGS__) argument
53 #define _args_for_bypass_63(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_56(__VA_ARGS__) argument
54 #define _args_for_bypass_70(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_63(__VA_ARGS__) argument
[all …]
/external/libcxxabi/test/
Dunwind_06.pass.cpp60 double e = get(0); in try4() local
72 double e = get(0); in try5() local
85 double e = get(0); in try6() local
87 double g = get(0); in try6() local
99 double e = get(0); in try7() local
101 double g = get(0); in try7() local
114 double e = get(0); in try8() local
116 double g = get(0); in try8() local
135 double e = get(5); in foo() local
137 double g = get(7); in foo() local
[all …]
/external/clang/test/Lexer/
Dstring-literal-encoding.c13 …char16_t const *e = uR"(�����)"; // expected-error {{illegal character encoding in string literal}} in f() local
16 char const *g = "�����"; // expected-warning {{illegal character encoding in string literal}} in f() local
21 void g() { in g() function
27 …char16_t const *e = uR"(foo �����)"; // expected-error {{illegal character encoding in string lite… in g() local
30 … char const *g = "foo �����"; // expected-warning {{illegal character encoding in string literal}} in g() local
/external/libcxx/test/libcxx/containers/associative/
Dtree_balance_after_insert.pass.cpp262 Node e; in test1() local
264 Node g; in test1() local
337 Node e; in test1() local
339 Node g; in test1() local
412 Node e; in test1() local
414 Node g; in test1() local
487 Node e; in test1() local
489 Node g; in test1() local
655 Node e; in test2() local
657 Node g; in test2() local
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DNFAFactory.java124 StateCluster g = new StateCluster(left, right); in build_Atom() local
142 Transition e = new Transition(label,right); in build_Set() local
144 StateCluster g = new StateCluster(left, right); in build_Set() local
167 Transition e = new Transition(label,right); in build_Range() local
169 StateCluster g = new StateCluster(left, right); in build_Range() local
239 Transition e = new RuleClosureTransition(refDef,ruleStart,right); in build_RuleRef() local
241 StateCluster g = new StateCluster(left, right); in build_RuleRef() local
250 StateCluster g = new StateCluster(left, right); in build_Epsilon() local
267 Transition e = new Transition(new PredicateLabel(pred), right); in build_SemanticPredicate() local
269 StateCluster g = new StateCluster(left, right); in build_SemanticPredicate() local
[all …]
/external/clang/test/OpenMP/
Dsections_ast_print.cpp13 T b = argc, c, d, e, f, g; in tmain() local
30 int b = argc, c, d, e, f, g; in main() local
Dcritical_ast_print.cpp14 T b = argc, c, d, e, f, g; in tmain() local
32 int b = argc, c, d, e, f, g; in main() local
Dteams_ast_print.cpp33 T b = argc, c, d, e, f, g; in tmain() local
92 int b = argc, c, d, e, f, g; in main() local
Dparallel_sections_ast_print.cpp33 T b = argc, c, d, e, f, g; in tmain() local
112 int b = argc, c, d, e, f, g; in main() local
Dordered_ast_print.cpp13 T b = argc, c, d, e, f, g; in tmain() local
131 int b = argc, c, d, e, f, g; in main() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp7.cpp5 …auto d = 0, e = 0.0; // expected-error {{'int' in declaration of 'd' and deduced as 'double' in de… in f() local
11 …auto &f = k, &g = a; // expected-error {{'const int' in declaration of 'f' and deduced as 'int' in… in f() local
21 void g() { in g() function
29 (*e)() -> void, in g() local
34 auto g = 0ull, h = decltype(g)(0); in g() local
/external/clang/test/CXX/temp/temp.spec/temp.inst/
Dp1.cpp13 e = T::error // expected-error {{'double' cannot be used prior to '::'}} enumerator
20 e = 0 enumerator
27 e = 4 enumerator
41 e = T::error // expected-error {{has no members}} in f() enumerator
48 int g() { in g() function
50 e = T::error // expected-error {{has no members}} in g() enumerator
73 e = T::error // expected-error {{'int' cannot be used prior to '::'}} enumerator
80 e = 0 enumerator
87 e = 4 enumerator
96 e = T::error // expected-error {{has no members}} in f() enumerator
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dmany2.c20 uint8_t e, uint8_t f, uint8_t g) in foo()
27 uint8_t e, uint8_t f, uint8_t g) in bar()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DDHDomainParameters.java21 private ASN1Integer p, g, q, j; field in DHDomainParameters
45 public DHDomainParameters(BigInteger p, BigInteger g, BigInteger q, BigInteger j, in DHDomainParameters()
68 public DHDomainParameters(ASN1Integer p, ASN1Integer g, ASN1Integer q, ASN1Integer j, in DHDomainParameters()
98 Enumeration e = seq.getObjects(); in DHDomainParameters() local
117 private static ASN1Encodable getNext(Enumeration e) in getNext()
DDomainParameters.java30 private final ASN1Integer p, g, q, j; field in DomainParameters
74 public DomainParameters(BigInteger p, BigInteger g, BigInteger q, BigInteger j, in DomainParameters()
112 Enumeration e = seq.getObjects(); in DomainParameters() local
139 private static ASN1Encodable getNext(Enumeration e) in getNext()
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
Dtcc.c131 UINT32 c, UINT32 d, UINT32 e) in test_call5_callback()
154 UINT32 c, UINT32 d, UINT32 e, UINT32 f) in test_call6_callback()
180 UINT32 c, UINT32 d, UINT32 e, UINT32 f, UINT32 g) in test_call7_callback()
208 UINT32 c, UINT32 d, UINT32 e, UINT32 f, UINT32 g, UINT32 h) in test_call8_callback()
244 UINT32 c, UINT32 d, UINT32 e, UINT32 f, UINT32 g, UINT32 h, UINT32 i) in test_call9_callback()
284 UINT32 c, UINT32 d, UINT32 e, UINT32 f, UINT32 g, UINT32 h, UINT32 i, in test_call10_callback()
/external/libgsm/inc/
Dproto.h44 # define P5(x, a, b, c, d, e) (a, b, c, d, e) argument
45 # define P6(x, a, b, c, d, e, f) (a, b, c, d, e, f) argument
46 # define P7(x, a, b, c, d, e, f, g) (a, b, c, d, e, f, g) argument
47 # define P8(x, a, b, c, d, e, f, g, h) (a, b, c, d, e, f, g, h) argument
58 # define P5(x, a, b, c, d, e) x a; b; c; d; e; argument
59 # define P6(x, a, b, c, d, e, f) x a; b; c; d; e; f; argument
60 # define P7(x, a, b, c, d, e, f, g) x a; b; c; d; e; f; g; argument
61 # define P8(x, a, b, c, d, e, f, g, h) x a; b; c; d; e; f; g; h; argument
/external/conscrypt/common/src/jni/main/include/
Dmacros.h192 #define UNUSED_5(a, b, c, d, e) ((void)(a)), UNUSED_4(b, c, d, e) argument
193 #define UNUSED_6(a, b, c, d, e, f) ((void)(a)), UNUSED_5(b, c, d, e, f) argument
194 #define UNUSED_7(a, b, c, d, e, f, g) ((void)(a)), UNUSED_6(b, c, d, e, f, g) argument
195 #define UNUSED_8(a, b, c, d, e, f, g, h) ((void)(a)), UNUSED_7(b, c, d, e, f, g, h) argument
196 #define UNUSED_9(a, b, c, d, e, f, g, h, i) ((void)(a)), UNUSED_8(b, c, d, e, f, g, h, i) argument
197 #define UNUSED_10(a, b, c, d, e, f, g, h, i, j) ((void)(a)), UNUSED_9(b, c, d, e, f, g, h, i, j) argument
198 #define UNUSED_11(a, b, c, d, e, f, g, h, i, j, k) \ argument
200 #define UNUSED_12(a, b, c, d, e, f, g, h, i, j, k, l) \ argument
202 #define UNUSED_13(a, b, c, d, e, f, g, h, i, j, k, l, m) \ argument
204 #define UNUSED_14(a, b, c, d, e, f, g, h, i, j, k, l, m, n) \ argument
/external/clang/test/SemaCXX/
D__try.cpp20 Exception(const Exception& e ){what = strdup(e.what); } in Exception()
29 float e, f, g; in main() local
48 catch(const Exception& e) in main() local
Ddeclspec-thread.cpp10 __declspec(thread) int e = foo(); variable
12 __declspec(thread) int e = foo(); // expected-error {{must be a constant expression}} expected-note… variable
24 __declspec(thread) HasDtor g; variable
26 __declspec(thread) HasCtor g; // expected-error {{must be a constant expression}} expected-note {{t… variable
/external/clang/test/Parser/
Dc11-noreturn.c12 typedef _Noreturn int g(); // expected-error {{'_Noreturn' can only appear on functions}} typedef
16 _Noreturn enum E { e }; // expected-error {{'_Noreturn' can only appear on functions}} enumerator
/external/google-breakpad/src/common/
Dbyte_cursor_unittest.cc144 uint8_t a, b, c, d, e; in TEST() local
162 int a, b, c, d, e; in TEST() local
182 int a, b, c, d, e, f, g, h, i, j; in TEST() local
216 int64_t a, b, c, d, e, f, g; in TEST() local
243 int64_t a, b, c, d, e, f, g; in TEST() local
266 int32_t a, b, c, d, e; in TEST() local
286 int64_t a, b, c, d, e, f, g, h, i, j; in TEST() local
320 int64_t a, b, c, d, e, f, g; in TEST() local
347 uint64_t a, b, c, d, e, f, g; in TEST() local
369 int32_t a, b, c, d, e; in TEST() local
[all …]
/external/compiler-rt/test/cfi/
Dsimple-pass.cpp16 void A::g() {} in g() function in A
24 void A2::g() {} in g() function in A2
28 void g() {} in g() function
33 void g() {} in g() function
44 void C::g() {} in g() function in __anon9eef165c0111::C
52 void C2::g() {} in g() function in __anon9eef165c0111::C2
56 void g() {} in g() function
61 void g() {} in g() function
68 void g() {} in g() function
73 void g() {} in g() function
[all …]
/external/clang/test/CodeGenCXX/
Dvtable-assume-load.cpp25 void g(A *a) { a->foo(); } in g() function
70 void g(A *a) { a->foo(); } in g() function
110 void g(B *a) { a->foo(); } in g() function
138 void g(C *c) { c->foo(); } in g() function
163 void g(S &s) { s.foo(); } in g() function
200 void g() { in g() function
220 void g() { in g() function
291 void e() { in e() function
292 E e; in e() local
/external/clang/test/CodeGen/
Darm-aapcs-vfp.c127 …vfp_stack_gpr_split_1(double a, double b, double c, double d, double e, double f, double g, double… in test_vfp_stack_gpr_split_1()
130 …vfp_stack_gpr_split_2(double a, double b, double c, double d, double e, double f, double g, double… in test_vfp_stack_gpr_split_2()
133 …vfp_stack_gpr_split_3(double a, double b, double c, double d, double e, double f, double g, double… in test_vfp_stack_gpr_split_3()
137 …ck_gpr_split_bitfield(double a, double b, double c, double d, double e, double f, double g, double… in test_test_vfp_stack_gpr_split_bitfield()
142 …vfp_stack_gpr_split_4(double a, double b, double c, double d, double e, double f, double g, double… in test_vfp_stack_gpr_split_4()
148 …plit_5(struct_seventeen_ints a, double b, double c, double d, double e, double f, double g, double… in test_vfp_stack_gpr_split_5()
152 …vfp_stack_gpr_split_6(double a, double b, double c, double d, double e, double f, double g, double… in test_vfp_stack_gpr_split_6()

12345678910>>...20