Home
last modified time | relevance | path

Searched refs:exit_count (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/util/
H A Dfnrec.pl89 $exit_count = ( $exit_count + 0 );
91 if ( $entry_count >= $exit_count ) {
97 if ( $exit_count <= MAX_COMMON_BRACE ) {
98 $text .= " { }" x $exit_count;
100 $text .= " { } x ".$exit_count;
102 $entry_count -= $exit_count;
124 $exit_count -= $entry_count;
125 if ( $exit_count <= MAX_CLOSE_BRACE ) {
126 $text .= " }" x $exit_count;
128 $text .= " } x ".$exit_count;
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/util/
H A Dfnrec.pl89 $exit_count = ( $exit_count + 0 );
91 if ( $entry_count >= $exit_count ) {
97 if ( $exit_count <= MAX_COMMON_BRACE ) {
98 $text .= " { }" x $exit_count;
100 $text .= " { } x ".$exit_count;
102 $entry_count -= $exit_count;
124 $exit_count -= $entry_count;
125 if ( $exit_count <= MAX_CLOSE_BRACE ) {
126 $text .= " }" x $exit_count;
128 $text .= " } x ".$exit_count;
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/util/
H A Dfnrec.pl89 $exit_count = ( $exit_count + 0 );
91 if ( $entry_count >= $exit_count ) {
97 if ( $exit_count <= MAX_COMMON_BRACE ) {
98 $text .= " { }" x $exit_count;
100 $text .= " { } x ".$exit_count;
102 $entry_count -= $exit_count;
124 $exit_count -= $entry_count;
125 if ( $exit_count <= MAX_CLOSE_BRACE ) {
126 $text .= " }" x $exit_count;
128 $text .= " } x ".$exit_count;
[all …]
/dports/net/ipxe/ipxe-2265a65/src/util/
H A Dfnrec.pl89 $exit_count = ( $exit_count + 0 );
91 if ( $entry_count >= $exit_count ) {
97 if ( $exit_count <= MAX_COMMON_BRACE ) {
98 $text .= " { }" x $exit_count;
100 $text .= " { } x ".$exit_count;
102 $entry_count -= $exit_count;
124 $exit_count -= $entry_count;
125 if ( $exit_count <= MAX_CLOSE_BRACE ) {
126 $text .= " }" x $exit_count;
128 $text .= " } x ".$exit_count;
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/util/
H A Dfnrec.pl89 $exit_count = ( $exit_count + 0 );
91 if ( $entry_count >= $exit_count ) {
97 if ( $exit_count <= MAX_COMMON_BRACE ) {
98 $text .= " { }" x $exit_count;
100 $text .= " { } x ".$exit_count;
102 $entry_count -= $exit_count;
124 $exit_count -= $entry_count;
125 if ( $exit_count <= MAX_CLOSE_BRACE ) {
126 $text .= " }" x $exit_count;
128 $text .= " } x ".$exit_count;
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/util/
H A Dfnrec.pl89 $exit_count = ( $exit_count + 0 );
91 if ( $entry_count >= $exit_count ) {
97 if ( $exit_count <= MAX_COMMON_BRACE ) {
98 $text .= " { }" x $exit_count;
100 $text .= " { } x ".$exit_count;
102 $entry_count -= $exit_count;
124 $exit_count -= $entry_count;
125 if ( $exit_count <= MAX_CLOSE_BRACE ) {
126 $text .= " }" x $exit_count;
128 $text .= " } x ".$exit_count;
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/util/
H A Dfnrec.pl89 $exit_count = ( $exit_count + 0 );
91 if ( $entry_count >= $exit_count ) {
97 if ( $exit_count <= MAX_COMMON_BRACE ) {
98 $text .= " { }" x $exit_count;
100 $text .= " { } x ".$exit_count;
102 $entry_count -= $exit_count;
124 $exit_count -= $entry_count;
125 if ( $exit_count <= MAX_CLOSE_BRACE ) {
126 $text .= " }" x $exit_count;
128 $text .= " } x ".$exit_count;
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/util/
H A Dfnrec.pl89 $exit_count = ( $exit_count + 0 );
91 if ( $entry_count >= $exit_count ) {
97 if ( $exit_count <= MAX_COMMON_BRACE ) {
98 $text .= " { }" x $exit_count;
100 $text .= " { } x ".$exit_count;
102 $entry_count -= $exit_count;
124 $exit_count -= $entry_count;
125 if ( $exit_count <= MAX_CLOSE_BRACE ) {
126 $text .= " }" x $exit_count;
128 $text .= " } x ".$exit_count;
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Dfnrec.c60 uint16_t exit_count; member
120 ( entry->entry_count >= entry->exit_count ) ) { in fnrec_append()
130 entry->exit_count = 0; in fnrec_append()
149 if ( ( entry->entry_count == 0 ) && ( entry->exit_count == 0 ) ) in fnrec_dump()
153 entry->entry_count + entry->exit_count ); in fnrec_dump()
155 entry->entry_count, entry->exit_count ); in fnrec_dump()
203 entry->exit_count++; in __cyg_profile_func_exit()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/core/
H A Dfnrec.c60 uint16_t exit_count; member
120 ( entry->entry_count >= entry->exit_count ) ) { in fnrec_append()
130 entry->exit_count = 0; in fnrec_append()
149 if ( ( entry->entry_count == 0 ) && ( entry->exit_count == 0 ) ) in fnrec_dump()
153 entry->entry_count + entry->exit_count ); in fnrec_dump()
155 entry->entry_count, entry->exit_count ); in fnrec_dump()
203 entry->exit_count++; in __cyg_profile_func_exit()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/core/
H A Dfnrec.c60 uint16_t exit_count; member
120 ( entry->entry_count >= entry->exit_count ) ) { in fnrec_append()
130 entry->exit_count = 0; in fnrec_append()
149 if ( ( entry->entry_count == 0 ) && ( entry->exit_count == 0 ) ) in fnrec_dump()
153 entry->entry_count + entry->exit_count ); in fnrec_dump()
155 entry->entry_count, entry->exit_count ); in fnrec_dump()
203 entry->exit_count++; in __cyg_profile_func_exit()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/core/
H A Dfnrec.c60 uint16_t exit_count; member
120 ( entry->entry_count >= entry->exit_count ) ) { in fnrec_append()
130 entry->exit_count = 0; in fnrec_append()
149 if ( ( entry->entry_count == 0 ) && ( entry->exit_count == 0 ) ) in fnrec_dump()
153 entry->entry_count + entry->exit_count ); in fnrec_dump()
155 entry->entry_count, entry->exit_count ); in fnrec_dump()
203 entry->exit_count++; in __cyg_profile_func_exit()
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Dfnrec.c60 uint16_t exit_count; member
120 ( entry->entry_count >= entry->exit_count ) ) { in fnrec_append()
130 entry->exit_count = 0; in fnrec_append()
149 if ( ( entry->entry_count == 0 ) && ( entry->exit_count == 0 ) ) in fnrec_dump()
153 entry->entry_count + entry->exit_count ); in fnrec_dump()
155 entry->entry_count, entry->exit_count ); in fnrec_dump()
203 entry->exit_count++; in __cyg_profile_func_exit()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/core/
H A Dfnrec.c60 uint16_t exit_count; member
120 ( entry->entry_count >= entry->exit_count ) ) { in fnrec_append()
130 entry->exit_count = 0; in fnrec_append()
149 if ( ( entry->entry_count == 0 ) && ( entry->exit_count == 0 ) ) in fnrec_dump()
153 entry->entry_count + entry->exit_count ); in fnrec_dump()
155 entry->entry_count, entry->exit_count ); in fnrec_dump()
203 entry->exit_count++; in __cyg_profile_func_exit()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Dfnrec.c60 uint16_t exit_count; member
120 ( entry->entry_count >= entry->exit_count ) ) { in fnrec_append()
130 entry->exit_count = 0; in fnrec_append()
149 if ( ( entry->entry_count == 0 ) && ( entry->exit_count == 0 ) ) in fnrec_dump()
153 entry->entry_count + entry->exit_count ); in fnrec_dump()
155 entry->entry_count, entry->exit_count ); in fnrec_dump()
203 entry->exit_count++; in __cyg_profile_func_exit()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/core/
H A Dfnrec.c60 uint16_t exit_count; member
120 ( entry->entry_count >= entry->exit_count ) ) { in fnrec_append()
130 entry->exit_count = 0; in fnrec_append()
149 if ( ( entry->entry_count == 0 ) && ( entry->exit_count == 0 ) ) in fnrec_dump()
153 entry->entry_count + entry->exit_count ); in fnrec_dump()
155 entry->entry_count, entry->exit_count ); in fnrec_dump()
203 entry->exit_count++; in __cyg_profile_func_exit()
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Dbytes1.c1409 exit_count = 1; in bytestream_interpret()
1424 exit_count = 1; in bytestream_interpret()
1439 exit_count = 1; in bytestream_interpret()
1507 exit_count = 1; in bytestream_interpret()
1516 exit_count = 1; in bytestream_interpret()
1557 exit_count = 1; in bytestream_interpret()
1588 exit_count = 1; in bytestream_interpret()
1622 exit_count = 1; in bytestream_interpret()
1658 exit_count = 1; in bytestream_interpret()
4799 exit_count = 1; in bytestream_interpret()
[all …]
/dports/devel/p5-AnyEvent-Subprocess/AnyEvent-Subprocess-1.102912/t/
H A Dwatchers-are-destroyed.t9 my $exit_count = 0;
13 on_completion => sub { ok $_[0]->is_success, 'process exited'; $exit_count++ },
24 is $exit_count, 3, 'exited 3 times';
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/rayon-core/src/thread_pool/
H A Dtest.rs102 let (exit_count, exit_handler) = count_handler(); in failed_thread_stack()
116 assert_eq!(start_count, wait_for_counter(exit_count)); in failed_thread_stack()
122 let (exit_count, exit_handler) = count_handler(); in panic_thread_name()
140 assert_eq!(5, wait_for_counter(exit_count)); in panic_thread_name()
/dports/games/dose-response/dose-response-179c326/cargo-crates/rayon-core-1.4.1/src/thread_pool/
H A Dtest.rs102 let (exit_count, exit_handler) = count_handler(); in failed_thread_stack()
116 assert_eq!(start_count, wait_for_counter(exit_count)); in failed_thread_stack()
122 let (exit_count, exit_handler) = count_handler(); in panic_thread_name()
140 assert_eq!(5, wait_for_counter(exit_count)); in panic_thread_name()
/dports/security/afl++/AFLplusplus-3.14c/unicorn_mode/samples/speedtest/c/
H A Dharness.c353 ssize_t exit_count = read_all_addrs("../target.offsets.main_ends", exits, exit_count_max); in main() local
354 if (exit_count < 1) { in main()
359 …"Starting to fuzz. Running from addr %ld to one of these %ld exits:\n", start_address, exit_count); in main()
360 for (ssize_t i = 0; i < exit_count; i++) { in main()
372 exit_count, // Count of end addresses in main()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/rayon-core-1.7.0/src/thread_pool/
H A Dtest.rs105 let (exit_count, exit_handler) = count_handler(); in failed_thread_stack()
119 assert_eq!(start_count, wait_for_counter(exit_count)); in failed_thread_stack()
125 let (exit_count, exit_handler) = count_handler(); in panic_thread_name()
143 assert_eq!(5, wait_for_counter(exit_count)); in panic_thread_name()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-rayon-core-0.3.1/src/thread_pool/
H A Dtest.rs105 let (exit_count, exit_handler) = count_handler(); in failed_thread_stack()
119 assert_eq!(start_count, wait_for_counter(exit_count)); in failed_thread_stack()
125 let (exit_count, exit_handler) = count_handler(); in panic_thread_name()
143 assert_eq!(5, wait_for_counter(exit_count)); in panic_thread_name()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rayon-core-1.7.0/src/thread_pool/
H A Dtest.rs105 let (exit_count, exit_handler) = count_handler(); in failed_thread_stack()
119 assert_eq!(start_count, wait_for_counter(exit_count)); in failed_thread_stack()
125 let (exit_count, exit_handler) = count_handler(); in panic_thread_name()
143 assert_eq!(5, wait_for_counter(exit_count)); in panic_thread_name()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/rayon-core-1.6.0/src/thread_pool/
H A Dtest.rs105 let (exit_count, exit_handler) = count_handler(); in failed_thread_stack()
119 assert_eq!(start_count, wait_for_counter(exit_count)); in failed_thread_stack()
125 let (exit_count, exit_handler) = count_handler(); in panic_thread_name()
143 assert_eq!(5, wait_for_counter(exit_count)); in panic_thread_name()

1234567891011