|
gem5
v21.0.1.0
|
A compressed value contains its encoding, and the compressed data itself. More...
#include <frequent_values.hh>
Public Member Functions | |
| CompressedValue (Encoder::Code _code, uint64_t _value) | |
Public Attributes | |
| Encoder::Code | code |
| The codeword. More... | |
| uint64_t | value |
| Original value, stored both for when the codeword marks an uncompressed entry, and to verify correctness. More... | |
A compressed value contains its encoding, and the compressed data itself.
Definition at line 197 of file frequent_values.hh.
|
inline |
Definition at line 208 of file frequent_values.hh.
| Encoder::Code Compressor::FrequentValues::CompData::CompressedValue::code |
The codeword.
Definition at line 200 of file frequent_values.hh.
| uint64_t Compressor::FrequentValues::CompData::CompressedValue::value |
Original value, stored both for when the codeword marks an uncompressed entry, and to verify correctness.
Definition at line 206 of file frequent_values.hh.