Home
last modified time | relevance | path

Searched defs:__f (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h211 void (*__f)(void *); member
H A Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
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
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
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
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h211 void (*__f)(void *); member
/third_party/musl/porting/linux/user/include/
H A Dpthread.h384 void (*__f)(void *); member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
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
H A Dpthread.h211 void (*__f)(void *); member
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h204 void (*__f)(void *); member
/third_party/musl/include/
H A Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
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
H A Dpthread.h359 void (*__f)(void *); member
/third_party/musl/arch/riscv32/bits/
H A 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/arch/riscv64/bits/
H A 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

Completed in 6 milliseconds