Searched refs:h2 (Results 1 – 4 of 4) sorted by relevance
173 h2 = hash_rotl_32(h2, 17); h2 += h3; in hash_x86_128()174 h2 = h2*5 + 0x0bcaa747; in hash_x86_128()229 h2 = hash_fmix_32(h2); in hash_x86_128()269 h2 = hash_rotl_64(h2, 31); h2 += h1; in hash_x64_128()270 h2 = h2*5 + 0x38495ab5; in hash_x64_128()305 h1 += h2; in hash_x64_128()306 h2 += h1; in hash_x64_128()309 h2 = hash_fmix_64(h2); in hash_x64_128()311 h1 += h2; in hash_x64_128()312 h2 += h1; in hash_x64_128()[all …]
140 h2 = 1.643014770044524804175197151958100656728E4L, variable292 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y))))); in __lgammal_r()
108 uint32_t h2;
357 uint32_t h2 = *hashval++; in gnu_lookup() local358 if ((h1 == (h2 | 1)) && (!dso->versym || dso->versym[i] >= 0) && in gnu_lookup()361 if (h2 & 1) in gnu_lookup()
Completed in 14 milliseconds