HomeSort by: relevance | last modified time | path
    Searched defs:println (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/
macro-test.sh 14 println() { function
19 println "$@" 1>&2
26 println "Okay"
29 println "This test checks that the macro removal process worked as expected"
30 println "If this test fails, then freestanding.py wasn't able to remove one of these"
31 println "macros from the source code completely. You'll either need to rewrite the check"
32 println "or improve freestanding.py."
33 println ""
  /src/external/bsd/zstd/dist/tests/
playTests.sh 11 println "$@" 1>&2
50 println "roundTripTest: datagen $1 $proba | zstd -v$cLevel | zstd -d$dLevel"
71 println "fileRoundTripTest: datagen $1 $local_p > tmp && zstd -v$local_c -c tmp | zstd -d$local_d"
82 println() { function
164 println "\nZSTD_BIN is not set. Using the default value..."
170 println "\nDATAGEN_BIN is not set. Using the default value..."
180 println "\nStarting playTests.sh isWindows=$isWindows EXE_PREFIX='$EXE_PREFIX' ZSTD_BIN='$ZSTD_BIN' DATAGEN_BIN='$DATAGEN_BIN'"
192 println "\n===> simple tests "
198 println "test : basic compression "
203 println "test : basic decompression
    [all...]
test-variants.sh 18 println() { function
23 println "$@" 1>&2
115 println "Success!"
  /src/external/gpl3/gcc/dist/gcc/
graphviz.cc 52 graphviz_out::println (const char *fmt, ...) function in class:graphviz_out
  /src/external/gpl3/gcc.old/dist/gcc/
graphviz.cc 55 graphviz_out::println (const char *fmt, ...) function in class:graphviz_out
  /src/usr.bin/sdiff/
sdiff.c 56 static void println(const char *, const char, const char *);
499 println(const char *s1, const char divc, const char *s2) function
869 println(diffp->left, diffp->div, diffp->right);

Completed in 32 milliseconds