Lines Matching defs:hash
73 // calculate FNV hash of the array74 uint64_t hash = 14695981039346656037ULL;76 hash = (hash * 1099511628211ULL) ^ arr[i];79 return hash;104 // calculate FNV hash of the array105 uint64_t hash = 14695981039346656037ULL;107 hash = (hash * 1099511628211ULL) ^ arr[i];110 return hash;