LLVM 20.0.0git
|
The return value from 128-bit hashes. More...
#include "llvm/Support/xxhash.h"
Public Member Functions | |
bool | operator== (const XXH128_hash_t rhs) const |
Convenience equality check operator. | |
Public Attributes | |
uint64_t | low64 |
value & 0xFFFFFFFFFFFFFFFF | |
uint64_t | high64 |
value >> 64 | |
The return value from 128-bit hashes.
Stored in little endian order, although the fields themselves are in native endianness.
|
inline |
uint64_t llvm::XXH128_hash_t::high64 |
value >> 64
Definition at line 66 of file xxhash.h.
Referenced by operator==(), XXH128_mix32B(), XXH3_hashLong_128b(), XXH3_len_0to16_128b(), XXH3_len_129to240_128b(), XXH3_len_17to128_128b(), XXH3_len_1to3_128b(), XXH3_len_4to8_128b(), XXH3_len_9to16_128b(), and XXH_mult64to128().
uint64_t llvm::XXH128_hash_t::low64 |
value & 0xFFFFFFFFFFFFFFFF
Definition at line 65 of file xxhash.h.
Referenced by operator==(), XXH128_mix32B(), XXH3_hashLong_128b(), XXH3_len_0to16_128b(), XXH3_len_129to240_128b(), XXH3_len_17to128_128b(), XXH3_len_1to3_128b(), XXH3_len_4to8_128b(), XXH3_len_9to16_128b(), and XXH_mult64to128().