Searched refs:weight32 (Results 1 – 3 of 3) sorted by relevance
243 static inline int64_t nodeFromWeight32(uint32_t weight32) { in nodeFromWeight32() argument244 return (int64_t)weight32 << 32; in nodeFromWeight32()
1439 private static long nodeFromWeight32(long weight32) { in nodeFromWeight32() argument1440 return weight32 << 32; in nodeFromWeight32()
1443 private static long nodeFromWeight32(long weight32) { in nodeFromWeight32() argument1444 return weight32 << 32; in nodeFromWeight32()