HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_error_GENERIC (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/
zstd_errors.h 62 ZSTD_error_GENERIC = 1,
  /src/external/bsd/zstd/dist/programs/
dibio.c 386 { size_t dictSize = ZSTD_error_GENERIC;
  /src/external/bsd/zstd/dist/tests/
fuzzer.c 4143 if (strcmp("Unspecified error code", ZSTD_getErrorString((ZSTD_ErrorCode)(0-ZSTD_error_GENERIC))) != 0) goto _output_error;
4144 if (strcmp("Error (generic)", ZSTD_getErrorName((size_t)0-ZSTD_error_GENERIC)) != 0) goto _output_error;
4145 if (strcmp("Error (generic)", ZSTD_getErrorString(ZSTD_error_GENERIC)) != 0) goto _output_error;
4146 if (strcmp("No error detected", ZSTD_getErrorName(ZSTD_error_GENERIC)) != 0) goto _output_error;

Completed in 27 milliseconds