ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

priorityq-heap.c File Reference
#include <stddef.h>
#include <assert.h>
#include "priorityq-heap.h"
#include "memalloc.h"
#include "geom.h"

Go to the source code of this file.

Defines

#define INIT_SIZE   32
#define TRUE   1
#define FALSE   0
#define LEQ(x, y)   VertLeq((GLUvertex *)x, (GLUvertex *)y)

Functions

PriorityQpqNewPriorityQ (int(*leq)(PQkey key1, PQkey key2))
void pqDeletePriorityQ (PriorityQ *pq)
static void FloatDown (PriorityQ *pq, long curr)
static void FloatUp (PriorityQ *pq, long curr)
void pqInit (PriorityQ *pq)
PQhandle pqInsert (PriorityQ *pq, PQkey keyNew)
PQkey pqExtractMin (PriorityQ *pq)
void pqDelete (PriorityQ *pq, PQhandle hCurr)

Generated on Sat May 26 2012 05:08:30 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.