Searched defs:strong_alias (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/src/include/ |
D | features.h | 13 #define strong_alias(old, new) \ macro
|
/third_party/musl/porting/liteos_m/kernel/src/include/ |
D | features.h | 13 #define strong_alias(old, new) \ macro
|
/third_party/musl/porting/uniproton/kernel/src/include/ |
D | features.h | 13 #define strong_alias(old, new) \ macro
|
/third_party/musl/porting/liteos_m/user/src/include/ |
D | features.h | 13 #define strong_alias(old, new) \ macro
|
/third_party/optimized-routines/math/ |
D | exp2.c | 138 strong_alias (exp2, __exp2_finite) in strong_alias() function
|
D | log.c | 157 strong_alias (log, __log_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
|
D | pow.c | 375 strong_alias (pow, __pow_finite) in strong_alias() function
|
D | math_config.h | 82 # define strong_alias(f, a) \ macro
|
/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
|
/third_party/elfutils/libebl/ |
D | eblopenbackend.c | 633 strong_alias (default_copy_reloc_p, default_none_reloc_p) in strong_alias() function
|
/third_party/elfutils/lib/ |
D | eu-config.h | 61 #define strong_alias(name, aliasname) \ macro
|