ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
lookupa.h File Reference
#include "standard.h"
+ Include dependency graph for lookupa.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CHECKSTATE   8
 
#define hashsize(n)   ((ub4)1<<(n))
 
#define hashmask(n)   (hashsize(n)-1)
 

Functions

ub4 lookup ()
 
void checksum ()
 

Macro Definition Documentation

◆ CHECKSTATE

#define CHECKSTATE   8

Definition at line 21 of file lookupa.h.

◆ hashmask

#define hashmask (   n)    (hashsize(n)-1)

Definition at line 23 of file lookupa.h.

◆ hashsize

#define hashsize (   n)    ((ub4)1<<(n))

Definition at line 22 of file lookupa.h.

Function Documentation

◆ checksum()

void checksum ( )

◆ lookup()

ub4 lookup ( )

Referenced by hadd(), and hfind().