OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CVLIST
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
_cvlist.h
82
typedef struct _list
_CVLIST
;
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
*);\
102
_LIST_INLINE void prefix##clear_list_##type(
_CVLIST
*);\
103
_LIST_INLINE CVPOS prefix##add_head_##type(
_CVLIST
*, type*);\
104
_LIST_INLINE CVPOS prefix##add_tail_##type(
_CVLIST
*, type*);\
105
_LIST_INLINE void prefix##remove_head_##type(
_CVLIST
*);\
106
_LIST_INLINE void prefix##remove_tail_##type(
_CVLIST
*);\
[
all
...]
cvhough.cpp
43
#include "
_cvlist
.h"
201
_CVLIST
*list = 0;
[
all
...]
Completed in 543 milliseconds