Searched refs:_p1 (Results 1 – 1 of 1) sorted by relevance
96 uint64_t _p1, _p2; in bintime_mul() local98 _p1 = (_bt->frac & 0xffffffffull) * _x; in bintime_mul()99 _p2 = (_bt->frac >> 32) * _x + (_p1 >> 32); in bintime_mul()102 _bt->frac = (_p2 << 32) | (_p1 & 0xffffffffull); in bintime_mul()