Home
last modified time | relevance | path

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

/external/zstd/programs/
Dbenchzstd.c91 #define RETURN_ERROR_INT(errorNum, ...) { \ macro
768 if (f==NULL) RETURN_ERROR_INT(10, "impossible to open file %s", fileNamesTable[n]); in BMK_loadFiles()
772 … if (readSize != (size_t)fileSize) RETURN_ERROR_INT(11, "could not read %s", fileNamesTable[n]); in BMK_loadFiles()
780 if (totalSize == 0) RETURN_ERROR_INT(12, "no data to bench"); in BMK_loadFiles()