SHOGUN  v2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
PMurHash.h File Reference

Go to the source code of this file.

Macros

#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)

Macro Definition 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 
)

SHOGUN Machine Learning Toolbox - Documentation