Searched defs:RTBIGNUM_MAX_SIZE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/math/
H A Dbignum.cpp59 #define RTBIGNUM_MAX_SIZE _4M macro
374 if (cbNew <= RTBIGNUM_MAX_SIZE && cbNew > cbOld)
637 if (RT_UNLIKELY(cbAligned >= RTBIGNUM_MAX_SIZE))

Completed in 45 milliseconds