Home
last modified time | relevance | path

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

/external/zstd/contrib/diagnose_corruption/
Dcheck_flipped_bits.c41 int error_counts[ZSTD_error_maxCode];
65 for (error_code = 0; error_code < ZSTD_error_maxCode; error_code++) { in print_summary()
305 if (code >= ZSTD_error_maxCode) { in test_decompress()
/external/zstd/lib/common/
Dzstd_errors.h81ZSTD_error_maxCode = 120 /* never EVER use this value directly, it can change in future versions!… enumerator