Searched refs:_p2 (Results 1 – 3 of 3) sorted by relevance
96 uint64_t _p1, _p2; in bintime_mul() local99 _p2 = (_bt->frac >> 32) * _x + (_p1 >> 32); in bintime_mul()101 _bt->sec += (_p2 >> 32); in bintime_mul()102 _bt->frac = (_p2 << 32) | (_p1 & 0xffffffffull); in bintime_mul()
67 static int compar(const void *_p1, const void *_p2);
101 static void card(int _c, const char *_p2);