|
kodi
|
Maintains the state of the cache, and a number of variables used in reduction. More...
#include <bigint_impl.h>

Public Attributes | |
| bigint * | active_list |
| Bigints currently used. More... | |
| bigint * | free_list |
| Bigints not used. More... | |
| bigint * | bi_radix |
| The radix used. More... | |
| bigint * | bi_mod [BIGINT_NUM_MODS] |
| modulus | |
| bigint * | bi_normalised_mod [BIGINT_NUM_MODS] |
| Normalised mod storage. More... | |
| bigint ** | g |
| Used by sliding-window. More... | |
| int | window |
| The size of the sliding window. | |
| int | active_count |
| Number of active bigints. More... | |
| int | free_count |
| Number of free bigints. More... | |
| uint8_t | mod_offset |
| The mod offset we are using. | |
Maintains the state of the cache, and a number of variables used in reduction.
| int BI_CTX::active_count |
Number of active bigints.
| bigint* BI_CTX::active_list |
Bigints currently used.
| bigint* BI_CTX::bi_normalised_mod[BIGINT_NUM_MODS] |
Normalised mod storage.
| bigint* BI_CTX::bi_radix |
The radix used.
| int BI_CTX::free_count |
Number of free bigints.
| bigint* BI_CTX::free_list |
Bigints not used.
| bigint** BI_CTX::g |
Used by sliding-window.
1.8.13