Lines Matching refs:DISPLAY
55 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
57 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); }
161 DISPLAY("Error, not a valid param\n "); in rangeMap()
199 DISPLAY("Error, not a valid param\n "); in invRangeMap()
236 DISPLAY("Error, not a valid param\n "); in displayParamVal()
424 DISPLAY("INVALID PARAMETER CONSTRAINTS\n"); \
625 DISPLAY("Warning: parameter %s not in valid range, adjusting to ", in optimizerAdjustInput()
627 displayParamVal(stderr, v, newval, 0); DISPLAY("\n"); in optimizerAdjustInput()
641 DISPLAY("Warning: windowLog larger than src/block size, adjusted to %u\n", in optimizerAdjustInput()
657 DISPLAY("Warning: chainlog too much larger than windowLog size, adjusted to %u\n", in optimizerAdjustInput()
665 DISPLAY("Warning: hashlog too much larger than windowLog size, adjusted to %u\n", in optimizerAdjustInput()
673 DISPLAY("Warning: searchLog larger than chainLog, adjusted to %u\n", in optimizerAdjustInput()
909 DISPLAY("New Winner: \n"); in BMK_printWinnerOpt()
1172 DISPLAY("No data to bench\n"); in createBuffersFromMemory()
1190 DISPLAY("alloc error\n"); in createBuffersFromMemory()
1201 DISPLAY("alloc error\n"); in createBuffersFromMemory()
1251 DISPLAY("Nothing to Bench\n"); in createBuffers()
1266 DISPLAY("Ignoring %s directory... \n", fileNamesTable[n]); in createBuffers()
1270 DISPLAY("Cannot evaluate size of %s, ignoring ... \n", fileNamesTable[n]); in createBuffers()
1275 DISPLAY("impossible to open file %s\n", fileNamesTable[n]); in createBuffers()
1289 DISPLAY("could not read %s", fileNamesTable[n]); in createBuffers()
1336 DISPLAY("unable to open file\n"); in createContexts()
1342 DISPLAY("dictionary too large\n"); in createContexts()
1350 DISPLAY("unable to read file\n"); in createContexts()
1781 DISPLAY("Count: %d\n", bmcount); in benchMemo()
2010 if (f==NULL) { DISPLAY("error opening %s \n", rfName); exit(1); } in BMK_generate_cLevelTable()
2040 DISPLAY("grillParams operations completed \n"); in BMK_generate_cLevelTable()
2058 DISPLAY("Error during benchmarking\n"); in benchOnce()
2078 DISPLAY("Out of Memory\n"); in benchSample()
2085 DISPLAY("Buffer Creation Error\n"); in benchSample()
2091 DISPLAY("Context Creation Error\n"); in benchSample()
2097 DISPLAY("\r%79s\r", ""); in benchSample()
2098 DISPLAY("using %s %i%%: \n", name, (int)(compressibility*100)); in benchSample()
2123 DISPLAY("unable to load files\n"); in benchFiles()
2128 DISPLAY("unable to load dictionary\n"); in benchFiles()
2133 DISPLAY("\r%79s\r", ""); in benchFiles()
2135 DISPLAY("using %s : \n", fileNamesTable[0]); in benchFiles()
2137 DISPLAY("using %d Files : \n", nbFiles); in benchFiles()
2380 DISPLAY("unable to load files\n"); in optimizeForSize()
2385 DISPLAY("unable to load dictionary\n"); in optimizeForSize()
2403 DISPLAY("MemoTable Init Error\n"); in optimizeForSize()
2417 DISPLAY("Strictness Outside of Bounds\n"); in optimizeForSize()
2539 DISPLAY("No feasible solution found\n"); in optimizeForSize()
2579 DISPLAY("%s \n", msg); exit(1); in errorOut()
2634 DISPLAY( "Usage :\n"); in usage()
2635 DISPLAY( " %s [arg] file\n", exename); in usage()
2636 DISPLAY( "Arguments :\n"); in usage()
2637 …DISPLAY( " file : path to the file used as reference (if none, generates a compressible sample)\n"… in usage()
2638 DISPLAY( " -H/-h : Help (this text + advanced options)\n"); in usage()
2644 DISPLAY( "\nAdvanced options :\n"); in usage_advanced()
2645 DISPLAY( " -T# : set level 1 speed objective \n"); in usage_advanced()
2646 DISPLAY( " -B# : cut input into blocks of size # (default : single block) \n"); in usage_advanced()
2647 DISPLAY( " --optimize= : same as -O with more verbose syntax (see README.md)\n"); in usage_advanced()
2648 DISPLAY( " -S : Single run \n"); in usage_advanced()
2649 DISPLAY( " --zstd : Single run, parameter selection same as zstdcli \n"); in usage_advanced()
2650 …DISPLAY( " -P# : generated sample compressibility (default : %.1f%%) \n", COMPRESSIBILITY… in usage_advanced()
2651 …DISPLAY( " -t# : Caps runtime of operation in seconds (default : %u seconds (%.1f hours))… in usage_advanced()
2653 DISPLAY( " -v : Prints Benchmarking output\n"); in usage_advanced()
2654 DISPLAY( " -D : Next argument dictionary file\n"); in usage_advanced()
2655 DISPLAY( " -s : Separate Files\n"); in usage_advanced()
2661 DISPLAY("Wrong parameters\n"); in badusage()
2740 DISPLAY("invalid optimization parameter \n"); in main()
2745 DISPLAY("invalid --optimize= format\n"); in main()
2756 DISPLAY("invalid compression parameter \n"); in main()
2761 DISPLAY("invalid --zstd= format\n"); in main()
2794 DISPLAY("invalid parameter name parameter \n"); in main()
2799 DISPLAY("invalid --display format\n"); in main()
2887 DISPLAY("using %u KB block size \n", (unsigned)(g_blockSize>>10)); in main()
2912 DISPLAY("Dictionary file expected but not given : %d\n", i); in main()
2937 DISPLAY("Optimizer Expects File\n"); in main()
2947 if(result) { DISPLAY("Error on File %d", i); return result; } in main()
2950 if(result) { DISPLAY("Error on File %d", i); return result; } in main()