Lines Matching defs:PQkey
40 #undef PQkey
54 #define PQkey PQSortKey
93 typedef PQHeapKey PQkey;
99 PQkey *keys;
100 PQkey **order;
103 int (*leq)(PQkey key1, PQkey key2);
106 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) );
110 PQhandle pqInsert( PriorityQ *pq, PQkey key );
111 PQkey pqExtractMin( PriorityQ *pq );
114 PQkey pqMinimum( PriorityQ *pq );