Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
CityHash.h File Reference
#include "CoreTypes.h"
+ Include dependency graph for CityHash.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Uint128_64
 

Functions

uint64 CityHash64 (const char *buf, uint32 len)
 
uint64 CityHash64WithSeed (const char *buf, uint32 len, uint64 seed)
 
uint64 CityHash64WithSeeds (const char *buf, uint32 len, uint64 seed0, uint64 seed1)
 
uint32 CityHash32 (const char *buf, uint32 len)
 
uint64 CityHash128to64 (const Uint128_64 &x)
 

Function Documentation

◆ CityHash128to64()

uint64 CityHash128to64 ( const Uint128_64 & x)
inline

Definition at line 91 of file CityHash.h.

◆ CityHash32()

uint32 CityHash32 ( const char * buf,
uint32 len )

◆ CityHash64()

uint64 CityHash64 ( const char * buf,
uint32 len )

◆ CityHash64WithSeed()

uint64 CityHash64WithSeed ( const char * buf,
uint32 len,
uint64 seed )

◆ CityHash64WithSeeds()

uint64 CityHash64WithSeeds ( const char * buf,
uint32 len,
uint64 seed0,
uint64 seed1 )