/third_party/musl/ndk_musl_include/ |
D | math.h | 55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument 57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member 58 __u.__f = __f; in __FLOAT_BITS() 61 static __inline unsigned long long __DOUBLE_BITS(double __f) in __DOUBLE_BITS() argument 63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() member 64 __u.__f = __f; in __DOUBLE_BITS()
|
D | pthread.h | 365 void (*__f)(void *); member
|
/third_party/musl/arch/riscv64/bits/ |
D | signal.h | 12 unsigned int __f[32]; member 17 unsigned long long __f[32]; member 22 unsigned long long __f[64] __attribute__((aligned(16))); member 28 struct __riscv_mc_f_ext_state __f; member
|
/third_party/musl/include/ |
D | math.h | 55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument 57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member 58 __u.__f = __f; in __FLOAT_BITS() 61 static __inline unsigned long long __DOUBLE_BITS(double __f) in __DOUBLE_BITS() argument 63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() member 64 __u.__f = __f; in __DOUBLE_BITS()
|
D | pthread.h | 204 void (*__f)(void *); member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument 57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member 58 __u.__f = __f; in __FLOAT_BITS() 61 static __inline unsigned long long __DOUBLE_BITS(double __f) in __DOUBLE_BITS() argument 63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() member 64 __u.__f = __f; in __DOUBLE_BITS()
|
D | pthread.h | 207 void (*__f)(void *); member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument 57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member 58 __u.__f = __f; in __FLOAT_BITS() 61 static __inline unsigned long long __DOUBLE_BITS(double __f) in __DOUBLE_BITS() argument 63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() member 64 __u.__f = __f; in __DOUBLE_BITS()
|
D | pthread.h | 207 void (*__f)(void *); member
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument 57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member 58 __u.__f = __f; in __FLOAT_BITS() 61 static __inline unsigned long long __DOUBLE_BITS(double __f) in __DOUBLE_BITS() argument 63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() member 64 __u.__f = __f; in __DOUBLE_BITS()
|
/third_party/boost/libs/serialization/src/ |
D | stl_port.cpp | 30 const locale& __loc, boost::archive::codecvt_null<char> * __f 35 const locale& __loc, boost::archive::codecvt_null<wchar_t> * __f
|
/third_party/musl/src/thread/ |
D | pthread_cleanup_push.c | 11 cb->__f = f; in _pthread_cleanup_push() 19 if (run) cb->__f(cb->__x); in _pthread_cleanup_pop()
|
D | pthread_create.c | 73 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()
|
/third_party/typescript/tests/baselines/reference/ |
D | parser.numericSeparators.unicodeEscape.types | 179 >"\xf__f" : "__f" 183 >'\xf__f' : "__f" 187 >`\xf__f` : "__f"
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_create.c | 18 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 204 void (*__f)(void *); member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 207 void (*__f)(void *); member
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 381 void (*__f)(void *); member
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_create.c | 63 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 142 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()
|