Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 1444) sorted by relevance

12345678910>>...58

/l4re-core-master/l4sys/include/cxx/
A Dipc_ret_array46 template<typename A> struct Elem< Ret_array<A> >
49 typedef Ret_array<A> type;
55 template<typename A>
57 template<typename A>
59 template<typename A>
61 template<typename A>
64 template<typename A> struct Class< Ret_array<A> > : Class<A>::type {};
65 template<typename A> struct Direction< Ret_array<A> > : Dir_out {};
68 struct Clnt_val_ops<A const *, Dir_out, CLASS> : Clnt_noops<A const *>
85 Svr_noops<Ret_array<A> >
[all …]
A Dipc_array155 struct Elem< Array<A, LEN> >
167 struct Elem< Array<A, LEN> & >
191 template<typename A> struct Class<Array<A> > : Class<A>::type {};
192 template<typename A> struct Class<Array_ref<A> > : Class<A>::type {};
225 Detail::Clnt_val_ops_d_in<A, LEN, Array<A, LEN>, false> {};
229 Detail::Clnt_val_ops_d_in<A, LEN, Array_ref<A, LEN>, true> {};
254 struct Svr_xmit< Array<A, LEN> > : Svr_xmit< Array_ref<A, LEN> > {};
257 struct Clnt_val_ops<Array<A, LEN>, Dir_out, Cls_data> : Clnt_noops<Array<A, LEN> >
259 typedef Array<A, LEN> type;
275 A *data = reinterpret_cast<A*>(msg + offset);
[all …]
A Dipc_string54 template<typename A, typename LEN>
55 struct Clnt_xmit< String<A, LEN> > : Clnt_xmit< Array<A, LEN> > {};
59 : Svr_val_ops< Array_ref<A, LEN>, Dir_in, CLASS >
81 template<typename A, typename LEN>
82 struct Clnt_xmit<String<A, LEN> &> : Clnt_xmit<Array<A, LEN> &>
84 typedef Array<A, LEN> &type;
98 a.data[a.length - 1] = A();
103 template<typename A, typename LEN>
104 struct Clnt_xmit<String<A, LEN> *> : Clnt_xmit<String<A, LEN> &> {};
111 template<typename A, typename LEN>
[all …]
A Dipc_types62 template<typename A> struct Elem< In_out<A *> > : Elem<A *> {};
64 template<typename A>
65 struct Svr_xmit< In_out<A *> > : Svr_xmit<A *>, Svr_xmit<A const *>
72 struct Clnt_xmit< In_out<A *> > : Clnt_xmit<A *>, Clnt_xmit<A const *>
79 struct Is_valid_rpc_type< In_out<A *> > : Is_valid_rpc_type<A *> {};
84 template<typename A> struct Elem< In_out<A &> > : Elem<A &> {};
87 struct Svr_xmit< In_out<A &> > : Svr_xmit<A &>, Svr_xmit<A const &>
94 struct Clnt_xmit< In_out<A &> > : Clnt_xmit<A &>, Clnt_xmit<A const &>
101 struct Is_valid_rpc_type< In_out<A &> > : Is_valid_rpc_type<A &> {};
687 template<typename A> struct Class< Cap<A> > : Cls_item {};
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/
A Dtst-tls10.h8 struct A struct
16 extern struct A *f1a (void);
17 extern struct A *f2a (void);
18 extern struct A *f3a (void);
19 extern struct A *f4a (void);
20 extern struct A *f5a (void);
21 extern struct A *f6a (void);
22 extern struct A *f7a (void);
23 extern struct A *f8a (void);
24 extern struct A *f9a (void);
[all …]
A Dtst-tlsmod7.c5 __thread struct A a1 = { 4, 5, 6 };
6 __thread struct A a2 = { 7, 8, 9 };
7 __thread struct A a3 __attribute__((tls_model("initial-exec")))
9 __thread struct A a4 __attribute__((tls_model("initial-exec")))
11 static __thread struct A local1 = { 16, 17, 18 };
32 struct A *
38 struct A *
44 struct A *
50 struct A *
56 struct A *
[all …]
A Dtst-tlsmod9.c5 __thread struct A a1 = { 4, 5, 6 };
6 __thread struct A a3 __attribute__((tls_model("initial-exec")))
8 extern __thread struct A a4 __attribute__((tls_model("initial-exec")));
9 static __thread struct A local1 = { 16, 17, 18 };
10 static __thread struct A local2 __attribute__((tls_model("initial-exec")))
30 struct A *
36 struct A *
42 struct A *
48 struct A *
54 struct A *
[all …]
A Dtst-tlsmod8.c5 __thread struct A a2 = { 22, 23, 24 };
6 __thread struct A a4 __attribute__((tls_model("initial-exec")))
8 static __thread struct A local1 = { 28, 29, 30 };
9 static __thread struct A local2 __attribute__((tls_model("initial-exec")))
25 struct A *
31 struct A *
37 struct A *
43 struct A *
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_mutex.h57 #define __UCLIBC_MUTEX_AUTO_LOCK_VAR(A) int A argument
59 #define __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) \ argument
62 #define __UCLIBC_MUTEX_AUTO_UNLOCK(M,A) \ argument
63 __UCLIBC_MUTEX_CONDITIONAL_UNLOCK(M,(A == 0))
92 #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) \ argument
95 #define __UCLIBC_IO_MUTEX_AUTO_UNLOCK(M,A) \ argument
96 __UCLIBC_IO_MUTEX_CONDITIONAL_UNLOCK(M,((A) == 0))
109 #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) argument
110 #define __UCLIBC_IO_MUTEX_AUTO_UNLOCK(M,A) __UCLIBC_MUTEX_AUTO_UNLOCK(M,A) argument
147 #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) argument
[all …]
A DuClibc_va_copy.h29 #define va_copy(A,B) __va_copy(A,B) argument
34 #define va_copy(A,B) A = B argument
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/
A Dunifdef.test3 #if defined A && defined B
6 #if defined A && B
9 #if defined A && 1
12 #if defined A && (1 > 0)
15 #if defined B && defined A
18 #if B && defined A
21 #if 1 && defined A
24 #if (1 > 0) && defined A
35 #if defined B || !defined A
43 #if defined A || defined B
[all …]
/l4re-core-master/cxx/lib/tl/include/
A Davl_tree199 A *n = static_cast<A*>(*t);
248 *static_cast<A*>(new_node) = A(true);
252 A *a = static_cast<A*>(n);
274 n = A::next(A::next(n, b), !b);
279 for (A::Bal b; n && n != new_node; static_cast<A*>(n)->balance(b), n = A::next(n, b))
311 A const *a = static_cast<A const *>(n);
320 A *i = static_cast<A*>(*t);
329 A *a = static_cast<A*>(n);
338 Bal b = A::next<A>(n, !dir)->balance();
340 A::rotate2(s, !dir, A::next<A>(A::next(n, !dir), dir)->balance());
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dq_feq.c28 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_feq()
31 FP_UNPACK_RAW_Q(A, a); in _Q_feq()
33 FP_CMP_EQ_Q(r, A, B); in _Q_feq()
34 if (r && (FP_ISSIGNAN_Q(A) || FP_ISSIGNAN_Q(B))) in _Q_feq()
A Dq_stoq.c29 FP_DECL_S(A); in _Q_stoq()
33 FP_UNPACK_RAW_S(A, a); in _Q_stoq()
35 FP_EXTEND(Q,S,4,1,C,A); in _Q_stoq()
37 FP_EXTEND(Q,S,2,1,C,A); in _Q_stoq()
A Dq_fne.c28 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_fne()
31 FP_UNPACK_RAW_Q(A, a); in _Q_fne()
33 FP_CMP_EQ_Q(r, A, B); in _Q_fne()
34 if (r && (FP_ISSIGNAN_Q(A) || FP_ISSIGNAN_Q(B))) in _Q_fne()
A Dq_dtoq.c29 FP_DECL_D(A); in _Q_dtoq()
34 FP_UNPACK_RAW_D(A, a); in _Q_dtoq()
36 FP_EXTEND(Q,D,4,2,C,A); in _Q_dtoq()
38 FP_EXTEND(Q,D,2,1,C,A); in _Q_dtoq()
A Dq_qtod.c29 FP_DECL_Q(A); in _Q_qtod()
34 FP_UNPACK_SEMIRAW_Q(A, a); in _Q_qtod()
36 FP_TRUNC(D,Q,2,4,R,A); in _Q_qtod()
38 FP_TRUNC(D,Q,1,2,R,A); in _Q_qtod()
A Dq_qtos.c29 FP_DECL_Q(A); in _Q_qtos()
34 FP_UNPACK_SEMIRAW_Q(A, a); in _Q_qtos()
36 FP_TRUNC(S,Q,1,4,R,A); in _Q_qtos()
38 FP_TRUNC(S,Q,1,2,R,A); in _Q_qtos()
A Dq_cmp.c28 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_cmp()
31 FP_UNPACK_RAW_Q(A, a); in _Q_cmp()
33 FP_CMP_Q(r, B, A, 3); in _Q_cmp()
35 if (r == 3 && (FP_ISSIGNAN_Q(A) || FP_ISSIGNAN_Q(B))) in _Q_cmp()
A Dq_qtoi.c29 FP_DECL_Q(A); in _Q_qtoi()
32 FP_UNPACK_RAW_Q(A, a); in _Q_qtoi()
33 FP_TO_INT_Q(r, A, 32, 1); in _Q_qtoi()
A Dq_qtoll.c29 FP_DECL_Q(A); in _Q_qtoll()
32 FP_UNPACK_RAW_Q(A, a); in _Q_qtoll()
33 FP_TO_INT_Q(r, A, 64, 1); in _Q_qtoll()
A Dq_qtou.c29 FP_DECL_Q(A); in _Q_qtou()
32 FP_UNPACK_RAW_Q(A, a); in _Q_qtou()
33 FP_TO_INT_Q(r, A, 32, -1); in _Q_qtou()
A Dq_qtoull.c29 FP_DECL_Q(A); in _Q_qtoull()
32 FP_UNPACK_RAW_Q(A, a); in _Q_qtoull()
33 FP_TO_INT_Q(r, A, 64, -1); in _Q_qtoull()
A Dq_sqrt.c28 FP_DECL_Q(A); FP_DECL_Q(C); in _Q_sqrt()
32 FP_UNPACK_Q(A, a); in _Q_sqrt()
33 FP_SQRT_Q(C, A); in _Q_sqrt()
A Dq_fge.c28 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_fge()
31 FP_UNPACK_RAW_Q(A, a); in _Q_fge()
33 FP_CMP_Q(r, B, A, 3); in _Q_fge()

Completed in 31 milliseconds

12345678910>>...58