Home
last modified time | relevance | path

Searched refs:current_total_output (Results 1 – 1 of 1) sorted by relevance

/external/zstd/doc/educational_decoder/
Dzstd_decompress.c288 size_t current_total_output; member
618 ctx->current_total_output += block_len; in decompress_data()
631 ctx->current_total_output += block_len; in decompress_data()
1239 size_t total_output = ctx->current_total_output; in execute_sequences()
1264 ctx->current_total_output = total_output; in execute_sequences()