Searched refs:FNV_PRIME (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/util/ | ||
D | helpers.h | 119 static const uint64_t FNV_PRIME = 1099511628211U; variable |
D | helpers.cpp | 729 result *= FNV_PRIME; in GetHashString() |