Home | History | Annotate | Download | only in src

Lines Matching refs:manh

35 	uint64_t o = u.bits.manh;				\
36 u.bits.manh += (c); \
37 if (u.bits.manh < o) \
43 uint64_t o = u.bits.manh; \
44 u.bits.manh += (c); \
45 if (u.bits.manh < o) { \
47 u.bits.manh |= 1llu << (LDBL_MANH_SIZE - 1); \
64 (u.bits.manh | u.bits.manl) != 0)
68 if (((u.bits.manh & m) | u.bits.manl) == 0)
79 u.bits.manh &= ~m;