Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
_bigint Struct Reference
A big integer basic object. More...
#include <bigint_impl.h>
Data Fields | |
| struct _bigint * | next |
| The next bigint in the cache. | |
| short | size |
| The number of components in this bigint. | |
| short | max_comps |
| The heapsize allocated for this bigint. | |
| int | refs |
| An internal reference count. | |
| comp * | comps |
| A ptr to the actual component data. | |
Detailed Description
A big integer basic object.
Definition at line 85 of file bigint_impl.h.
Field Documentation
| comp* comps |
A ptr to the actual component data.
Definition at line 91 of file bigint_impl.h.
| short max_comps |
The heapsize allocated for this bigint.
Definition at line 89 of file bigint_impl.h.
The next bigint in the cache.
Definition at line 87 of file bigint_impl.h.
| int refs |
An internal reference count.
Definition at line 90 of file bigint_impl.h.
| short size |
The number of components in this bigint.
Definition at line 88 of file bigint_impl.h.
Generated on Tue Jul 12 2022 13:06:02 by
1.7.2