/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | align.rs | 20 pub __f: __riscv_mc_f_ext_state, 27 pub __f: [::c_uint; 32], 33 pub __f: [::c_ulonglong; 32], 40 pub __f: [::c_ulonglong; 64],
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/ |
D | align.rs | 20 pub __f: __riscv_mc_f_ext_state, 27 pub __f: [::c_uint; 32], 33 pub __f: [::c_ulonglong; 32], 40 pub __f: [::c_ulonglong; 64],
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
D | align.rs | 20 pub __f: __riscv_mc_f_ext_state, 27 pub __f: [::c_uint; 32], 33 pub __f: [::c_ulonglong; 32], 40 pub __f: [::c_ulonglong; 64],
|
/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/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 | 211 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/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 | 211 void (*__f)(void *); 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 | 207 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/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 | 211 void (*__f)(void *); member
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 384 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 | 150 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 2338 extern int vasprintf (char **__restrict __ptr, const char *__restrict __f, 20108 mem_fun(_Ret (_Tp::*__f)()) in mem_fun() argument 20109 { return mem_fun_t<_Ret, _Tp>(__f); } in mem_fun() 20113 mem_fun(_Ret (_Tp::*__f)() const) in mem_fun() 20114 { return const_mem_fun_t<_Ret, _Tp>(__f); } in mem_fun() 20118 mem_fun_ref(_Ret (_Tp::*__f)()) in mem_fun_ref() argument 20119 { return mem_fun_ref_t<_Ret, _Tp>(__f); } in mem_fun_ref() 20123 mem_fun_ref(_Ret (_Tp::*__f)() const) in mem_fun_ref() 20124 { return const_mem_fun_ref_t<_Ret, _Tp>(__f); } in mem_fun_ref() 20128 mem_fun(_Ret (_Tp::*__f)(_Arg)) in mem_fun() [all …]
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 46118 …<parameter type-id='type-id-2623' name='__f' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 46123 …<parameter type-id='type-id-2623' name='__f' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 46128 …<parameter type-id='type-id-2627' name='__f' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 46133 …<parameter type-id='type-id-2627' name='__f' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 46138 …<parameter type-id='type-id-2624' name='__f' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 46143 …<parameter type-id='type-id-2624' name='__f' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 46148 …<parameter type-id='type-id-2625' name='__f' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 46153 …<parameter type-id='type-id-2626' name='__f' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 46158 …<parameter type-id='type-id-2628' name='__f' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 46163 …<parameter type-id='type-id-2628' name='__f' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… [all …]
|
D | test12-pr18844.so.abi | 18655 …<parameter type-id='type-id-498' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../… 18661 …<parameter type-id='type-id-501' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../… 18667 …<parameter type-id='type-id-1237' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/..… 18676 …<parameter type-id='type-id-2720' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/..… 18683 …<parameter type-id='type-id-2727' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/..… 18691 …<parameter type-id='type-id-2745' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/..… 28672 …<parameter type-id='type-id-3696' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/..… 28752 …<parameter type-id='type-id-3996' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/..… 28759 …<parameter type-id='type-id-4007' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/..…
|