Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dhash_inlines.h173 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 …]
/third_party/ulib/musl/third_party/math/
A Dlgammal.c140 h2 = 1.643014770044524804175197151958100656728E4L, variable
292 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y))))); in __lgammal_r()
/third_party/ulib/uboringssl/include/openssl/
A Dsha.h108 uint32_t h2;
/third_party/ulib/musl/ldso/
A Ddynlink.c357 uint32_t h2 = *hashval++; in gnu_lookup() local
358 if ((h1 == (h2 | 1)) && (!dso->versym || dso->versym[i] >= 0) && in gnu_lookup()
361 if (h2 & 1) in gnu_lookup()

Completed in 14 milliseconds