![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Namespaces | |
| namespace | CityHash_Internal |
Macros | |
| #define | bswap_32(x) BYTESWAP_ORDER32(x) |
| #define | bswap_64(x) BYTESWAP_ORDER64(x) |
| #define | uint32_in_expected_order(x) (x) |
| #define | uint64_in_expected_order(x) (x) |
| #define | LIKELY(x) (x) |
| #define | PERMUTE3(a, b, c) do { SwapValues(a, b); SwapValues(a, c); } while (0) |
Functions | |
| template<typename T > | |
| void | SwapValues (T &a, T &b) |
| uint32 | CityHash32 (const char *s, uint32 len) |
| uint64 | CityHash64 (const char *s, uint32 len) |
| uint64 | CityHash64WithSeed (const char *s, uint32 len, uint64 seed) |
| uint64 | CityHash64WithSeeds (const char *s, uint32 len, uint64 seed0, uint64 seed1) |
| #define bswap_32 | ( | x | ) | BYTESWAP_ORDER32(x) |
| #define bswap_64 | ( | x | ) | BYTESWAP_ORDER64(x) |
| #define LIKELY | ( | x | ) | (x) |
| #define PERMUTE3 | ( | a, | |
| b, | |||
| c | |||
| ) | do { SwapValues(a, b); SwapValues(a, c); } while (0) |
| #define uint32_in_expected_order | ( | x | ) | (x) |
| #define uint64_in_expected_order | ( | x | ) | (x) |