Torque2D Reference
Loading...
Searching...
No Matches
Functions | Variables
Hash Namespace Reference

Functions

void initTolowerTable ()
 
U32 hash (const char *str)
 
U32 nextPrime (U32 size)
 
U32 hash (U32 data)
 
U32 hash (const void *data)
 

Variables

bool sgInitTable = true
 
U8 sgtHashTable [256]
 

Function Documentation

◆ hash() [1/3]

U32 hash ( const char *  str)

◆ hash() [2/3]

U32 hash ( const void *  data)
inline

◆ hash() [3/3]

U32 hash ( U32  data)
inline

◆ initTolowerTable()

void initTolowerTable ( )

◆ nextPrime()

U32 nextPrime ( U32  size)

Variable Documentation

◆ sgInitTable

bool sgInitTable = true

◆ sgtHashTable

U8 sgtHashTable[256]