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

Function fxBigIntMaximumX

xs/sources/xsBigInt.c:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452txSize fxBigIntMaximumX(txSize length)
453{
454 return sizeof(txU4) * (1 + howmany(4, mxBigIntWordSize) + ((length * 4) / 32));
455}
456
457void fxBigIntParse(txBigInt* bigint, txString p, txSize length, txInteger sign)
458{

Callers 2

fxGetNextNumberXFunction · 0.85
fxStringToBigIntFunction · 0.85

Calls 1

howmanyFunction · 0.85

Tested by

no test coverage detected