Home
last modified time | relevance | path

Searched defs:target_type (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Darch.h182 #define LWIP_CONST_CAST(target_type, val) ((target_type)(void*)((ptrdiff_t)(val))) argument
187 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument
194 #define LWIP_PTR_NUMERIC_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_debug.c6819 u16 target_type; in proc_set_monitor() local