Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dtgmath.h79 #define __tg_real_nocast(fun, x) ( \ argument
84 #define __tg_real(fun, x) (__RETCAST(x)__tg_real_nocast(fun, x)) argument
86 #define __tg_real_2_1(fun, x, y) (__RETCAST(x)( \ argument
91 #define __tg_real_2(fun, x, y) (__RETCAST_2(x, y)( \ argument
96 #define __tg_complex(fun, x) (__RETCAST_CX(x)( \ argument
101 #define __tg_complex_retreal(fun, x) (__RETCAST_REAL(x)( \ argument
106 #define __tg_real_complex(fun, x) (__RETCAST(x)( \ argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_debug.c25 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_debug.c37 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic()