MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxBigIntMaximumB

Function fxBigIntMaximumB

xs/sources/xsBigInt.c:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442txSize fxBigIntMaximumB(txSize length)
443{
444 return sizeof(txU4) * (1 + howmany(1, mxBigIntWordSize) + (length / 32));
445}
446
447txSize fxBigIntMaximumO(txSize length)
448{

Callers 2

fxGetNextNumberBFunction · 0.85
fxStringToBigIntFunction · 0.85

Calls 1

howmanyFunction · 0.85

Tested by

no test coverage detected