| /src/external/gpl3/gcc/dist/gcc/config/cris/ |
| t-cris | 28 PASSES_EXTRA += $(srcdir)/config/cris/cris-passes.def
|
| /src/external/gpl3/gcc.old/dist/gcc/config/cris/ |
| t-cris | 28 PASSES_EXTRA += $(srcdir)/config/cris/cris-passes.def
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| allocfail.sh | 68 passes=0 82 # subsequent passes, and drop back to step 1 once we encounter another 85 passes=$(($passes + 1)) 86 if [ $passes -ge 10 ]; then 88 passes=0 91 passes=0
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| allocfail.sh | 68 passes=0 82 # subsequent passes, and drop back to step 1 once we encounter another 85 passes=$(($passes + 1)) 86 if [ $passes -ge 10 ]; then 88 passes=0 91 passes=0
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| allocfail.sh | 68 passes=0 82 # subsequent passes, and drop back to step 1 once we encounter another 85 passes=$(($passes + 1)) 86 if [ $passes -ge 10 ]; then 88 passes=0 91 passes=0
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| allocfail.sh | 68 passes=0 82 # subsequent passes, and drop back to step 1 once we encounter another 85 passes=$(($passes + 1)) 86 if [ $passes -ge 10 ]; then 88 passes=0 91 passes=0
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| FilterExp.h | 39 passes () function in class:FilterExp 41 return expr ? expr->passes (ctx) : true;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| FilterExp.h | 39 passes () function in class:FilterExp 41 return expr ? expr->passes (ctx) : true;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| attach-into-signal.exp | 46 # Run 2 passes of the test. 53 set passes 1 54 while { $passes < 3 && $attempt <= $attempts } { 55 set test "attach (pass $passes), pending signal catch" 61 set passes [expr $passes + 1] 91 set passes [expr $passes + 1] 101 if {$passes < 3} {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| attach-into-signal.exp | 46 # Run 2 passes of the test. 53 set passes 1 54 while { $passes < 3 && $attempt <= $attempts } { 55 set test "attach (pass $passes), pending signal catch" 61 set passes [expr $passes + 1] 91 set passes [expr $passes + 1] 101 if {$passes < 3} {
|
| /src/external/bsd/kyua-cli/dist/bootstrap/ |
| atf_helpers.cpp | 43 ATF_TEST_CASE_WITHOUT_HEAD(passes); variable 44 ATF_TEST_CASE_BODY(passes) 62 enabled = "fails passes skips"; 68 if (enabled.find("passes") != std::string::npos) 69 ATF_ADD_TEST_CASE(tcs, passes);
|
| /src/external/apache2/llvm/dist/llvm/utils/release/ |
| findRegressions-simple.py | 68 passes = {} 73 passes[x] = '' 92 passes[x] += t + "\n" 106 passes[x] += t + "\n" 112 passes[x] += t + "\n" 140 if len(passes['compile state']) != 0: 141 print('NEW PASSES: Compilation') 142 print(passes['compile state']) 144 if len(passes['exec state']) != 0: 145 print('NEW PASSES: Execution' [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| gdb-sigterm.exp | 86 set passes 50 88 for {set pass 0} {$pass < $passes} {incr pass} { 97 gdb_assert {$pass == $passes} "$passes SIGTERM passes"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| gdb-sigterm.exp | 86 set passes 50 88 for {set pass 0} {$pass < $passes} {incr pass} { 97 gdb_assert {$pass == $passes} "$passes SIGTERM passes"
|
| /src/external/mpl/bind/dist/bin/tests/system/zero/ |
| tests.sh | 37 passes=10 43 while [ $i -lt $passes ]; do 96 echo_i "successfully completed pass $i of $passes" 127 passes=10 129 while [ $i -lt $passes ]; do 144 echo_i "successfully completed pass $i of $passes"
|
| /src/usr.sbin/timed/timed/ |
| correct.c | 119 static int passes = 0; local 162 if (passes > 1 165 passes = 0;
|
| /src/external/bsd/zstd/dist/lib/dictBuilder/ |
| cover.h | 73 * @param passes The target number of passes over the dmer corpus. 74 * More passes means a better dictionary. 77 U32 k, U32 passes);
|
| /src/usr.bin/make/unit-tests/ |
| varname-dot-makeflags.mk | 4 # command line arguments and passes them on to any child processes via
|
| /src/external/apache2/llvm/dist/clang/docs/tools/ |
| generate_formatted_state.py | 70 - {style}`{passes}` 139 passes=file_pass, 153 passes=total_files_pass,
|
| /src/external/gpl3/gcc/dist/contrib/regression/ |
| objs-gcc.sh | 56 # in PASSES, the list of testcases we expect to pass 57 PASSES=$STATE/passes 63 [ -f $PASSES ] || touch $PASSES 69 # everything always passes, without running any tests.
|
| btest-gcc.sh | 28 # --add-passes-despite-regression: 29 # Add new "PASSes" despite there being some regressions. 37 --add-passes-despite-regression) 91 # in PASSES, the list of testcases we expect to pass 92 PASSES=$STATE/passes 98 [ -f $PASSES ] || touch $PASSES 104 # everything always passes, without running any tests. 217 comm -12 $FAILED $PASSES >> $REGRESS || exit [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/regression/ |
| objs-gcc.sh | 57 # in PASSES, the list of testcases we expect to pass 58 PASSES=$STATE/passes 64 [ -f $PASSES ] || touch $PASSES 70 # everything always passes, without running any tests.
|
| btest-gcc.sh | 28 # --add-passes-despite-regression: 29 # Add new "PASSes" despite there being some regressions. 34 --add-passes-despite-regression) 83 # in PASSES, the list of testcases we expect to pass 84 PASSES=$STATE/passes 90 [ -f $PASSES ] || touch $PASSES 96 # everything always passes, without running any tests. 205 comm -12 $FAILED $PASSES >> $REGRESS || exit [all...] |
| /src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
| core.h | 66 * Argon2 instance: memory pointer, number of passes, amount of memory, type, 74 uint32_t passes; /* Number of passes */ member in struct:Argon2_instance_t
|
| /src/external/apache2/llvm/dist/llvm/utils/gn/build/ |
| write_library_dependencies.py | 25 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzmutate", "filecheck", "interfacestub", "irreader", "codegen", "selectiondag", "asmprinter", "mirparser", "globalisel", "binaryformat", "bitreader", "bitwriter", "bitstreamreader", "dwarflinker", "extensions", "frontendopenmp", "transformutils", "instrumentation", "aggressiveinstcombine", "instcombine", "scalaropts", "ipo", "vectorize", "objcarcopts", "coroutines", "cfguard", "linker", "analysis", "lto", "mc", "mcparser", "mcdisassembler", "mca", "object", "objectyaml", "option", "remarks", "debuginfodwarf", "debuginfogsym", "debuginfomsf", "debuginfocodeview", "debuginfopdb", "symbolize", "executionengine", "interpreter", "jitlink", "mcjit", "orcjit", "orcshared", "orctargetprocess", "runtimedyld", "target", "asmparser", "lineeditor", "profiledata", "coverage", "passes", "textapi", "dlltooldriver", "libdriver", "xray", "windowsmanifest"} }, 64 { "lto", "LLVMLTO", true, {"aggressiveinstcombine", "analysis", "binaryformat", "bitreader", "bitwriter", "codegen", "core", "extensions", "ipo", "instcombine", "linker", "mc", "objcarcopts", "object", "passes", "remarks", "scalaropts", "support", "target", "transformutils"} }, 77 { "orcjit", "LLVMOrcJIT", true, {"core", "executionengine", "jitlink", "object", "orcshared", "orctargetprocess", "mc", "passes", "runtimedyld", "support", "target", "transformutils"} }, 80 { "passes", "LLVMPasses", true, {"aggressiveinstcombine", "analysis", "core", "coroutines", "ipo", "instcombine", "objcarcopts", "scalaropts", "support", "target", "transformutils", "vectorize", "instrumentation"} },
|