Searched refs:weight32 (Results 1 – 3 of 3) sorted by relevance
241 static inline int64_t nodeFromWeight32(uint32_t weight32) { in nodeFromWeight32() argument242 return (int64_t)weight32 << 32; in nodeFromWeight32()
1438 private static long nodeFromWeight32(long weight32) { in nodeFromWeight32() argument1439 return weight32 << 32; in nodeFromWeight32()
1434 private static long nodeFromWeight32(long weight32) { in nodeFromWeight32() argument1435 return weight32 << 32; in nodeFromWeight32()