Defines | Functions

PMurHash.h File Reference

Go to the source code of this file.

Defines

#define MH_UINT8   unsigned char

Functions

void PMurHash32_Process (MH_UINT32 *ph1, MH_UINT32 *pcarry, const void *key, int len)
MH_UINT32 PMurHash32_Result (MH_UINT32 h1, MH_UINT32 carry, MH_UINT32 total_length)
MH_UINT32 PMurHash32 (MH_UINT32 seed, const void *key, int len)
void PMurHash32_test (const void *key, int len, MH_UINT32 seed, void *out)

Define Documentation

#define MH_UINT8   unsigned char

Definition at line 46 of file PMurHash.h.


Function Documentation

MH_UINT32 PMurHash32 ( MH_UINT32  seed,
const void *  key,
int  len 
)
void PMurHash32_Process ( MH_UINT32 *  ph1,
MH_UINT32 *  pcarry,
const void *  key,
int  len 
)
MH_UINT32 PMurHash32_Result ( MH_UINT32  h1,
MH_UINT32  carry,
MH_UINT32  total_length 
)
void PMurHash32_test ( const void *  key,
int  len,
MH_UINT32  seed,
void *  out 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation