Searched refs:END_PROCESS (Results 1 - 2 of 2) sorted by relevance
/third_party/lz4/programs/ |
H A D | lz4io.c | 117 #define END_PROCESS(error, ...) \ macro 151 if (!ret) END_PROCESS(21, "Allocation error : not enough memory"); in LZ4IO_defaultPreferences() 429 END_PROCESS(20, "%s : open file error ", input_filename); in LZ4IO_compressFilename_Legacy() 434 END_PROCESS(20, "%s : open file error ", input_filename); in LZ4IO_compressFilename_Legacy() 441 END_PROCESS(21, "Allocation error : not enough memory"); in LZ4IO_compressFilename_Legacy() 446 END_PROCESS(22, "Write error : cannot write header"); in LZ4IO_compressFilename_Legacy() 469 END_PROCESS(24, "Write error : cannot write compressed block"); in LZ4IO_compressFilename_Legacy() 471 if (ferror(finput)) END_PROCESS(24, "Error while reading %s ", input_filename); in LZ4IO_compressFilename_Legacy() 566 if (!circularBuf) END_PROCESS(25, "Allocation error : not enough memory for circular buffer"); in LZ4IO_createDict() 567 if (!dictFilename) END_PROCESS(2 in LZ4IO_createDict() [all...] |
H A D | bench.c | 106 #define END_PROCESS(error, ...) \ macro 375 END_PROCESS(31, "allocation error : not enough memory"); in BMK_benchMem() 385 END_PROCESS(1, "allocation error - decompression state"); in BMK_benchMem() 466 if (LZ4_isError(rSize)) END_PROCESS(1, "LZ4 compression failed"); in BMK_benchMem() 525 END_PROCESS(2, "error during decoding"); in BMK_benchMem() 674 if (f==NULL) END_PROCESS(10, "impossible to open file %s", fileNamesTable[n]); in BMK_loadFiles() 681 if (readSize != (size_t)fileSize) END_PROCESS(11, "could not read %s", fileNamesTable[n]); in BMK_loadFiles() 688 if (totalSize == 0) END_PROCESS(12, "no data to bench"); in BMK_loadFiles() 701 if (!fileSizes) END_PROCESS(12, "not enough memory for fileSizes"); in BMK_benchFileTable() 705 if (benchedSize==0) END_PROCESS(1 in BMK_benchFileTable() [all...] |
Completed in 4 milliseconds