/third_party/musl/porting/liteos_m_iccarm/kernel/src/include/ |
D | features.h | 12 #ifndef strong_alias 13 #define strong_alias(old, new) \ macro
|
/third_party/musl/porting/uniproton/kernel/src/include/ |
D | features.h | 12 #ifndef strong_alias 13 #define strong_alias(old, new) \ macro
|
/third_party/musl/porting/liteos_m/kernel/src/include/ |
D | features.h | 12 #ifndef strong_alias 13 #define strong_alias(old, new) \ macro
|
/third_party/musl/porting/liteos_m/user/src/include/ |
D | features.h | 12 #ifndef strong_alias 13 #define strong_alias(old, new) \ macro
|
/third_party/optimized-routines/math/ |
D | vn_exp2f.c | 10 #define VPCS_ALIAS strong_alias (__vn_exp2f, _ZGVnN4v_exp2f)
|
D | vn_sin.c | 10 #define VPCS_ALIAS strong_alias (__vn_sin, _ZGVnN2v_sin)
|
D | vn_cosf.c | 10 #define VPCS_ALIAS strong_alias (__vn_cosf, _ZGVnN4v_cosf)
|
D | vn_cos.c | 10 #define VPCS_ALIAS strong_alias (__vn_cos, _ZGVnN2v_cos)
|
D | vn_powf.c | 10 #define VPCS_ALIAS strong_alias (__vn_powf, _ZGVnN4vv_powf)
|
D | vn_pow.c | 10 #define VPCS_ALIAS strong_alias (__vn_pow, _ZGVnN2vv_pow)
|
D | vn_expf.c | 10 #define VPCS_ALIAS strong_alias (__vn_expf, _ZGVnN4v_expf)
|
D | vn_sinf.c | 10 #define VPCS_ALIAS strong_alias (__vn_sinf, _ZGVnN4v_sinf)
|
D | vn_exp.c | 10 #define VPCS_ALIAS strong_alias (__vn_exp, _ZGVnN2v_exp)
|
D | vn_log.c | 10 #define VPCS_ALIAS strong_alias (__vn_log, _ZGVnN2v_log)
|
D | vn_logf.c | 10 #define VPCS_ALIAS strong_alias (__vn_logf, _ZGVnN4v_logf)
|
D | logf.c | 77 strong_alias (logf, __logf_finite)
|
D | log2f.c | 78 strong_alias (log2f, __log2f_finite)
|
D | exp2f.c | 78 strong_alias (exp2f, __exp2f_finite)
|
D | expf.c | 89 strong_alias (expf, __expf_finite)
|
D | exp2.c | 138 strong_alias (exp2, __exp2_finite) in strong_alias() function
|
D | log2.c | 136 strong_alias (log2, __log2_finite) in strong_alias() function
|
D | exp.c | 170 strong_alias (exp, __exp_finite) in strong_alias() function
|
/third_party/elfutils/libelf/ |
D | elf_getshdrnum.c | 87 strong_alias (elf_getshdrnum, elf_getshnum)
|
D | elf_getshdrstrndx.c | 233 strong_alias (elf_getshdrstrndx, elf_getshstrndx)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 181 #define strong_alias(name, aliasname) /* empty for Windows */ macro 197 #define strong_alias(name, aliasname) _strong_alias(name, aliasname) macro
|