/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | pthread_impl.h | 25 #define _a_stacksize __u.__s[0] 26 #define _a_guardsize __u.__s[1] 27 #define _a_stackaddr __u.__s[2] 28 #define _a_detach __u.__i[3*__SU+0] 29 #define _a_sched __u.__i[3*__SU+1] 30 #define _a_policy __u.__i[3*__SU+2] 31 #define _a_prio __u.__i[3*__SU+3] 32 #define _m_type __u.__i[0] 33 #define _m_lock __u.__vi[1] 34 #define _m_waiters __u [all...] |
H A D | libm.h | 198 uint64_t __u = asuint64(d); \ 199 (hi) = __u >> 32; \ 200 (lo) = (uint32_t)__u; \
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | pthread_impl.h | 25 #define _a_stacksize __u.__s[0] 26 #define _a_guardsize __u.__s[1] 27 #define _a_stackaddr __u.__s[2] 28 #define _a_detach __u.__i[3*__SU+0] 29 #define _a_sched __u.__i[3*__SU+1] 30 #define _a_policy __u.__i[3*__SU+2] 31 #define _a_prio __u.__i[3*__SU+3] 32 #define _m_type __u.__i[0] 33 #define _m_lock __u.__vi[1] 34 #define _m_waiters __u [all...] |
H A D | libm.h | 198 uint64_t __u = asuint64(d); \ 199 (hi) = __u >> 32; \ 200 (lo) = (uint32_t)__u; \
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | pthread_impl.h | 20 #define _a_stacksize __u.__s[0] 21 #define _a_guardsize __u.__s[1] 22 #define _a_stackaddr __u.__s[2] 23 #define _a_detach __u.__i[3*__SU+0] 24 #define _a_sched __u.__i[3*__SU+1] 25 #define _a_policy __u.__i[3*__SU+2] 26 #define _a_prio __u.__i[3*__SU+3] 27 #define _m_type __u.__i[0] 28 #define _m_lock __u.__vi[1] 29 #define _m_waiters __u [all...] |
H A D | libm.h | 197 uint64_t __u = asuint64(d); \ 198 (hi) = __u >> 32; \ 199 (lo) = (uint32_t)__u; \
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
H A D | pthread_impl.h | 72 #define _a_stacksize __u.__s[0] 73 #define _a_guardsize __u.__s[1] 74 #define _a_stackaddr __u.__s[2] 75 #define _a_detach __u.__i[3*__SU+0] 76 #define _a_sched __u.__i[3*__SU+1] 77 #define _a_policy __u.__i[3*__SU+2] 78 #define _a_prio __u.__i[3*__SU+3] 79 #define _m_type __u.__i[0] 80 #define _m_lock __u.__vi[1] 81 #define _m_waiters __u [all...] |
/third_party/musl/porting/liteos_a/user/src/internal/ |
H A D | pthread_impl.h | 79 #define _a_stacksize __u.__s[0] 80 #define _a_guardsize __u.__s[1] 81 #define _a_stackaddr __u.__s[2] 82 #define _a_detach __u.__i[3*__SU+0] 83 #define _a_sched __u.__i[3*__SU+1] 84 #define _a_policy __u.__i[3*__SU+2] 85 #define _a_prio __u.__i[3*__SU+3] 86 #define _a_runtime __u.__i[3*__SU+3] 87 #define _a_deadline __u.__i[3*__SU+4] 88 #define _a_period __u [all...] |
/third_party/musl/porting/linux/user/src/internal/ |
H A D | pthread_impl.h | 120 #define _a_stacksize __u.__s[0] 121 #define _a_guardsize __u.__s[1] 122 #define _a_stackaddr __u.__s[2] 123 #define _a_detach __u.__i[3*__SU+0] 124 #define _a_sched __u.__i[3*__SU+1] 125 #define _a_policy __u.__i[3*__SU+2] 126 #define _a_prio __u.__i[3*__SU+3] 136 #define _m_type __u.__i[0] 137 #define _m_lock __u.__vi[1] 138 #define _m_waiters __u [all...] |
/third_party/musl/src/internal/ |
H A D | pthread_impl.h | 113 #define _a_stacksize __u.__s[0] 114 #define _a_guardsize __u.__s[1] 115 #define _a_stackaddr __u.__s[2] 116 #define _a_detach __u.__i[3*__SU+0] 117 #define _a_sched __u.__i[3*__SU+1] 118 #define _a_policy __u.__i[3*__SU+2] 119 #define _a_prio __u.__i[3*__SU+3] 121 #define _a_runtime __u.__i[3*__SU+3] 122 #define _a_deadline __u.__i[3*__SU+4] 123 #define _a_period __u [all...] |
H A D | libm.h | 197 uint64_t __u = asuint64(d); \ 198 (hi) = __u >> 32; \ 199 (lo) = (uint32_t)__u; \
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | alltypes.h | 366 typedef struct { union { int __i[sizeof(long)==8?14:9]; volatile int __vi[sizeof(long)==8?14:9]; unsigned long __s[sizeof(long)==8?7:9]; } __u; } pthread_attr_t; member 371 typedef struct { union { int __i[sizeof(long)==8?10:6]; volatile int __vi[sizeof(long)==8?10:6]; volatile void *volatile __p[sizeof(long)==8?5:6]; } __u; } pthread_mutex_t; member 376 typedef struct { union { int __i[sizeof(long)==8?10:6]; volatile int __vi[sizeof(long)==8?10:6]; volatile void *volatile __p[sizeof(long)==8?5:6]; } __u; } mtx_t; member 381 typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12*sizeof(int)/sizeof(void*)]; } __u; } pthread_cond_t; member 386 typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12*sizeof(int)/sizeof(void*)]; } __u; } cnd_t; member 391 typedef struct { union { int __i[sizeof(long)==8?14:8]; volatile int __vi[sizeof(long)==8?14:8]; void *__p[sizeof(long)==8?7:8]; } __u; } pthread_rwlock_t; member 396 typedef struct { union { int __i[sizeof(long)==8?8:5]; volatile int __vi[sizeof(long)==8?8:5]; void *__p[sizeof(long)==8?4:5]; } __u; } pthread_barrier_t; member
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() local 58 __u.__f = __f; in __FLOAT_BITS() 59 return __u.__i; in __FLOAT_BITS() 63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() local 64 __u.__f = __f; in __DOUBLE_BITS() 65 return __u.__i; in __DOUBLE_BITS()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() local 58 __u.__f = __f; in __FLOAT_BITS() 59 return __u.__i; in __FLOAT_BITS() 63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() local 64 __u.__f = __f; in __DOUBLE_BITS() 65 return __u.__i; in __DOUBLE_BITS()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() local 58 __u.__f = __f; in __FLOAT_BITS() 59 return __u.__i; in __FLOAT_BITS() 63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() local 64 __u.__f = __f; in __DOUBLE_BITS() 65 return __u.__i; in __DOUBLE_BITS()
|
/third_party/musl/include/ |
H A D | math.h | 57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() local 58 __u.__f = __f; in __FLOAT_BITS() 59 return __u.__i; in __FLOAT_BITS() 63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() local 64 __u.__f = __f; in __DOUBLE_BITS() 65 return __u.__i; in __DOUBLE_BITS()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | alltypes.h | 427 typedef struct { union { int __i[sizeof(long)==8?10:6]; volatile int __vi[sizeof(long)==8?10:6]; volatile void *volatile __p[sizeof(long)==8?5:6]; } __u; } mtx_t; member 444 typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12*sizeof(int)/sizeof(void*)]; } __u; } cnd_t; member 449 typedef struct { union { int __i[sizeof(long)==8?14:8]; volatile int __vi[sizeof(long)==8?14:8]; void *__p[sizeof(long)==8?7:8]; } __u; } pthread_rwlock_t; member 454 typedef struct { union { int __i[sizeof(long)==8?8:5]; volatile int __vi[sizeof(long)==8?8:5]; void *__p[sizeof(long)==8?4:5]; } __u; } pthread_barrier_t; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | alltypes.h | 378 typedef struct { union { int __i[sizeof(long)==8?10:6]; volatile int __vi[sizeof(long)==8?10:6]; volatile void *volatile __p[sizeof(long)==8?5:6]; } __u; } mtx_t; member 395 typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12*sizeof(int)/sizeof(void*)]; } __u; } cnd_t; member 400 typedef struct { union { int __i[sizeof(long)==8?14:8]; volatile int __vi[sizeof(long)==8?14:8]; void *__p[sizeof(long)==8?7:8]; } __u; } pthread_rwlock_t; member 405 typedef struct { union { int __i[sizeof(long)==8?8:5]; volatile int __vi[sizeof(long)==8?8:5]; void *__p[sizeof(long)==8?4:5]; } __u; } pthread_barrier_t; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | alltypes.h | 427 typedef struct { union { int __i[sizeof(long)==8?10:6]; volatile int __vi[sizeof(long)==8?10:6]; volatile void *volatile __p[sizeof(long)==8?5:6]; } __u; } mtx_t; member 442 typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12*sizeof(int)/sizeof(void*)]; } __u; } cnd_t; member 447 typedef struct { union { int __i[sizeof(long)==8?14:8]; volatile int __vi[sizeof(long)==8?14:8]; void *__p[sizeof(long)==8?7:8]; } __u; } pthread_rwlock_t; member 452 typedef struct { union { int __i[sizeof(long)==8?8:5]; volatile int __vi[sizeof(long)==8?8:5]; void *__p[sizeof(long)==8?4:5]; } __u; } pthread_barrier_t; member
|
/third_party/libbpf/src/ |
H A D | bpf_endian.h | 6 * Isolate byte #n and put it into byte #m, for __u##b type. 13 #define ___bpf_mvb(x, b, n, m) ((__u##b)(x) << (b-(n+1)*8) >> (b-8) << (m*8))
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 735 __u: ::c_uint, // union 2487 __u: 0x80000000, 2491 __u: CLOCK_REALTIME as u32,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 19357 operator()(_Tp&& __t, _Up&& __u) const 19358 noexcept(noexcept(std::forward<_Tp>(__t) + std::forward<_Up>(__u))) 19359 -> decltype(std::forward<_Tp>(__t) + std::forward<_Up>(__u)) 19360 { return std::forward<_Tp>(__t) + std::forward<_Up>(__u); } 19372 operator()(_Tp&& __t, _Up&& __u) const 19373 noexcept(noexcept(std::forward<_Tp>(__t) - std::forward<_Up>(__u))) 19374 -> decltype(std::forward<_Tp>(__t) - std::forward<_Up>(__u)) 19375 { return std::forward<_Tp>(__t) - std::forward<_Up>(__u); } 19387 operator()(_Tp&& __t, _Up&& __u) const 19388 noexcept(noexcept(std::forward<_Tp>(__t) * std::forward<_Up>(__u))) [all...] |