OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pqInsert
(Results
1 - 5
of
5
) sorted by null
/external/skia/third_party/glu/libtess/
priorityq-sort.h
53
#undef
pqInsert
68
/* The basic operations are insertion of a new key (
pqInsert
),
71
* for this purpose
pqInsert
returns a "handle" which is supplied
74
* An initial heap may be created efficiently by calling
pqInsert
76
* before any operations other than
pqInsert
are used.
82
#define
pqInsert
(pq,key) __gl_pqSortInsert(pq,key)
117
PQhandle
pqInsert
( PriorityQ *pq, PQkey key );
priorityq.h
53
#undef
pqInsert
68
/* The basic operations are insertion of a new key (
pqInsert
),
71
* for this purpose
pqInsert
returns a "handle" which is supplied
74
* An initial heap may be created efficiently by calling
pqInsert
76
* before any operations other than
pqInsert
are used.
82
#define
pqInsert
(pq,key) __gl_pqSortInsert(pq,key)
117
PQhandle
pqInsert
( PriorityQ *pq, PQkey key );
priorityq-heap.c
167
PQhandle
pqInsert
( PriorityQ *pq, PQkey keyNew )
priorityq-heap.h
54
/* The basic operations are insertion of a new key (
pqInsert
),
57
* for this purpose
pqInsert
returns a "handle" which is supplied
60
* An initial heap may be created efficiently by calling
pqInsert
62
* before any operations other than
pqInsert
are used.
68
#define
pqInsert
(pq,key) __gl_pqHeapInsert(pq,key)
106
PQhandle
pqInsert
( PriorityQ *pq, PQkey key );
priorityq.c
180
PQhandle
pqInsert
( PriorityQ *pq, PQkey keyNew )
Completed in 57 milliseconds