Home
last modified time | relevance | path

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

12

/third_party/musl/porting/liteos_m_iccarm/kernel/src/include/
Dfeatures.h12 #ifndef strong_alias
13 #define strong_alias(old, new) \ macro
/third_party/musl/porting/uniproton/kernel/src/include/
Dfeatures.h12 #ifndef strong_alias
13 #define strong_alias(old, new) \ macro
/third_party/musl/porting/liteos_m/kernel/src/include/
Dfeatures.h12 #ifndef strong_alias
13 #define strong_alias(old, new) \ macro
/third_party/musl/porting/liteos_m/user/src/include/
Dfeatures.h12 #ifndef strong_alias
13 #define strong_alias(old, new) \ macro
/third_party/optimized-routines/math/
Dvn_exp2f.c10 #define VPCS_ALIAS strong_alias (__vn_exp2f, _ZGVnN4v_exp2f)
Dvn_sin.c10 #define VPCS_ALIAS strong_alias (__vn_sin, _ZGVnN2v_sin)
Dvn_cosf.c10 #define VPCS_ALIAS strong_alias (__vn_cosf, _ZGVnN4v_cosf)
Dvn_cos.c10 #define VPCS_ALIAS strong_alias (__vn_cos, _ZGVnN2v_cos)
Dvn_powf.c10 #define VPCS_ALIAS strong_alias (__vn_powf, _ZGVnN4vv_powf)
Dvn_pow.c10 #define VPCS_ALIAS strong_alias (__vn_pow, _ZGVnN2vv_pow)
Dvn_expf.c10 #define VPCS_ALIAS strong_alias (__vn_expf, _ZGVnN4v_expf)
Dvn_sinf.c10 #define VPCS_ALIAS strong_alias (__vn_sinf, _ZGVnN4v_sinf)
Dvn_exp.c10 #define VPCS_ALIAS strong_alias (__vn_exp, _ZGVnN2v_exp)
Dvn_log.c10 #define VPCS_ALIAS strong_alias (__vn_log, _ZGVnN2v_log)
Dvn_logf.c10 #define VPCS_ALIAS strong_alias (__vn_logf, _ZGVnN4v_logf)
Dlogf.c77 strong_alias (logf, __logf_finite)
Dlog2f.c78 strong_alias (log2f, __log2f_finite)
Dexp2f.c78 strong_alias (exp2f, __exp2f_finite)
Dexpf.c89 strong_alias (expf, __expf_finite)
Dexp2.c138 strong_alias (exp2, __exp2_finite) in strong_alias() function
Dlog2.c136 strong_alias (log2, __log2_finite) in strong_alias() function
Dexp.c170 strong_alias (exp, __exp_finite) in strong_alias() function
/third_party/elfutils/libelf/
Delf_getshdrnum.c87 strong_alias (elf_getshdrnum, elf_getshnum)
Delf_getshdrstrndx.c233 strong_alias (elf_getshdrstrndx, elf_getshstrndx)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h181 #define strong_alias(name, aliasname) /* empty for Windows */ macro
197 #define strong_alias(name, aliasname) _strong_alias(name, aliasname) macro

12