Searched defs:t (Results 1 – 5 of 5) sorted by relevance
| /interface/sdk_c/third_party/musl/ndk_musl_include/sys/ |
| D | time.h | 35 #define timerisset(t) ((t)->tv_sec || (t)->tv_usec) argument 36 #define timerclear(t) ((t)->tv_sec = (t)->tv_usec = 0) argument 37 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ argument 39 #define timeradd(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec + (t)->tv_sec, \ argument 42 #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, \ argument
|
| /interface/sdk_c/third_party/musl/ndk_musl_include/ |
| D | complex.h | 105 #define __CIMAG(x, t) \ argument 119 #define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y)) argument 121 #define __CMPLX(x, y, t) (+(_Complex t){ (t)(x), (t)(y) }) argument 123 #define __CMPLX(x, y, t) (__builtin_complex((t)(x), (t)(y))) argument
|
| D | stdalign.h | 8 #define _Alignas(t) __attribute__((__aligned__(t))) argument 9 #define _Alignof(t) __alignof__(t) argument
|
| D | tgmath.h | 46 #define __type1(c,t) __typeof__(*(0?(t*)0:(void*)!(c))) argument
|
| /interface/sdk_c/third_party/musl/ndk_musl_include/arpa/ |
| D | nameser.h | 202 #define ns_t_qt_p(t) (ns_t_xfr_p(t) || (t) == ns_t_any || \ argument 204 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt) argument 205 #define ns_t_rr_p(t) (!ns_t_qt_p(t) && !ns_t_mrr_p(t)) argument 206 #define ns_t_udp_p(t) ((t) != ns_t_axfr && (t) != ns_t_zxfr) argument 207 #define ns_t_xfr_p(t) ((t) == ns_t_axfr || (t) == ns_t_ixfr || \ argument
|