Home
last modified time | relevance | path

Searched refs:fun (Results 1 - 7 of 7) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/trace/events/
H A Dcpuhp.h12 TP_PROTO(unsigned int cpu, int target, int idx, int (*fun)(unsigned int)),
14 TP_ARGS(cpu, target, idx, fun),
16 TP_STRUCT__entry(__field(unsigned int, cpu) __field(int, target) __field(int, idx) __field(void *, fun)),
18 TP_fast_assign(__entry->cpu = cpu; __entry->target = target; __entry->idx = idx; __entry->fun = fun;),
21 __entry->fun));
25 TP_PROTO(unsigned int cpu, int target, int idx, int (*fun)(unsigned int, struct hlist_node *),
28 TP_ARGS(cpu, target, idx, fun, node),
30 TP_STRUCT__entry(__field(unsigned int, cpu) __field(int, target) __field(int, idx) __field(void *, fun)),
32 TP_fast_assign(__entry->cpu = cpu; __entry->target = target; __entry->idx = idx; __entry->fun
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dtgmath.h79 #define __tg_real_nocast(fun, x) ( \
80 __FLT(x) ? fun ## f (x) : \
81 __LDBL(x) ? fun ## l (x) : \
82 fun(x) )
84 #define __tg_real(fun, x) (__RETCAST(x)__tg_real_nocast(fun, x))
86 #define __tg_real_2_1(fun, x, y) (__RETCAST(x)( \
87 __FLT(x) ? fun ## f (x, y) : \
88 __LDBL(x) ? fun ## l (x, y) : \
89 fun(
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_debug.c25 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic() argument
27 panic(fmt, fun, line, cond); in osal_panic()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_debug.c37 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic() argument
39 panic(fmt, fun, line, cond); in osal_panic()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dhi_osal.h325 extern void osal_panic(const char *fmt, const char *fun, int line, const char *);
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_osal.h322 extern void osal_panic(const char *fmt, const char *fun, int line, const char *);
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_osal.h326 extern void osal_panic(const char *fmt, const char *fun, int line, const char *);

Completed in 6 milliseconds