Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
442
txSize fxBigIntMaximumB(txSize length)
443
{
444
return sizeof(txU4) * (1 + howmany(1, mxBigIntWordSize) + (length / 32));
445
}
446
447
txSize fxBigIntMaximumO(txSize length)
448
{
Callers
2
fxGetNextNumberB
Function · 0.85
fxStringToBigInt
Function · 0.85
Calls
1
howmany
Function · 0.85
Tested by
no test coverage detected