Searched refs:_LIST_INLINE (Results 1 – 1 of 1) sorted by relevance
50 #if !defined(_LIST_INLINE)51 #define _LIST_INLINE CV_FORCE_INLINE macro94 _LIST_INLINE _CVLIST* prefix##create_list_##type(long);\95 _LIST_INLINE void prefix##destroy_list_##type(_CVLIST*);\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*);\102 _LIST_INLINE void prefix##clear_list_##type(_CVLIST*);\103 _LIST_INLINE CVPOS prefix##add_head_##type(_CVLIST*, type*);\[all …]