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

/external/opencv/cv/src/
H A D_cvlist.h50 #if !defined(_LIST_INLINE)
51 #define _LIST_INLINE CV_FORCE_INLINE macro
52 #endif /*_LIST_INLINE*/
94 _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 voi
[all...]

Completed in 57 milliseconds