Searched refs:RTBIGNUM_ELEMENT_MAX (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dbignum.h66 # define RTBIGNUM_ELEMENT_MAX UINT64_MAX macro
68 # define RTBIGNUM_ELEMENT_MAX UINT32_MAX macro
71 #define RTBIGNUM_ELEMENT_MASK RTBIGNUM_ELEMENT_MAX
/vbox/src/VBox/Runtime/common/math/
H A Dbignum.cpp1921 if (puQhat->s.Lo == RTBIGNUM_ELEMENT_MAX && puQhat->s.Hi == 0)
1983 return RTBIGNUM_ELEMENT_MAX;
1986 uQhat.s.Lo = RTBIGNUM_ELEMENT_MAX;
1998 if (uRhat < uDivZ /* overflow */ || uRhat == RTBIGNUM_ELEMENT_MAX)

Completed in 78 milliseconds