Source position: fptlsbigint.pas line 65
type TBigIntContext = record |
FreeList: PBigInt; |
BIRadix: PBigInt; |
BIMod: array [0..BIGINT_NUM_MODS-1] of PBigInt; |
BImu: array [0..BIGINT_NUM_MODS-1] of PBigInt; |
BIbk1: array [0..BIGINT_NUM_MODS-1] of PBigInt; |
BINormalisedMod: array [0..BIGINT_NUM_MODS-1] of PBigInt; |
G: PPBigInt; |
Window: Integer; |
ActiveCount: Integer; |
FreeCount: Integer; |
ModOffset: Byte; |
end; |