Searched refs:CVPOS (Results 1 – 2 of 2) sorted by relevance
70 typedef struct _pos CVPOS; typedef77 CVPOS m_head;78 CVPOS m_tail;79 CVPOS m_head_free;97 _LIST_INLINE CVPOS prefix##get_head_pos_##type(_CVLIST*);\98 _LIST_INLINE CVPOS prefix##get_tail_pos_##type(_CVLIST*);\99 _LIST_INLINE type* prefix##get_next_##type(CVPOS*);\100 _LIST_INLINE type* prefix##get_prev_##type(CVPOS*);\103 _LIST_INLINE CVPOS prefix##add_head_##type(_CVLIST*, type*);\104 _LIST_INLINE CVPOS prefix##add_tail_##type(_CVLIST*, type*);\[all …]
233 CVPOS pos; in IMPLEMENT_LIST()