Home | History | Annotate | Download | only in src

Lines Matching full:manh

36 	uint64_t o = u.bits.manh;				\
37 u.bits.manh += (c); \
38 if (u.bits.manh < o) \
44 uint64_t o = u.bits.manh; \
45 u.bits.manh += (c); \
46 if (u.bits.manh < o) { \
48 u.bits.manh |= 1llu << (LDBL_MANH_SIZE - 1); \
65 (u.bits.manh | u.bits.manl) != 0)
69 if (((u.bits.manh & m) | u.bits.manl) == 0)
80 u.bits.manh &= ~m;