Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 25 of 677) sorted by relevance

12345678910>>...28

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune-sched-atom.cc45 do_reorder_for_imul (rtx_insn **ready, int n_ready) in do_reorder_for_imul() argument
58 insn = ready[n_ready - 1]; in do_reorder_for_imul()
69 insn = ready[i]; in do_reorder_for_imul()
123 swap_top_of_ready_list (rtx_insn **ready, int n_ready) in swap_top_of_ready_list() argument
125 rtx_insn *top = ready[n_ready - 1]; in swap_top_of_ready_list()
126 rtx_insn *next = ready[n_ready - 2]; in swap_top_of_ready_list()
194 ix86_atom_sched_reorder (FILE *dump, int sched_verbose, rtx_insn **ready, in ix86_atom_sched_reorder() argument
219 if ((index = do_reorder_for_imul (ready, n_ready)) >= 0) in ix86_atom_sched_reorder()
223 INSN_UID (ready[index])); in ix86_atom_sched_reorder()
226 insn = ready[index]; in ix86_atom_sched_reorder()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune-sched-atom.c45 do_reorder_for_imul (rtx_insn **ready, int n_ready) in do_reorder_for_imul() argument
58 insn = ready[n_ready - 1]; in do_reorder_for_imul()
69 insn = ready[i]; in do_reorder_for_imul()
123 swap_top_of_ready_list (rtx_insn **ready, int n_ready) in swap_top_of_ready_list() argument
125 rtx_insn *top = ready[n_ready - 1]; in swap_top_of_ready_list()
126 rtx_insn *next = ready[n_ready - 2]; in swap_top_of_ready_list()
194 ix86_atom_sched_reorder (FILE *dump, int sched_verbose, rtx_insn **ready, in ix86_atom_sched_reorder() argument
218 if ((index = do_reorder_for_imul (ready, n_ready)) >= 0) in ix86_atom_sched_reorder()
222 INSN_UID (ready[index])); in ix86_atom_sched_reorder()
225 insn = ready[index]; in ix86_atom_sched_reorder()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhaifa-sched.cc354 struct ready_list ready = {NULL, 0, 0, 0, 0}; variable
357 static struct ready_list *readyp = &ready;
859 static rtx_insn *ready_remove_first_dispatch (struct ready_list *ready);
2892 ready_lastpos (struct ready_list *ready) in ready_lastpos() argument
2894 gcc_assert (ready->n_ready >= 1); in ready_lastpos()
2895 return ready->vec + ready->first - ready->n_ready + 1; in ready_lastpos()
2902 ready_add (struct ready_list *ready, rtx_insn *insn, bool first_p) in ready_add() argument
2906 if (ready->first == ready->n_ready) in ready_add()
2908 memmove (ready->vec + ready->veclen - ready->n_ready, in ready_add()
2909 ready_lastpos (ready), in ready_add()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhaifa-sched.c354 struct ready_list ready = {NULL, 0, 0, 0, 0}; variable
357 static struct ready_list *readyp = &ready;
859 static rtx_insn *ready_remove_first_dispatch (struct ready_list *ready);
2892 ready_lastpos (struct ready_list *ready) in ready_lastpos() argument
2894 gcc_assert (ready->n_ready >= 1); in ready_lastpos()
2895 return ready->vec + ready->first - ready->n_ready + 1; in ready_lastpos()
2902 ready_add (struct ready_list *ready, rtx_insn *insn, bool first_p) in ready_add() argument
2906 if (ready->first == ready->n_ready) in ready_add()
2908 memmove (ready->vec + ready->veclen - ready->n_ready, in ready_add()
2909 ready_lastpos (ready), in ready_add()
[all …]
/netbsd-src/games/sail/
H A Dpl_6.c148 int loadL, loadR, ready, load; in loadplayer() local
170 ready = 0; in loadplayer()
174 ready = R_DOUBLE; in loadplayer()
178 ready = 0; in loadplayer()
182 ready = 0; in loadplayer()
190 mf->readyR = ready|R_LOADING; in loadplayer()
193 mf->readyL = ready|R_LOADING; in loadplayer()
H A Dpl_3.c56 int guns, car, ready, shootat, hit; in acceptcombat() local
78 ready = mf->readyR; in acceptcombat()
83 ready = mf->readyL; in acceptcombat()
89 (ready & R_LOADED) == 0) in acceptcombat()
159 if (ready & R_INITIAL) { in acceptcombat()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dcheck_ninja_deps.py74 ready = {v for v, d in ideg.items() if d == 0}
77 while len(ready) > 0:
78 v = next(iter(ready))
80 ready.remove(v)
89 ready.add(w)
/netbsd-src/bin/date/
H A Dnetdate.c85 struct pollfd ready; in netsettime() local
141 ready.fd = s; in netsettime()
142 ready.events = POLLIN; in netsettime()
144 found = poll(&ready, 1, waittime); in netsettime()
164 if (found > 0 && ready.revents & POLLIN) { in netsettime()
/netbsd-src/share/doc/psd/20.ipctut/
H A Dstrchkread.c52 fd_set ready;
80 FD_ZERO(&ready);
81 FD_SET(sock, &ready);
83 if (select(sock + 1, &ready, 0, 0, &to) < 0) {
87 if (FD_ISSET(sock, &ready)) {
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/
H A Dnouveau_nvkm_falcon_cmdq.c138 if (!wait_for_completion_timeout(&cmdq->ready, in nvkm_falcon_cmdq_send()
178 reinit_completion(&cmdq->ready); in nvkm_falcon_cmdq_fini()
191 complete_all(&cmdq->ready); in nvkm_falcon_cmdq_init()
202 destroy_completion(&cmdq->ready); in nvkm_falcon_cmdq_del()
221 init_completion(&cmdq->ready); in nvkm_falcon_cmdq_new()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dapp.c
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst28 ready> def test(x) 1+2+x;
41 ready> def test(x) 1+2+x;
73 ready> def test(x) (1+2+x)*(x+(1+2));
74 ready> Read function definition:
194 ready> def test(x) (1+2+x)*(x+(1+2));
195 ready> Read function definition:
257 fprintf(stderr, "ready> ");
350 ready> 4+5;
366 ready> def testfunc(x y) x + y*2;
375 ready> testfunc(4, 10);
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dapp.c92 isc_condition_t ready; member
127 isc_condition_init(&ctx->ready); in isc_app_ctxstart()
346 WAIT(&ctx->ready, &ctx->readylock); in isc_app_ctxrun()
415 SIGNAL(&ctx->ready); in isc_app_ctxshutdown()
455 SIGNAL(&ctx->ready); in isc_app_ctxsuspend()
473 isc_condition_destroy(&ctx->ready); in isc_app_ctxfinish()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslapadd.c77 int ready; member
320 trec.ready = 1; in getrec_thr()
321 while (trec.ready) in getrec_thr()
340 while (!trec.ready) in getrec()
345 trec.ready = 0; in getrec()
487 trec.ready = 0; in slapadd()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-n8.md214 ;; produce the loaded data. The result is ready at EXD.
217 ;; produce the loaded data. The result is ready at EXD. Because the
220 ;; micro-operation and the result is ready at EX.
224 ;; consumers. The result is ready at EXD. If the base register should be
226 ;; result is ready at EX.
229 ;; the base register is required. The result is ready at EX, which is
232 ;; The result is ready at EX.
237 ;; is updated by the second one. Each of the results is ready at EX.
243 ;; the seconde one writes to Rs. Each of the results is ready at EX.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-n8.md214 ;; produce the loaded data. The result is ready at EXD.
217 ;; produce the loaded data. The result is ready at EXD. Because the
220 ;; micro-operation and the result is ready at EX.
224 ;; consumers. The result is ready at EXD. If the base register should be
226 ;; result is ready at EX.
229 ;; the base register is required. The result is ready at EX, which is
232 ;; The result is ready at EX.
237 ;; is updated by the second one. Each of the results is ready at EX.
243 ;; the seconde one writes to Rs. Each of the results is ready at EX.
/netbsd-src/sys/arch/vax/boot/boot/
H A Dconsio2.S44 tstl %r0 # check if char ready
86 jsb *0x20(%r11) # is rom ready? (KA630_PUTC_POLL)
118 jsb *0x20(%r11) # is rom ready?
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dfuture64 * ready at some later time. A consumer can wait on a future until the
65 * result is ready to be accessed.
186 ready,
350 // the future ready.
359 // First, check if the future has been made ready. Use acquire MO
360 // to synchronize with the thread that made it ready.
362 return future_status::ready;
379 // instead of waiting for the future to become ready (see
384 return future_status::ready;
396 // First, check if the future has been made ready. Use acquire MO
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gart.c322 if (!adev->gart.ready) { in amdgpu_gart_unbind()
367 if (!adev->gart.ready) { in amdgpu_gart_unbind()
423 if (!adev->gart.ready) { in amdgpu_gart_map()
466 if (!adev->gart.ready) { in amdgpu_gart_map()
500 if (!adev->gart.ready) { in amdgpu_gart_bind()
551 if (!adev->gart.ready) { in amdgpu_gart_bind()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_gart.c341 if (!rdev->gart.ready) { in radeon_gart_unbind()
380 if (!rdev->gart.ready) { in radeon_gart_unbind()
422 if (!rdev->gart.ready) { in radeon_gart_bind()
472 if (!rdev->gart.ready) { in radeon_gart_bind()
555 if (rdev->gart.ready) { in radeon_gart_fini()
559 rdev->gart.ready = false; in radeon_gart_fini()
H A Dradeon_vce_v1_0.c371 ring->ready = true; in vce_v1_0_init()
374 ring->ready = false; in vce_v1_0_init()
379 ring->ready = true; in vce_v1_0_init()
382 ring->ready = false; in vce_v1_0_init()
/netbsd-src/usr.sbin/apmd/
H A Dapmd.c302 int ctl_fd, sock_fd, ch, ready; in main() local
428 (ready = poll(set, 2, timeout * 1000)) >= 0 || errno == EINTR; in main()
432 if (ready == 0) { in main()
504 ready--; in main()
506 if (ready == 0) in main()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dfuture176 ready,
336 // the future ready.
345 // First, check if the future has been made ready. Use acquire MO
346 // to synchronize with the thread that made it ready.
348 return future_status::ready;
365 // instead of waiting for the future to become ready (see
370 return future_status::ready;
382 // First, check if the future has been made ready. Use acquire MO
383 // to synchronize with the thread that made it ready.
385 return future_status::ready;
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/tests/
H A Dtest-lock.c507 static int ready[THREAD_COUNT];
536 ready[id] = 1; in once_contender_thread()
573 ready[i] = 0; in test_once()
601 ready_count += ready[i]; in test_once()
631 ready[i] = 0; in test_once()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dfuture.cpp96 __state_ |= __constructed | ready; in set_value()
117 __state_ |= ready; in set_exception()
135 __state_ |= ready; in __make_ready()

12345678910>>...28