48 typedef unsigned char uint8;
49 typedef unsigned int uint32;
50 typedef unsigned long long uint64;
69 #define Uint128Low64(x) ((x).first) 70 #define Uint128High64(x) ((x).second) 95 #endif // CITY_HASH_H_
uint64 CityHash64WithSeeds(const char *buf, size_t len, uint64 seed0, uint64 seed1)
uint64 CityHash64(const char *buf, size_t len)
uint128 CityHash128(const char *s, size_t len)
uint64 CityHash64WithSeed(const char *buf, size_t len, uint64 seed)
uint128 CityHash128WithSeed(const char *s, size_t len, uint128 seed)