Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 9 of 9) 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()
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/
Dmin_max.cpp103 #define IMPL_OP(fun, op, type) \ argument
/device/soc/winnermicro/wm800/board/platform/common/task/
Dwm_wl_task.c27 start_routine fun; in task_thread() local
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/toolchain/gr551x/source/
Dsystem_gr55xx.c78 uint32_t fun; member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/sensor-list/
Dsensor_list.h125 void (*fun)(struct sensor_list *, struct sensor_list *); member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/utility/
Dconfig.c263 int (*fun)(struct device_node *, const char *, member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/utils/
Dvdec.c305 void VDEC_PRINT_FUN_LINENO(const char *fun, int line) in VDEC_PRINT_FUN_LINENO()