22 for (
auto c :
value) hash = ((hash << 5) + hash) +
c;
47 out_hash = (hash & 0xffffffff) ^ ((hash >> 32) & 0xffffffff);
unsigned __int16 uint16_t
void reduced_hash(const std::string_view &value, uint8_t &hash)
hash function used by ts_hash_map.
unsigned __int64 uint64_t
#define MAKEWORD16B(__LOBYTE, __HILOBYTE)
GLsizei const GLfloat * value
unsigned __int32 uint32_t