Home
last modified time | relevance | path

Searched refs:delay_list (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/net/mosquitto/mosquitto-2.0.13/src/
H A Dwill_delay.c29 static struct will_delay_list *delay_list = NULL; variable
54 DL_INSERT_INORDER(delay_list, item, will_delay__cmp); in will_delay__add()
65 DL_FOREACH_SAFE(delay_list, item, tmp){ in will_delay__send_all()
66 DL_DELETE(delay_list, item); in will_delay__send_all()
82 DL_FOREACH_SAFE(delay_list, item, tmp){ in will_delay__check()
84 DL_DELETE(delay_list, item); in will_delay__check()
102 DL_DELETE(delay_list, mosq->will_delay_entry); in will_delay__remove()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dreorg.c1443 delay_list = add_to_delay_list (trial, delay_list); in steal_delay_list_from_fallthrough()
1765 delay_list = XEXP (delay_list, 1); in redundant_insn()
2119 delay_list = add_to_delay_list (trial, delay_list); in fill_simple_delay_slots()
2332 delay_list = add_to_delay_list (trial, delay_list); in fill_simple_delay_slots()
2395 delay_list in fill_simple_delay_slots()
2413 delay_list in fill_simple_delay_slots()
2739 delay_list = add_to_delay_list (temp, delay_list); in fill_slots_from_thread()
2823 delay_list in fill_slots_from_thread()
2835 delay_list in fill_slots_from_thread()
3035 delay_list in fill_eager_delay_slots()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dreorg.c1279 delay_list = add_to_delay_list (trial, delay_list); in steal_delay_list_from_fallthrough()
1606 delay_list = XEXP (delay_list, 1); in redundant_insn()
1998 delay_list = add_to_delay_list (trial, delay_list); in fill_simple_delay_slots()
2192 delay_list = add_to_delay_list (trial, delay_list); in fill_simple_delay_slots()
2251 delay_list in fill_simple_delay_slots()
2265 delay_list in fill_simple_delay_slots()
2587 delay_list = add_to_delay_list (temp, delay_list); in fill_slots_from_thread()
2672 delay_list in fill_slots_from_thread()
2684 delay_list in fill_slots_from_thread()
2891 delay_list in fill_eager_delay_slots()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dreorg.c1291 delay_list = add_to_delay_list (trial, delay_list); in steal_delay_list_from_fallthrough()
1616 delay_list = XEXP (delay_list, 1); in redundant_insn()
1998 delay_list = add_to_delay_list (trial, delay_list); in fill_simple_delay_slots()
2209 delay_list = add_to_delay_list (trial, delay_list); in fill_simple_delay_slots()
2272 delay_list in fill_simple_delay_slots()
2291 delay_list in fill_simple_delay_slots()
2614 delay_list = add_to_delay_list (temp, delay_list); in fill_slots_from_thread()
2699 delay_list in fill_slots_from_thread()
2711 delay_list in fill_slots_from_thread()
2918 delay_list in fill_eager_delay_slots()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dreorg.c1419 delay_list = add_to_delay_list (trial, delay_list); in steal_delay_list_from_fallthrough()
1741 delay_list = XEXP (delay_list, 1); in redundant_insn()
2096 delay_list = add_to_delay_list (trial, delay_list); in fill_simple_delay_slots()
2309 delay_list = add_to_delay_list (trial, delay_list); in fill_simple_delay_slots()
2387 delay_list in fill_simple_delay_slots()
2714 delay_list = add_to_delay_list (temp, delay_list); in fill_slots_from_thread()
2798 delay_list in fill_slots_from_thread()
2810 delay_list in fill_slots_from_thread()
3010 delay_list in fill_eager_delay_slots()
3036 delay_list in fill_eager_delay_slots()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dreorg.c1419 delay_list = add_to_delay_list (trial, delay_list); in steal_delay_list_from_fallthrough()
1741 delay_list = XEXP (delay_list, 1); in redundant_insn()
2096 delay_list = add_to_delay_list (trial, delay_list); in fill_simple_delay_slots()
2309 delay_list = add_to_delay_list (trial, delay_list); in fill_simple_delay_slots()
2387 delay_list in fill_simple_delay_slots()
2714 delay_list = add_to_delay_list (temp, delay_list); in fill_slots_from_thread()
2798 delay_list in fill_slots_from_thread()
2810 delay_list in fill_slots_from_thread()
3010 delay_list in fill_eager_delay_slots()
3036 delay_list in fill_eager_delay_slots()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dreorg.c1281 delay_list = add_to_delay_list (trial, delay_list); in steal_delay_list_from_fallthrough()
1606 delay_list = XEXP (delay_list, 1); in redundant_insn()
1988 delay_list = add_to_delay_list (trial, delay_list); in fill_simple_delay_slots()
2199 delay_list = add_to_delay_list (trial, delay_list); in fill_simple_delay_slots()
2262 delay_list in fill_simple_delay_slots()
2281 delay_list in fill_simple_delay_slots()
2604 delay_list = add_to_delay_list (temp, delay_list); in fill_slots_from_thread()
2689 delay_list in fill_slots_from_thread()
2701 delay_list in fill_slots_from_thread()
2908 delay_list in fill_eager_delay_slots()
[all …]
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/src/
H A Dwill_delay.c27 static struct will_delay_list *delay_list = NULL; variable
48 DL_INSERT_INORDER(delay_list, item, will_delay__cmp); in will_delay__add()
59 DL_FOREACH_SAFE(delay_list, item, tmp){ in will_delay__send_all()
60 DL_DELETE(delay_list, item); in will_delay__send_all()
77 DL_FOREACH_SAFE(delay_list, item, tmp){ in will_delay__check()
79 DL_DELETE(delay_list, item); in will_delay__check()
98 DL_DELETE(delay_list, mosq->will_delay_entry); in will_delay__remove()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA/
H A Dmatrix_update_helper.cu295 int* __restrict__ delay_list_iw = delay_list[iw]; in add_delay_list_save_sigma_VGL_kernel()
354 int* __restrict__ delay_list_iw = delay_list[iw]; in add_delay_list_save_sigma_VGL_kernel()
364 int* const delay_list[], in add_delay_list_save_sigma_VGL_batched() argument
393 int* const delay_list[], in add_delay_list_save_sigma_VGL_batched() argument
493 const int* __restrict__ delay_list_iw = delay_list[iw]; in applyW_kernel()
511 const int* const delay_list[], in applyW_batched() argument
528 const int* const delay_list[], in applyW_batched() argument
545 const int* const delay_list[], in applyW_batched() argument
562 const int* const delay_list[], in applyW_batched() argument
582 int* __restrict__ delay_list_iw = delay_list[iw]; in print_delay_list_kernel()
[all …]
H A Dmatrix_update_helper.hpp112 int* const delay_list[],
129 int* const delay_list[],
146 int* const delay_list[],
163 int* const delay_list[],
180 const int* const delay_list[],
187 const int* const delay_list[],
194 const int* const delay_list[],
201 const int* const delay_list[],
208 int* const delay_list[],
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c16 void bogus (insn, thread, delay_list) in bogus() argument
19 rtx delay_list;
24 delay_list = dummy ( &must_annul, &new_thread);
25 if (delay_list == 0 && new_thread )
29 if (delay_list && must_annul)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c15 void bogus (insn, thread, delay_list) in bogus() argument
18 rtx delay_list;
23 delay_list = dummy ( &must_annul, &new_thread);
24 if (delay_list == 0 && new_thread )
28 if (delay_list && must_annul)
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c16 void bogus (insn, thread, delay_list) in bogus() argument
19 rtx delay_list;
24 delay_list = dummy ( &must_annul, &new_thread);
25 if (delay_list == 0 && new_thread )
29 if (delay_list && must_annul)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c16 void bogus (insn, thread, delay_list) in bogus() argument
19 rtx delay_list;
24 delay_list = dummy ( &must_annul, &new_thread);
25 if (delay_list == 0 && new_thread )
29 if (delay_list && must_annul)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c16 void bogus (insn, thread, delay_list) in bogus() argument
19 rtx delay_list;
24 delay_list = dummy ( &must_annul, &new_thread);
25 if (delay_list == 0 && new_thread )
29 if (delay_list && must_annul)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c15 void bogus (insn, thread, delay_list) in bogus() argument
18 rtx delay_list;
23 delay_list = dummy ( &must_annul, &new_thread);
24 if (delay_list == 0 && new_thread )
28 if (delay_list && must_annul)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c16 void bogus (insn, thread, delay_list) in bogus() argument
19 rtx delay_list;
24 delay_list = dummy ( &must_annul, &new_thread);
25 if (delay_list == 0 && new_thread )
29 if (delay_list && must_annul)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c16 void bogus (insn, thread, delay_list) in bogus() argument
19 rtx delay_list;
24 delay_list = dummy ( &must_annul, &new_thread);
25 if (delay_list == 0 && new_thread )
29 if (delay_list && must_annul)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c16 void bogus (insn, thread, delay_list) in bogus() argument
19 rtx delay_list;
24 delay_list = dummy ( &must_annul, &new_thread);
25 if (delay_list == 0 && new_thread )
29 if (delay_list && must_annul)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c16 void bogus (insn, thread, delay_list) in bogus() argument
19 rtx delay_list;
24 delay_list = dummy ( &must_annul, &new_thread);
25 if (delay_list == 0 && new_thread )
29 if (delay_list && must_annul)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c16 void bogus (insn, thread, delay_list) in bogus() argument
19 rtx delay_list;
24 delay_list = dummy ( &must_annul, &new_thread);
25 if (delay_list == 0 && new_thread )
29 if (delay_list && must_annul)
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c15 void bogus (insn, thread, delay_list) in bogus() argument
18 rtx delay_list;
23 delay_list = dummy ( &must_annul, &new_thread);
24 if (delay_list == 0 && new_thread )
28 if (delay_list && must_annul)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c16 void bogus (insn, thread, delay_list) in bogus() argument
19 rtx delay_list;
24 delay_list = dummy ( &must_annul, &new_thread);
25 if (delay_list == 0 && new_thread )
29 if (delay_list && must_annul)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c16 void bogus (insn, thread, delay_list) in bogus() argument
19 rtx delay_list;
24 delay_list = dummy ( &must_annul, &new_thread);
25 if (delay_list == 0 && new_thread )
29 if (delay_list && must_annul)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/execute/
H A D20001101.c16 void bogus (insn, thread, delay_list) in bogus() argument
19 rtx delay_list;
24 delay_list = dummy ( &must_annul, &new_thread);
25 if (delay_list == 0 && new_thread )
29 if (delay_list && must_annul)

1234567