Searched refs:result_high (Results 1 – 2 of 2) sorted by relevance
37 u64 result_high; member
1065 for (shift = 0; res.result_high != 0; ++shift) { in time_init()1066 scale = (scale >> 1) | (res.result_high << 63); in time_init()1067 res.result_high >>= 1; in time_init()1130 dr->result_high = ((u64)w << 32) + x; in div128_by_32()