Searched refs:urest (Results 1 – 3 of 3) sorted by relevance
1118 uint32_t urest = 0xFFFFFFFFU - uleft; in CarryFrom() local1120 return (uright > urest) || in CarryFrom()1121 (carry && (((uright + 1) > urest) || (uright > (urest - 1)))); in CarryFrom()
1205 uint32_t urest = 0xFFFFFFFFU - uleft; in CarryFrom() local1207 return (uright > urest) || in CarryFrom()1208 (carry && (((uright + 1) > urest) || (uright > (urest - 1)))); in CarryFrom()
1767 uint32_t urest = 0xFFFFFFFFU - uleft; in CarryFrom() local1769 return (uright > urest) || in CarryFrom()1770 (carry && (((uright + 1) > urest) || (uright > (urest - 1)))); in CarryFrom()