Searched refs:passes (Results 1 - 25 of 200) sorted by relevance

12345678

/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dallocfail.sh68 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
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dallocfail.sh68 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
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dallocfail.sh68 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
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DFilterExp.h39 passes () function in class:FilterExp
41 return expr ? expr->passes (ctx) : true;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DFilterExp.h39 passes () function in class:FilterExp
41 return expr ? expr->passes (ctx) : true;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dattach-into-signal.exp50 # Run 2 passes of the test.
57 set passes 1
58 while { $passes < 3 && $attempt <= $attempts } {
59 set test "attach (pass $passes), pending signal catch"
65 set passes [expr $passes + 1]
95 set passes [expr $passes + 1]
105 if {$passes < 3} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dattach-into-signal.exp46 # 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} {
/netbsd-current/external/bsd/kyua-cli/dist/bootstrap/
H A Datf_helpers.cpp43 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);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/release/
H A DfindRegressions-simple.py68 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:
142 print(passes['compile state'])
144 if len(passes['exec state']) != 0:
146 print(passes['exec state'])
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgdb-sigterm.exp92 set passes 50
94 for {set pass 0} {$pass < $passes} {incr pass} {
101 gdb_assert {$pass == $passes} "$passes SIGTERM passes"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgdb-sigterm.exp89 set passes 50
91 for {set pass 0} {$pass < $passes} {incr pass} {
100 gdb_assert {$pass == $passes} "$passes SIGTERM passes"
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dscript.exp49 set passes 1
66 set passes 0
73 set passes 0
80 set passes 0
86 set passes 0
93 set passes 0
100 set passes 0
103 if { $passes } {
/netbsd-current/external/mpl/bind/dist/bin/tests/system/zero/
H A Dtests.sh37 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"
/netbsd-current/usr.sbin/timed/timed/
H A Dcorrect.c119 static int passes = 0; local
162 if (passes > 1
165 passes = 0;
/netbsd-current/external/gpl3/gcc/dist/contrib/regression/
H A Dobjs-gcc.sh58 PASSES=$STATE/passes
70 # everything always passes, without running any tests.
H A Dbtest-gcc.sh28 # --add-passes-despite-regression:
34 --add-passes-despite-regression)
84 PASSES=$STATE/passes
96 # everything always passes, without running any tests.
217 # --add-passes-despite-regression, is to *add* them to previous
/netbsd-current/external/gpl3/gcc.old/dist/contrib/regression/
H A Dobjs-gcc.sh58 PASSES=$STATE/passes
70 # everything always passes, without running any tests.
H A Dbtest-gcc.sh28 # --add-passes-despite-regression:
34 --add-passes-despite-regression)
84 PASSES=$STATE/passes
96 # everything always passes, without running any tests.
217 # --add-passes-despite-regression, is to *add* them to previous
/netbsd-current/external/apache2/llvm/dist/clang/docs/tools/
H A Dgenerate_formatted_state.py70 - {style}`{passes}`
139 passes=file_pass,
153 passes=total_files_pass,
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-dot-makeflags.mk4 # command line arguments and passes them on to any child processes via
/netbsd-current/external/apache2/argon2/dist/phc-winner-argon2/src/
H A Dcore.h66 * Argon2 instance: memory pointer, number of passes, amount of memory, type,
74 uint32_t passes; /* Number of passes */ member in struct:Argon2_instance_t
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dstatistics.c237 gcc::pass_manager *passes = g->get_passes (); local
246 && passes->get_pass_for_id (i) != NULL)
249 (passes->get_pass_for_id (i));
H A Dpasses.c21 It parses command args, opens files, invokes the various passes
74 /* Most passes are single-instance (within their context) and thus don't
75 need to implement cloning, but passes that support multiple instances
153 /* Global variables used to communicate with passes. */
385 /* Once this pass (and its sub-passes) are complete, all functions
387 a tad early, since the sub-passes have not yet run, but since
388 none of the sub-passes are IPA passes and do not create new
390 of IPA passes that follow. */
822 /* For any passes tha
1805 pass_manager *passes = g->get_passes (); local
1824 pass_manager *passes = g->get_passes (); local
2668 pass_manager *passes = g->get_passes (); local
2800 pass_manager *passes = g->get_passes (); local
2861 pass_manager *passes = g->get_passes (); local
2915 pass_manager *passes = g->get_passes (); local
2993 pass_manager *passes = g->get_passes (); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dstatistics.cc237 gcc::pass_manager *passes = g->get_passes (); local
246 && passes->get_pass_for_id (i) != NULL)
249 (passes->get_pass_for_id (i));
H A Dpasses.cc21 It parses command args, opens files, invokes the various passes
74 /* Most passes are single-instance (within their context) and thus don't
75 need to implement cloning, but passes that support multiple instances
153 /* Global variables used to communicate with passes. */
385 /* Once this pass (and its sub-passes) are complete, all functions
387 a tad early, since the sub-passes have not yet run, but since
388 none of the sub-passes are IPA passes and do not create new
390 of IPA passes that follow. */
735 /* Pre-SLP scalar cleanup, it has several cleanup passes lik
1856 pass_manager *passes = g->get_passes (); local
1875 pass_manager *passes = g->get_passes (); local
2370 gcc::pass_manager *passes = g->get_passes (); local
2816 pass_manager *passes = g->get_passes (); local
2949 pass_manager *passes = g->get_passes (); local
3010 pass_manager *passes = g->get_passes (); local
3064 pass_manager *passes = g->get_passes (); local
3142 pass_manager *passes = g->get_passes (); local
[all...]

Completed in 556 milliseconds

12345678