Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/tests/regression/
H A Dresult.c13 char const* result_get_error_string(result_t result) { in result_get_error_string() function
H A Dresult.h97 char const* result_get_error_string(result_t result);
H A Dtest.c276 tprintf(results, "%s\n", result_get_error_string(result)); in run_all()