35 #ifndef __priorityq_sort_h_ 36 #define __priorityq_sort_h_ 44 #undef pqDeletePriorityQ 54 #define PQkey PQSortKey 55 #define PQhandle PQSortHandle 56 #define PriorityQ PriorityQSort 58 #define pqNewPriorityQ(leq) __gl_pqSortNewPriorityQ(leq) 59 #define pqDeletePriorityQ(pq) __gl_pqSortDeletePriorityQ(pq) 74 #define pqInit(pq) __gl_pqSortInit(pq) 75 #define pqInsert(pq,key) __gl_pqSortInsert(pq,key) 76 #define pqMinimum(pq) __gl_pqSortMinimum(pq) 77 #define pqExtractMin(pq) __gl_pqSortExtractMin(pq) 78 #define pqDelete(pq,handle) __gl_pqSortDelete(pq,handle) 79 #define pqIsEmpty(pq) __gl_pqSortIsEmpty(pq)
GLuint64EXT GLuint GLuint GLenum GLenum GLuint GLuint GLenum GLuint GLuint key1
#define pqDelete(pq, handle)
#define pqNewPriorityQ(leq)
int(* leq)(PQkey key1, PQkey key2)
#define pqDeletePriorityQ(pq)
#define pqInsert(pq, key)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *