Searched refs:ready (Results 1 - 25 of 254) sorted by relevance

1234567891011

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune-sched-atom.c38 /* Try to reorder ready list to take advantage of Atom pipelined IMUL
42 ready list.
45 do_reorder_for_imul (rtx_insn **ready, int n_ready) argument
57 /* Check that IMUL instruction is on the top of ready list. */
58 insn = ready[n_ready - 1];
69 insn = ready[i];
118 /* Try to find the best candidate on the top of ready list if two insns
123 swap_top_of_ready_list (rtx_insn **ready, int n_ready) argument
125 rtx_insn *top = ready[n_ready - 1];
126 rtx_insn *next = ready[n_read
194 ix86_atom_sched_reorder(FILE *dump, int sched_verbose, rtx_insn **ready, int *pn_ready, int clock_var) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune-sched-atom.cc38 /* Try to reorder ready list to take advantage of Atom pipelined IMUL
42 ready list.
45 do_reorder_for_imul (rtx_insn **ready, int n_ready) argument
57 /* Check that IMUL instruction is on the top of ready list. */
58 insn = ready[n_ready - 1];
69 insn = ready[i];
118 /* Try to find the best candidate on the top of ready list if two insns
123 swap_top_of_ready_list (rtx_insn **ready, int n_ready) argument
125 rtx_insn *top = ready[n_ready - 1];
126 rtx_insn *next = ready[n_read
194 ix86_atom_sched_reorder(FILE *dump, int sched_verbose, rtx_insn **ready, int *pn_ready, int clock_var) argument
[all...]
/netbsd-current/external/bsd/iscsi/dist/include/
H A Dso.h49 unsigned char ready; /* flag ready for FLOPTICAL */ member in struct:scsi_osd
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dasync-event.c37 /* If ready, call this handler from the main event loop, using
39 int ready; member in struct:async_signal_handler
62 /* If ready, call this handler from the main event loop, using
64 int ready; member in struct:async_event_handler
143 async_handler_ptr->ready = 0;
156 /* Mark the handler (ASYNC_HANDLER_PTR) as ready. This information
178 async_handler_ptr->ready = 1;
189 async_handler_ptr->ready = 0;
197 return async_handler_ptr->ready;
200 /* Call all the handlers that are ready
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dasync-event.c37 /* If ready, call this handler from the main event loop, using
39 int ready; member in struct:async_signal_handler
59 /* If ready, call this handler from the main event loop, using
61 int ready; member in struct:async_event_handler
136 async_handler_ptr->ready = 0;
148 /* Mark the handler (ASYNC_HANDLER_PTR) as ready. This information
155 async_handler_ptr->ready = 1;
164 async_handler_ptr->ready = 0;
172 return async_handler_ptr->ready;
175 /* Call all the handlers that are ready
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dqueue-signal.c24 int ready; variable
66 while (!ready)
75 while (!ready)
102 while (!ready)
124 ready = 0;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dqueue-signal.c24 int ready; variable
66 while (!ready)
75 while (!ready)
102 while (!ready)
124 ready = 0;
/netbsd-current/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)
88 # If that counter reaches zero, w is ready to output.
89 ready.add(w)
/netbsd-current/games/sail/
H A Dpl_6.c148 int loadL, loadR, ready, load; local
170 ready = 0;
174 ready = R_DOUBLE;
178 ready = 0;
182 ready = 0;
190 mf->readyR = ready|R_LOADING;
193 mf->readyL = ready|R_LOADING;
H A Dpl_3.c56 int guns, car, ready, shootat, hit; local
78 ready = mf->readyR;
83 ready = mf->readyL;
89 (ready & R_LOADED) == 0)
159 if (ready & R_INITIAL) {
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_com.c141 The device will always be ready for I/O (no delay properties specified)
195 int ready; member in struct:_com_port
260 /* ready from the start */
261 com->input.ready = 1;
263 com->output.ready = 1;
273 com->input.interrupting = (com->input.ready && (com->reg[1] & 0x1));
274 com->output.interrupting = (com->output.ready && (com->reg[1] & 0x2));
297 com->input.ready = 1;
321 if (com->input.ready) {
333 /* once lost carrier, never ready */
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_com.c132 The device will always be ready for I/O (no delay properties specified)
186 int ready; member in struct:_com_port
251 /* ready from the start */
252 com->input.ready = 1;
254 com->output.ready = 1;
264 com->input.interrupting = (com->input.ready && (com->reg[1] & 0x1));
265 com->output.interrupting = (com->output.ready && (com->reg[1] & 0x2));
288 com->input.ready = 1;
312 if (com->input.ready) {
324 /* once lost carrier, never ready */
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhaifa-sched.c42 all the ready insns, and sorted according to priority number, we
48 or add it to the ready list. As the instructions are scheduled or
50 the ready list. When all insns down to the lowest priority have
56 among insns in the ready list:
210 N=2: bb's probabilities, detailed ready list info, unit/insn info.
239 /* Original order of insns in the ready list.
243 /* The deciding reason for INSN's place in the ready list. */
282 /* An instruction is ready to be scheduled when all insns preceding it
301 sufficient time has passed to make them ready. As time passes,
305 unscheduled insns, i.e., those that are ready, queue
354 struct ready_list ready = {NULL, 0, 0, 0, 0}; variable in typeref:struct:ready_list
2892 ready_lastpos(struct ready_list *ready) argument
2902 ready_add(struct ready_list *ready, rtx_insn *insn, bool first_p) argument
2947 ready_remove_first(struct ready_list *ready) argument
2975 ready_element(struct ready_list *ready, int index) argument
2987 ready_remove(struct ready_list *ready, int index) argument
3032 print_rank_for_schedule_stats(const char *prefix, const rank_for_schedule_stats_t *stats, struct ready_list *ready) argument
3060 ready_sort_debug(struct ready_list *ready) argument
3075 ready_sort_real(struct ready_list *ready) argument
3106 ready_sort(struct ready_list *ready) argument
4292 struct ready_list ready; member in struct:haifa_saved_data
5129 queue_to_ready(struct ready_list *ready) argument
5284 early_queue_to_ready(state_t state, struct ready_list *ready) argument
5385 debug_ready_list_1(struct ready_list *ready, signed char *ready_try) argument
5422 debug_ready_list(struct ready_list *ready) argument
5906 max_issue(struct ready_list *ready, int privileged_n, state_t state, bool first_cycle_insn_p, int *index) argument
6083 choose_ready(struct ready_list *ready, bool first_cycle_insn_p, rtx_insn **insn_ptr) argument
9193 ready_remove_first_dispatch(struct ready_list *ready) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhaifa-sched.cc42 all the ready insns, and sorted according to priority number, we
48 or add it to the ready list. As the instructions are scheduled or
50 the ready list. When all insns down to the lowest priority have
56 among insns in the ready list:
210 N=2: bb's probabilities, detailed ready list info, unit/insn info.
239 /* Original order of insns in the ready list.
243 /* The deciding reason for INSN's place in the ready list. */
282 /* An instruction is ready to be scheduled when all insns preceding it
301 sufficient time has passed to make them ready. As time passes,
305 unscheduled insns, i.e., those that are ready, queue
354 struct ready_list ready = {NULL, 0, 0, 0, 0}; variable in typeref:struct:ready_list
[all...]
/netbsd-current/bin/date/
H A Dnetdate.c85 struct pollfd ready; local
141 ready.fd = s;
142 ready.events = POLLIN;
144 found = poll(&ready, 1, waittime);
164 if (found > 0 && ready.revents & POLLIN) {
/netbsd-current/external/mpl/dhcp/dist/tests/DHCPv6/
H A D282-release-no-address.pl136 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
138 if (@ready) {
H A D290-decline-nohost.pl128 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
130 if (@ready) {
H A D280-release-nohost.pl128 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
130 if (@ready) {
H A D000-badmsgtype.pl117 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
119 if (@ready) {
H A D292-decline-no-address.pl136 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
138 if (@ready) {
H A D020-advertise-mcast.pl117 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
119 if (@ready) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/
H A Dnouveau_nvkm_falcon_cmdq.c138 if (!wait_for_completion_timeout(&cmdq->ready,
140 FLCNQ_ERR(cmdq, "timeout waiting for queue ready");
178 reinit_completion(&cmdq->ready);
191 complete_all(&cmdq->ready);
202 destroy_completion(&cmdq->ready);
221 init_completion(&cmdq->ready);
/netbsd-current/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-current/external/apache2/llvm/dist/libcxx/src/
H A Dfuture.cpp48 "to the associated state becoming ready.");
96 __state_ |= __constructed | ready;
117 __state_ |= ready;
135 __state_ |= ready;
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dapp.c66 isc_condition_t ready; member in struct:isc_appctx
97 isc_condition_init(&ctx->ready);
252 WAIT(&ctx->ready, &ctx->readylock);
304 SIGNAL(&ctx->ready);
332 SIGNAL(&ctx->ready);
353 isc_condition_destroy(&ctx->ready);

Completed in 432 milliseconds

1234567891011