Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
447
txSize fxBigIntMaximumO(txSize length)
448
{
449
return sizeof(txU4) * (1 + howmany(3, mxBigIntWordSize) + ((length * 3) / 32));
450
}
451
452
txSize fxBigIntMaximumX(txSize length)
453
{
Callers
2
fxGetNextNumberO
Function · 0.85
fxStringToBigInt
Function · 0.85
Calls
1
howmany
Function · 0.85
Tested by
no test coverage detected