Home
last modified time | relevance | path

Searched refs:roundDown (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h45 inline constexpr uptr roundDown(uptr X, uptr Boundary) { in roundDown() function
H A Dsecondary.h321 roundDown(CommitBase + CommitSize - Size, Alignment); in retrieve()
672 const uptr AllocPos = roundDown(CommitBase + CommitSize - Size, Alignment); in allocate()
H A Drelease.h472 FromInRegion = roundDown(FirstBlockInRange, PageSize); in markRangeAsAllCounted()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1412 uint32_t maxP, roundDown, roundUp, tmpA, tmpN; in CalcWredCurve() local
1450 roundDown = maxP + (maxP % (4*pres)); in CalcWredCurve()
1451 roundUp = roundDown + 4*pres; in CalcWredCurve()
1452 if((roundUp - maxP) > (maxP - roundDown)) in CalcWredCurve()
1453 maxP = roundDown; in CalcWredCurve()