Home
last modified time | relevance | path

Searched refs:mergeRound (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dxxhash.cpp64 static uint64_t mergeRound(uint64_t Acc, uint64_t Val) { in mergeRound() function
97 H64 = mergeRound(H64, V1); in xxHash64()
98 H64 = mergeRound(H64, V2); in xxHash64()
99 H64 = mergeRound(H64, V3); in xxHash64()
100 H64 = mergeRound(H64, V4); in xxHash64()
/external/llvm-project/llvm/lib/Support/
Dxxhash.cpp64 static uint64_t mergeRound(uint64_t Acc, uint64_t Val) { in mergeRound() function
97 H64 = mergeRound(H64, V1); in xxHash64()
98 H64 = mergeRound(H64, V2); in xxHash64()
99 H64 = mergeRound(H64, V3); in xxHash64()
100 H64 = mergeRound(H64, V4); in xxHash64()