|
libaaruformat 1.0
Aaru Data Preservation Suite - Format Library
|
LFG context holding the 521-word circular buffer and byte position. More...
#include </home/claunia/Development/Aaru/libaaruformat/src/ngcw/lfg.h>
Data Fields | |
| uint32_t | buffer [521] |
| size_t | position_bytes |
LFG context holding the 521-word circular buffer and byte position.
| uint32_t ngc_lfg_ctx::buffer[521] |
Definition at line 43 of file lfg.h.
Referenced by aaruf_read_sector_tag(), lfg_backward(), lfg_forward(), lfg_initialize(), lfg_reinitialize(), ngc_lfg_get_bytes(), ngc_lfg_get_seed(), and ngc_lfg_set_seed().
| size_t ngc_lfg_ctx::position_bytes |
Definition at line 44 of file lfg.h.
Referenced by ngc_lfg_get_bytes(), ngc_lfg_get_seed(), and ngc_lfg_set_seed().