Home
last modified time | relevance | path

Searched refs:DISPLAY (Results 1 – 25 of 121) sorted by relevance

12345

/external/lz4/programs/
Dlz4cli.c71 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
72 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
80 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
104 DISPLAY( "Usage : \n"); in usage()
105 DISPLAY( " %s [arg] [input] [output] \n", exeName); in usage()
106 DISPLAY( "\n"); in usage()
107 DISPLAY( "input : a filename \n"); in usage()
108 DISPLAY( " with no FILE, or when FILE is - or %s, read standard input\n", stdinmark); in usage()
109 DISPLAY( "Arguments : \n"); in usage()
110 DISPLAY( " -1 : Fast compression (default) \n"); in usage()
[all …]
Dbench.c90 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
91 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
96 { g_time = clock(); DISPLAY(__VA_ARGS__); \
108 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
303 DISPLAY("LZ4_decompress_safe() failed on block %u \n", blockNb); in BMK_benchMem()
332DISPLAY("\n!!! WARNING !!! %17s : Invalid Checksum : %x != %x \n", displayName, (unsigned)crcOri… in BMK_benchMem()
337 DISPLAY("Decoding error at pos %u ", (U32)u); in BMK_benchMem()
344 DISPLAY("(block %u, sub %u, pos %u) \n", segNb, bNb, pos); in BMK_benchMem()
348 DISPLAY("no difference detected\n"); in BMK_benchMem()
359DISPLAY("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s (param=%d)\n", cLevel, (int)cSize, ratio, cSp… in BMK_benchMem()
[all …]
/external/zstd/tests/
Dlegacy.c30 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
46 DISPLAY("ERROR: Not enough memory!\n"); in testSimpleAPI()
54 DISPLAY("ERROR: Invalid frame magic number, was this compiled " in testSimpleAPI()
57 DISPLAY("ERROR: %s\n", ZSTD_getErrorName(ret)); in testSimpleAPI()
62 DISPLAY("ERROR: Wrong decoded size\n"); in testSimpleAPI()
66 DISPLAY("ERROR: Wrong decoded output produced\n"); in testSimpleAPI()
71 DISPLAY("Simple API OK\n"); in testSimpleAPI()
87 DISPLAY("ERROR: Could not allocate memory\n"); in testStreamingAPI()
91 DISPLAY("ERROR: Could not create dstream\n"); in testStreamingAPI()
101 DISPLAY("ERROR: ZSTD_initDStream: %s\n", ZSTD_getErrorName(ret)); in testStreamingAPI()
[all …]
Ddatagencli.c35 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
36 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
45 DISPLAY( "Compressible data generator\n"); in usage()
46 DISPLAY( "Usage :\n"); in usage()
47 DISPLAY( " %s [args]\n", programName); in usage()
48 DISPLAY( "\n"); in usage()
49 DISPLAY( "Arguments :\n"); in usage()
50 DISPLAY( " -g# : generate # data (default:%i)\n", SIZE_DEFAULT); in usage()
51 DISPLAY( " -s# : Select seed (default:%i)\n", SEED_DEFAULT); in usage()
52 DISPLAY( " -P# : Select compressibility in %% (default:%i%%)\n", in usage()
[all …]
Dfullbench.c62 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
366 DISPLAY("local_ZSTD_compressContinue_extDict error : %s\n", in local_ZSTD_compressContinue_extDict()
483 DISPLAY("\nError: not enough memory!\n"); in benchMem()
546DISPLAY("ZSTD_decodeLiteralsBlock : impossible to test on this sample (not compressible)\n"); in benchMem()
571DISPLAY("ZSTD_decodeSeqHeaders : impossible to test on this sample (not compressible)\n"); in benchMem()
639 DISPLAY("ERROR benchmarking function ! ! \n"); in benchMem()
647 DISPLAY("\r%2u#%-29.29s:%8.1f MB/s (%8u) ", in benchMem()
657 DISPLAY("\n"); in benchMem()
676 if (!origBuff) { DISPLAY("\nError: not enough memory!\n"); return 12; } in benchSample()
682 DISPLAY("\r%70s\r", ""); in benchSample()
[all …]
Dzbufftest.c59 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
60 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
68 { g_displayClock = UTIL_getTime(); DISPLAY(__VA_ARGS__); \
138 DISPLAY("Not enough memory, aborting\n"); in basicUnitTests()
236 DISPLAY("Error detected in Unit tests ! \n"); in basicUnitTests()
264 #define CHECK(cond, ...) if (cond) { DISPLAY("Error => "); DISPLAY(__VA_ARGS__); \
265 DISPLAY(" (seed %u, test nb %u) \n", seed, testNb); goto _output_error; }
452 DISPLAY("\r%u fuzzer tests completed \n", testNb); in fuzzerTests()
478 DISPLAY( "Usage :\n"); in FUZ_usage()
479 DISPLAY( " %s [args]\n", programName); in FUZ_usage()
[all …]
Dparamgrill.c55 #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()
[all …]
Ddecodecorpus.c47 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
48 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
56 DISPLAY(__VA_ARGS__); \
67 DISPLAY("Error occurred while generating data: %s\n", \
1262 DISPLAY("Error: could not allocate space for samples\n"); in genRandomDict()
1286 DISPLAY("Error: dictionary size is too small\n"); in genRandomDict()
1306 DISPLAY("Could not finalize dictionary: %s\n", ZDICT_getErrorName(dictWriteSize)); in genRandomDict()
1486 DISPLAY("Error in block mode on test seed %u: %s\n", in runBlockTest()
1494 DISPLAY("Error in block mode with dictionary on test seed %u: %s\n", in runBlockTest()
1512 DISPLAY("Error in simple mode on test seed %u: %s\n", in runFrameTest()
[all …]
/external/lz4/tests/
Ddatagencli.c51 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
52 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
61 DISPLAY( "Compressible data generator\n"); in usage()
62 DISPLAY( "Usage :\n"); in usage()
63 DISPLAY( " %s [size] [args]\n", programName); in usage()
64 DISPLAY( "\n"); in usage()
65 DISPLAY( "Arguments :\n"); in usage()
66 DISPLAY( " -g# : generate # data (default:%i)\n", SIZE_DEFAULT); in usage()
67 DISPLAY( " -s# : Select seed (default:%i)\n", SEED_DEFAULT); in usage()
68 DISPLAY( " -P# : Select compressibility in %% (default:%i%%)\n", COMPRESSIBILITY_DEFAULT); in usage()
[all …]
Dfullbench.c91 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
92 #define PROGRESS(...) g_noPrompt ? 0 : DISPLAY(__VA_ARGS__)
110 DISPLAY("-Using Block Size of %i KB-\n", g_chunkSize>>10); in BMK_setBlocksize()
116 DISPLAY("- %i iterations -\n", g_nbIterations); in BMK_setNbIterations()
346 if (result!=0) { DISPLAY("Error decompressing frame : unfinished frame \n"); exit(8); } in local_LZ4F_decompress()
347 …if (srcSize != (size_t)inSize) { DISPLAY("Error decompressing frame : read size incorrect \n"); ex… in local_LZ4F_decompress()
376 DISPLAY("Error decompressing frame : must read (%u) full frame (%u) \n", in local_LZ4F_decompress_followHint()
393 if (LZ4F_isError(errorCode)) { DISPLAY("dctx allocation issue \n"); return 10; } } in fullSpeedBench()
411 if (inFile==NULL) { DISPLAY( "Pb opening %s\n", inFileName); return 11; } in fullSpeedBench()
415 if (inFileSize==0) { DISPLAY( "file is empty\n"); fclose(inFile); return 11; } in fullSpeedBench()
[all …]
DcheckFrame.c65 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
66 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
74 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
213 DISPLAY( "Usage :\n"); in FUZ_usage()
214 DISPLAY( " %s [args] filename\n", programName); in FUZ_usage()
215 DISPLAY( "\n"); in FUZ_usage()
216 DISPLAY( "Arguments :\n"); in FUZ_usage()
217 DISPLAY( " -b# : expected blocksizeID [4-7] (required)\n"); in FUZ_usage()
218 DISPLAY( " -B# : expected blocksize [32-4194304] (required)\n"); in FUZ_usage()
219 DISPLAY( " -v : verbose\n"); in FUZ_usage()
[all …]
Dframetest.c84 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
85 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
88 { g_clockTime = clock(); DISPLAY(__VA_ARGS__); \
190 DISPLAY("allocation error, not enough memory to start fuzzer tests \n"); in basicTests()
264DISPLAY("%u bytes missing != %u bytes requested \n", (U32)missingBytes, (U32)decResult); in basicTests()
275 if (op>oend) { DISPLAY("decompression write overflow \n"); goto _output_error; } in basicTests()
750 DISPLAY("Basic tests completed \n"); in basicTests()
761 DISPLAY("Error detected ! \n"); in basicTests()
774 DISPLAY("locateBuffDiff: looking for error position \n"); in locateBuffDiff()
776 DISPLAY("mode %i: non-contiguous output (%u bytes), cannot search \n", in locateBuffDiff()
[all …]
Dfuzzer.c94 #define DISPLAY(...) fprintf(stdout, __VA_ARGS__) macro
95 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
115 DISPLAY("\r%5u ", testNb); in FUZ_displayUpdate()
189 DISPLAY("Overflow tests : "); in FUZ_AddressOverflow()
193 DISPLAY("64 bits mode : no overflow \n"); in FUZ_AddressOverflow()
202 DISPLAY("not enough memory for tests \n"); in FUZ_AddressOverflow()
207 DISPLAY("%3i \b\b\b\b", nbBuff); fflush(stdout); in FUZ_AddressOverflow()
212 DISPLAY("high address detected : "); in FUZ_AddressOverflow()
228 if (r>0) { DISPLAY("LZ4_decompress_safe = %i \n", r); goto _overflowError; } in FUZ_AddressOverflow()
234 if (r>0) { DISPLAY("LZ4_decompress_safe = %i \n", r); goto _overflowError; } in FUZ_AddressOverflow()
[all …]
/external/libcups/examples/
Dget-jobs.test25 DISPLAY job-id
26 DISPLAY job-state
27 DISPLAY job-name
28 DISPLAY job-originating-user-name
29 DISPLAY job-impressions
30 DISPLAY job-impressions-completed
31 DISPLAY job-media-sheets
32 DISPLAY job-media-sheets-completed
Dget-completed-jobs.test26 DISPLAY job-id
27 DISPLAY job-state
28 DISPLAY job-name
29 DISPLAY job-originating-user-name
30 DISPLAY job-media-sheets-completed
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c75 #define DISPLAY(...) fprintf(displayOut, __VA_ARGS__) macro
76 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
82 { g_time = clock(); DISPLAY(__VA_ARGS__); \
94 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); }
400 DISPLAY("ZSTD_decompress_usingDDict() failed on block %u : %s \n", in BMK_benchMem()
522DISPLAY("!!! WARNING !!! %14s : Invalid Checksum : %x != %x \n", displayName, (unsigned)crcOrig,… in BMK_benchMem()
527 DISPLAY("Decoding error at pos %u ", (unsigned)u); in BMK_benchMem()
534 DISPLAY("(block %u, sub %u, pos %u) \n", segNb, bNb, pos); in BMK_benchMem()
538 DISPLAY("no difference detected\n"); in BMK_benchMem()
549DISPLAY("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s (param=%d)\n", cLevel, (int)cSize, ratio, cSp… in BMK_benchMem()
[all …]
/external/zstd/programs/
Dbenchzstd.c70 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
71 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
79 { g_displayClock = UTIL_getTime(); DISPLAY(__VA_ARGS__); \
89 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); }
103 DISPLAY("Error : "); \
104 DISPLAY("%s failed : %s", \
106 DISPLAY(" \n"); \
500 DISPLAY("!!! WARNING !!! %14s : Invalid Checksum : %x != %x \n", in BMK_benchMemAdvancedNoAlloc()
506 DISPLAY("Decoding error at pos %u ", (unsigned)u); in BMK_benchMemAdvancedNoAlloc()
513 DISPLAY("(sample %u, block %u, pos %u) \n", segNb, bNb, pos); in BMK_benchMemAdvancedNoAlloc()
[all …]
Dzstdcli.c101 #define DISPLAY(...) DISPLAY_F(stderr, __VA_ARGS__) macro
102 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } }
254 DISPLAY("Press enter to continue... \n"); in waitEnter()
278 DISPLAY("%s \n", msg); exit(1); in errorOut()
661 DISPLAY("error: missing command argument \n"); \
667 DISPLAY("error: command cannot be separated from its argument by another command \n"); \
759 … if ((filenames==NULL) || (file_of_names==NULL)) { DISPLAY("zstd: allocation error \n"); exit(1); } in main()
1152 DISPLAY("file information is not supported \n"); in main()
1270 DISPLAY("error : can't use --show-default-cparams in decomrpession mode \n"); in main()
1276 DISPLAY("error : can't use -D and --patch-from=# at the same time \n"); in main()
[all …]
Ddibio.c57 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
58 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
65 { g_displayClock = UTIL_getTime(); DISPLAY(__VA_ARGS__); \
74 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
78 DISPLAY("Error %i : ", error); \
79 DISPLAY(__VA_ARGS__); \
80 DISPLAY("\n"); \
/external/python/cpython2/Tools/compiler/
Dcompile.py10 DISPLAY = 0
25 DISPLAY = 1
38 profile.run('compileFile(%r, %r)' % (filename, DISPLAY),
41 compileFile(filename, DISPLAY)
/external/libchrome/mojo/public/cpp/base/
Dthread_priority_mojom_traits.cc18 case base::ThreadPriority::DISPLAY: in ToMojom()
19 return mojo_base::mojom::ThreadPriority::DISPLAY; in ToMojom()
38 case mojo_base::mojom::ThreadPriority::DISPLAY: in FromMojom()
39 *out = base::ThreadPriority::DISPLAY; in FromMojom()
/external/libcxx/test/support/
Dverbose_assert.h196 #define DISPLAY(...) " " #__VA_ARGS__ " = " << (__VA_ARGS__) << "\n"
203 ASSERT(LHS == RHS) << DISPLAY(LHS) << DISPLAY(RHS)
205 ASSERT(LHS != RHS) << DISPLAY(LHS) << DISPLAY(RHS)
207 ASSERT(PRED(LHS, RHS)) << DISPLAY(LHS) << DISPLAY(RHS)
/external/selinux/sandbox/
DsandboxX.sh24 export DISPLAY=:$D
27 DISPLAY=$DISPLAY "\$@"
/external/zstd/contrib/largeNbDicts/
DlargeNbDicts.c61 #define DISPLAY(...) fprintf(stdout, __VA_ARGS__) macro
62 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } }
711 DISPLAY("Compression Speed : %.1f MB/s \r", bestSpeed); in benchMem()
713 DISPLAY("Decompression Speed : %.1f MB/s \r", bestSpeed); in benchMem()
718 DISPLAY("\n"); in benchMem()
916 DISPLAY (" \n"); in usage()
917 DISPLAY (" %s [Options] filename(s) \n", exeName); in usage()
918 DISPLAY (" \n"); in usage()
919 DISPLAY ("Options : \n"); in usage()
920 DISPLAY ("-z : benchmark compression (default) \n"); in usage()
[all …]
/external/webrtc/modules/video_processing/util/
Dnoise_estimation.cc55 #if DISPLAY in UpdateNoiseLevel()
67 #if DISPLAY in UpdateNoiseLevel()
92 #if DISPLAY in UpdateNoiseLevel()

12345