Searched refs:delay (Results 1 - 25 of 409) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20030330-1.c5 static void usb_hub_port_wait_reset(unsigned int delay) argument
8 for (delay_time = 0; delay_time < 500; delay_time += delay) {
9 if (__builtin_constant_p(delay))
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/torture/
H A Dpragma-isr2.c13 delay (int a) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/h8300/
H A Dpragma-isr2.c13 delay (int a) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpragma-isr-trap-exit.c16 delay (int a) function
H A Dattr-isr-nosave_low_regs.c29 delay (int a) function
H A Dattr-isr-trap_exit.c22 void delay function
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dsubr.h17 delay (unsigned long *d_o, unsigned long delay) argument
25 while (ticks < delay)
32 delay2 (unsigned long *d_o, unsigned long delay, unsigned long tid) argument
40 while (ticks < delay)
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Drm7000.s5 mthi $8 # No delay needed
H A Dmicromips-warn-branch-delay.l2 .*:8: Warning: wrong size instruction in a 16-bit branch delay slot
3 .*:10: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:12: Warning: wrong size instruction in a 16-bit branch delay slot
5 .*:14: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:16: Warning: wrong size instruction in a 16-bit branch delay slot
7 .*:18: Warning: wrong size instruction in a 16-bit branch delay slot
8 .*:20: Warning: wrong size instruction in a 16-bit branch delay slot
H A Dmicromips-size-1.l2 .*:58: Warning: wrong size instruction in a 32-bit branch delay slot
3 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:72: Warning: wrong size instruction in a 16-bit branch delay slot
5 .*:74: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:76: Warning: wrong size instruction in a 32-bit branch delay slot
7 .*:78: Warning: wrong size instruction in a 32-bit branch delay slot
8 .*:90: Warning: wrong size instruction in a 32-bit branch delay slot
9 .*:98: Warning: wrong size instruction in a 32-bit branch delay slot
10 .*:100: Warning: wrong size instruction in a 32-bit branch delay slot
H A Dmips-gp64-fp64.l2 .*:92: Warning: macro instruction expanded into multiple instructions in a branch delay slot
3 .*:96: Warning: macro instruction expanded into multiple instructions in a branch delay slot
4 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
H A Dn32-consec.s4 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
11 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
H A Dmicromips-branch-delay.l2 .*:17: Warning: wrong size instruction in a 16-bit branch delay slot
3 .*:19: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:21: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
5 .*:40: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:44: Warning: wrong size instruction in a 16-bit branch delay slot
7 .*:46: Warning: wrong size instruction in a 16-bit branch delay slot
8 .*:71: Warning: wrong size instruction in a 16-bit branch delay slot
9 .*:90: Warning: macro instruction expanded into multiple instructions in a branch delay slot
10 .*:92: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
11 .*:94: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slo
[all...]
H A Dld-zero-2.s5 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
H A Dld-zero-3.s7 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
H A Dld-zero-q.s5 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
H A Dld-zero-u.s6 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Drm7000.s5 mthi $8 # No delay needed
H A Dmips-gp64-fp32.l2 .*:92: Warning: Macro instruction expanded into multiple instructions in a branch delay slot
3 .*:96: Warning: Macro instruction expanded into multiple instructions in a branch delay slot
4 .*:100: Warning: Macro instruction expanded into multiple instructions in a branch delay slot
H A Dmips-gp64-fp64.l2 .*:92: Warning: Macro instruction expanded into multiple instructions in a branch delay slot
3 .*:96: Warning: Macro instruction expanded into multiple instructions in a branch delay slot
4 .*:100: Warning: Macro instruction expanded into multiple instructions in a branch delay slot
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/avr/torture/
H A Dbuiltins-error.c8 void delay (long a) function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/shared_future/members/
H A Dwait_for.cc39 std::chrono::milliseconds delay(100);
41 VERIFY( f1.wait_for(delay) == std::future_status::timeout );
42 VERIFY( f2.wait_for(delay) == std::future_status::timeout );
47 VERIFY( f1.wait_for(delay) == std::future_status::ready );
48 VERIFY( f2.wait_for(delay) == std::future_status::ready );
49 VERIFY( std::chrono::system_clock::now() < (before + 2*delay) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dswap.cc38 auto delay = std::chrono::milliseconds(1); local
39 VERIFY( p1.get_future().wait_for(delay) == std::future_status::timeout );
40 VERIFY( p2.get_future().wait_for(delay) == std::future_status::ready );
H A Dset_value3.cc44 auto delay = std::chrono::milliseconds(1); variable
49 VERIFY (fglobal.wait_for(delay) == std::future_status::timeout);
56 VERIFY (fglobal.wait_for(delay) == std::future_status::timeout);
63 VERIFY (fglobal.wait_for(delay) == std::future_status::timeout);
73 VERIFY (fglobal.wait_for(delay) == std::future_status::ready);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/future/members/
H A Dwait_for.cc38 std::chrono::milliseconds delay(100);
40 VERIFY( f1.wait_for(delay) == std::future_status::timeout );
45 VERIFY( f1.wait_for(delay) == std::future_status::ready );
46 VERIFY( std::chrono::system_clock::now() < (before + delay) );

Completed in 222 milliseconds

1234567891011>>