Searched refs:leq (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | priorityq-heap.h | 44 #define pqNewPriorityQ(leq) __gl_pqHeapNewPriorityQ(leq) 92 int (*leq)(PQkey key1, PQkey key2); member in struct:PriorityQ 95 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) );
|
| H A D | priorityq-sort.h | 58 #define pqNewPriorityQ(leq) __gl_pqSortNewPriorityQ(leq) 103 int (*leq)(PQkey key1, PQkey key2); member in struct:PriorityQ 106 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) );
|
| H A D | priorityq.h | 58 #define pqNewPriorityQ(leq) __gl_pqSortNewPriorityQ(leq) 103 int (*leq)(PQkey key1, PQkey key2); member in struct:PriorityQ 106 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) );
|
| H A D | dict.c | 41 int (*leq)(void *frame, DictKey key1, DictKey key2) ) 55 dict->leq = leq; 79 } while( node->key != NULL && ! (*dict->leq)(dict->frame, node->key, key)); 108 } while( node->key != NULL && ! (*dict->leq)(dict->frame, key, node->key));
|
| H A D | dict-list.h | 44 #define dictNewDict(frame,leq) __gl_dictListNewDict(frame,leq) 66 int (*leq)(void *frame, DictKey key1, DictKey key2) ); 97 int (*leq)(void *frame, DictKey key1, DictKey key2); member in struct:Dict
|
| H A D | dict.h | 44 #define dictNewDict(frame,leq) __gl_dictListNewDict(frame,leq) 66 int (*leq)(void *frame, DictKey key1, DictKey key2) ); 97 int (*leq)(void *frame, DictKey key1, DictKey key2); member in struct:Dict
|
| H A D | priorityq-heap.c | 50 #define LEQ(x,y) (*pq->leq)(x,y) 58 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) ) 80 pq->leq = leq;
|
| H A D | priorityq.c | 50 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) ) 55 pq->heap = __gl_pqHeapNewPriorityQ( leq ); 72 pq->leq = leq;
|
Completed in 7 milliseconds