Searched refs:weight32 (Results 1 – 5 of 5) sorted by relevance
243 static inline int64_t nodeFromWeight32(uint32_t weight32) { in nodeFromWeight32() argument244 return (int64_t)weight32 << 32; in nodeFromWeight32()
244 static inline int64_t nodeFromWeight32(uint32_t weight32) { in nodeFromWeight32() argument245 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()