Searched refs:hcmp (Results 1 – 1 of 1) sorted by relevance
1359 int const hcmp = (h1.high64 > h2.high64) - (h2.high64 > h1.high64); in XXH128_cmp() local1361 if (hcmp) return hcmp; in XXH128_cmp()