gem5 v24.0.0.0
|
#include <base.hh>
Public Attributes | |
uint64_t | code |
Only the LSB of the code are relevant. | |
unsigned | length |
Number of bits in the code. | |
uint64_t gem5::compression::encoder::Code::code |
Only the LSB of the code are relevant.
Definition at line 47 of file base.hh.
Referenced by gem5::compression::FrequentValues::compress(), gem5::compression::FrequentValues::decompress(), gem5::compression::encoder::Huffman::encode(), and gem5::compression::encoder::Huffman::generateCodes().
unsigned gem5::compression::encoder::Code::length |
Number of bits in the code.
Definition at line 49 of file base.hh.
Referenced by gem5::compression::FrequentValues::compress(), gem5::compression::FrequentValues::decompress(), gem5::compression::encoder::Huffman::encode(), and gem5::compression::encoder::Huffman::generateCodes().