MeterLogger
|
Data Fields | |
uint8_t | log_lvl |
uint8_t | window_sz2 |
uint8_t | lookahead_sz2 |
size_t | decoder_input_buffer_size |
Definition at line 631 of file test_heatshrink_dynamic.c.
size_t cfg_info::decoder_input_buffer_size |
Definition at line 635 of file test_heatshrink_dynamic.c.
Referenced by compress_and_expand_and_check(), data_with_simple_repetition_should_compress_and_decompress_properly(), data_without_duplication_should_match(), pseudorandom_data_should_match(), regression_backreference_counters_should_not_roll_over(), regression_index_fail(), sixty_four_k(), small_input_buffer_should_not_impact_decoder_correctness(), and SUITE().
uint8_t cfg_info::log_lvl |
Definition at line 632 of file test_heatshrink_dynamic.c.
Referenced by compress_and_expand_and_check(), data_with_simple_repetition_should_compress_and_decompress_properly(), data_without_duplication_should_match(), pseudorandom_data_should_match(), regression_backreference_counters_should_not_roll_over(), regression_index_fail(), sixty_four_k(), small_input_buffer_should_not_impact_decoder_correctness(), and SUITE().
uint8_t cfg_info::lookahead_sz2 |
Definition at line 634 of file test_heatshrink_dynamic.c.
Referenced by compress_and_expand_and_check(), data_with_simple_repetition_should_compress_and_decompress_properly(), data_without_duplication_should_match(), regression_backreference_counters_should_not_roll_over(), regression_index_fail(), sixty_four_k(), small_input_buffer_should_not_impact_decoder_correctness(), and SUITE().
uint8_t cfg_info::window_sz2 |
Definition at line 633 of file test_heatshrink_dynamic.c.
Referenced by compress_and_expand_and_check(), data_with_simple_repetition_should_compress_and_decompress_properly(), data_without_duplication_should_match(), regression_backreference_counters_should_not_roll_over(), regression_index_fail(), sixty_four_k(), small_input_buffer_should_not_impact_decoder_correctness(), and SUITE().