Home
last modified time | relevance | path

Searched refs:__f (Results 1 – 25 of 25) sorted by relevance

/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/
Dalign.rs20 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/
Dalign.rs20 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/
Dalign.rs20 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/
Dmath.h55 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()
Dpthread.h365 void (*__f)(void *); member
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h55 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()
Dpthread.h211 void (*__f)(void *); member
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h55 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/
Dmath.h55 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()
Dpthread.h211 void (*__f)(void *); member
/third_party/musl/include/
Dmath.h55 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()
Dpthread.h207 void (*__f)(void *); member
/third_party/musl/arch/riscv64/bits/
Dsignal.h12 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/
Dpthread_cleanup_push.c11 cb->__f = f; in _pthread_cleanup_push()
19 if (run) cb->__f(cb->__x); in _pthread_cleanup_pop()
Dpthread_create.c73 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()
/third_party/typescript/tests/baselines/reference/
Dparser.numericSeparators.unicodeEscape.types179 >"\xf__f" : "__f"
183 >'\xf__f' : "__f"
187 >`\xf__f` : "__f"
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c18 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h204 void (*__f)(void *); member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h211 void (*__f)(void *); member
/third_party/musl/porting/linux/user/include/
Dpthread.h384 void (*__f)(void *); member
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c63 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c150 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp2338 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/
Dtest22-pr19097-libstdc++.so.6.0.17.so.abi46118 …<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 …]
Dtest12-pr18844.so.abi18655 …<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/..…