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

Function fxBigIntMaximumO

xs/sources/xsBigInt.c:447–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447txSize fxBigIntMaximumO(txSize length)
448{
449 return sizeof(txU4) * (1 + howmany(3, mxBigIntWordSize) + ((length * 3) / 32));
450}
451
452txSize fxBigIntMaximumX(txSize length)
453{

Callers 2

fxGetNextNumberOFunction · 0.85
fxStringToBigIntFunction · 0.85

Calls 1

howmanyFunction · 0.85

Tested by

no test coverage detected