Home
last modified time | relevance | path

Searched defs:s (Results 1 – 9 of 9) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/sys/
Dwait.h48 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) argument
49 #define WTERMSIG(s) ((s) & 0x7f) argument
50 #define WSTOPSIG(s) WEXITSTATUS(s) argument
51 #define WCOREDUMP(s) ((s) & 0x80) argument
52 #define WIFEXITED(s) (!WTERMSIG(s)) argument
53 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) argument
54 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) argument
55 #define WIFCONTINUED(s) ((s) == 0xffff) argument
Dselect.h26 #define FD_ZERO(s) do { int __i; unsigned long *__b=(s)->fds_bits; for(__i=sizeof (fd_set)/sizeof (… argument
27 #define FD_SET(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] |= (1UL<<((d)%(8*sizeof(long))))) argument
28 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) argument
29 #define FD_ISSET(d, s) !!((s)->fds_bits[(d)/(8*sizeof(long))] & (1UL<<((d)%(8*sizeof(long))))) argument
Dtime.h37 #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
Dun.h24 #define SUN_LEN(s) (2+strlen((s)->sun_path)) argument
/interface/sdk_c/third_party/musl/ndk_musl_include/
Dstdlib.h96 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) argument
97 #define WTERMSIG(s) ((s) & 0x7f) argument
98 #define WSTOPSIG(s) WEXITSTATUS(s) argument
99 #define WIFEXITED(s) (!WTERMSIG(s)) argument
100 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) argument
101 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) argument
147 #define WCOREDUMP(s) ((s) & 0x80) argument
148 #define WIFCONTINUED(s) ((s) == 0xffff) argument
Dstdarg.h15 #define va_copy(d,s) __builtin_va_copy(d,s) argument
/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/
Dfortify.h68 #define __DIAGNOSE_BOSN(s, n) __builtin_object_size((s), (n)) argument
69 #define __DIAGNOSE_BOS(s) __DIAGNOSE_BOSN((s), __DIAGNOSE_BOS_LEVEL) argument
71 #define __DIAGNOSE_BOS0(s) __DIAGNOSE_BOSN((s), 0) argument
Dstring.h195 void *memrchr(const void *const __DIAGNOSE_PASS_OBJECT_SIZE s, int c, size_t n) in memrchr()
/interface/sdk_c/third_party/musl/ndk_musl_include/arpa/
Dnameser.h306 #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2)) argument
308 #define NS_PUT16(s, cp) ns_put16((s), ((cp)+=2)-2) argument