Searched refs:NCSW_LIST_LAST (Results 1 – 2 of 2) sorted by relevance
49 t_List *p_Last = NCSW_LIST_LAST(p_NewList); in NCSW_LIST_Append()55 NCSW_LIST_LAST(p_Cur) = p_Last; in NCSW_LIST_Append()
82 #define NCSW_LIST_LAST(p_List) (p_List)->p_Prev macro84 #define NCSW_LIST_PREV NCSW_LIST_LAST114 #define INIT_LIST(p_List) NCSW_LIST_FIRST(p_List) = NCSW_LIST_LAST(p_List) = (p_List)