HomeSort by: relevance | last modified time | path
    Searched refs:aq (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/sys/dev/acpi/
acpi_quirks.c 155 const struct acpi_quirk *aq; local
183 aq = &acpi_quirks[i];
185 if (strncmp(aq->aq_tabletype, ACPI_SIG_DSDT, 4) == 0)
187 else if (strncmp(aq->aq_tabletype, ACPI_SIG_XSDT, 4) == 0)
189 else if (strncmp(aq->aq_tabletype, ACPI_SIG_FADT, 4) == 0)
195 len = strlen(aq->aq_oemid);
197 if (strncmp(aq->aq_oemid, hdr->OemId, len) != 0)
200 if (acpi_quirks_revcmp(aq->aq_oemrev,
201 hdr->OemRevision, aq->aq_cmpop) != 0)
204 len = strlen(aq->aq_tabid)
    [all...]
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-mpq_muldiv.c 54 mpq_t aq, bq, refq, resq; local
62 mpq_init (aq);
74 _mpq_set_zz (aq, an, ad);
78 mpq_mul (resq, aq, bq);
96 mpq_inv (aq, aq);
97 mpq_div (resq, aq, bq);
113 mpq_swap (bq, aq);
114 mpq_div (resq, aq, bq);
130 mpq_set (resq, aq);
    [all...]
t-mpq_muldiv_2exp.c 54 mpq_t aq, rq, tq; local
61 mpq_init (aq);
71 _mpq_set_zz (aq, a, b);
75 mpq_mul_2exp (rq, aq, e);
79 mpq_div (tq, aq, tq);
93 mpq_div_2exp (rq, aq, e);
96 mpq_div (aq, aq, rq);
97 mpq_get_num (t, aq);
100 || mpz_sizeinbase (t, 2) - 1 != e || mpz_cmp_ui (mpq_denref (aq), 1) != 0
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 296 struct goacc_asyncqueue *aq; member in struct:copy_data
2097 If AQ is NULL then agent->sync_queue will be used. */
2102 struct goacc_asyncqueue *aq, bool module_locked)
2123 (aq ? aq->id : 0));
2159 hsa_queue_t *command_q = (aq ? aq->hsa_queue : kernel->agent->sync_queue);
2544 execute_queue_entry (struct goacc_asyncqueue *aq, int index)
2546 struct queue_entry *entry = &aq->queue[index];
2553 aq->agent->device_id, aq->id, index)
2619 struct goacc_asyncqueue *aq = thread_arg; local
3842 struct goacc_asyncqueue *aq = GOMP_PLUGIN_malloc (sizeof (*aq)); local
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
libgcov-interface.c 203 va_list ap, aq; local
211 va_copy (aq, ap);
221 args[i] = va_arg (aq, char *);
222 va_end (aq);
238 va_list ap, aq; local
246 va_copy (aq, ap);
256 args[i] = va_arg (aq, char *);
257 va_end (aq);
273 va_list ap, aq; local
282 va_copy (aq, ap)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-interface.c 203 va_list ap, aq; local
211 va_copy (aq, ap);
221 args[i] = va_arg (aq, char *);
222 va_end (aq);
238 va_list ap, aq; local
246 va_copy (aq, ap);
256 args[i] = va_arg (aq, char *);
257 va_end (aq);
273 va_list ap, aq; local
282 va_copy (aq, ap)
    [all...]
  /src/common/lib/libc/arch/riscv/atomic/
atomic_and_64.S 35 amoand.d.aq a0, a1, 0(a0)
46 amoand.d.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_or_64.S 35 amoor.d.aq a0, a1, 0(a0)
46 amoor.d.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_xor_64.S 35 amoxor.d.aq a0, a1, 0(a0)
46 amoxor.d.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_and_32.S 35 amoand.w.aq a0, a1, 0(a0)
50 amoand.w.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_or_32.S 35 amoor.w.aq a0, a1, 0(a0)
50 amoor.w.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_xor_32.S 35 amoxor.w.aq a0, a1, 0(a0)
50 amoxor.w.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_add_64.S 37 amoadd.d.aq a0, a1, 0(a0)
59 amoadd.d.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_swap_32.S 35 amoswap.w.aq a0, a1, 0(a0)
atomic_swap_64.S 36 amoswap.d.aq a0, a1, 0(a0)
atomic_add_32.S 37 amoadd.w.aq a0, a1, 0(a0)
67 amoadd.w.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_sub_32.S 38 amoadd.w.aq a0, t0, 0(a0)
69 amoadd.w.aq t0, t1, 0(a0) /* update memory and get old value */
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 280 struct goacc_asyncqueue *aq; member in struct:copy_data
2252 If AQ is NULL then agent->sync_queue will be used. */
2257 struct goacc_asyncqueue *aq, bool module_locked)
2280 (aq ? aq->id : 0));
2315 hsa_queue_t *command_q = (aq ? aq->hsa_queue : kernel->agent->sync_queue);
2701 execute_queue_entry (struct goacc_asyncqueue *aq, int index)
2703 struct queue_entry *entry = &aq->queue[index];
2710 aq->agent->device_id, aq->id, index)
2776 struct goacc_asyncqueue *aq = thread_arg; local
4440 struct goacc_asyncqueue *aq = GOMP_PLUGIN_malloc (sizeof (*aq)); local
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
oacc-cuda.c 93 goacc_aq aq = lookup_goacc_asyncqueue (thr, false, async); local
94 if (!aq)
106 ret = thr->dev->openacc.cuda.get_stream_func (aq);
142 goacc_aq aq = get_goacc_asyncqueue (async); local
145 if (!aq)
154 ret = thr->dev->openacc.cuda.set_stream_func (aq, stream);
libgomp-plugin.c 85 struct goacc_asyncqueue *aq)
88 aq);
oacc-async.c 114 n->aq = dev->openacc.async.asyncqueue[async];
145 goacc_aq aq = lookup_goacc_asyncqueue (thr, false, async); local
146 if (!aq)
158 int res = thr->dev->openacc.async.test_func (aq);
181 if (!thr->dev->openacc.async.test_func (l->aq))
202 goacc_aq aq = lookup_goacc_asyncqueue (thr, false, async); local
203 if (!aq)
215 if (!thr->dev->openacc.async.synchronize_func (aq))
294 ret &= thr->dev->openacc.async.synchronize_func (l->aq);
339 ret &= thr->dev->openacc.async.serialize_func (l->aq, waiting_queue)
    [all...]
oacc-host.c 157 struct goacc_asyncqueue *aq __attribute__ ((unused)))
163 host_openacc_async_test (struct goacc_asyncqueue *aq __attribute__ ((unused)))
169 host_openacc_async_synchronize (struct goacc_asyncqueue *aq
189 struct goacc_asyncqueue *aq
200 struct goacc_asyncqueue *aq
207 host_openacc_async_queue_callback (struct goacc_asyncqueue *aq
223 host_openacc_async_destruct (struct goacc_asyncqueue *aq
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-cuda.c 93 goacc_aq aq = lookup_goacc_asyncqueue (thr, false, async); local
94 if (!aq)
106 ret = thr->dev->openacc.cuda.get_stream_func (aq);
142 goacc_aq aq = get_goacc_asyncqueue (async); local
145 if (!aq)
154 ret = thr->dev->openacc.cuda.set_stream_func (aq, stream);
oacc-async.c 114 n->aq = dev->openacc.async.asyncqueue[async];
145 goacc_aq aq = lookup_goacc_asyncqueue (thr, false, async); local
146 if (!aq)
158 int res = thr->dev->openacc.async.test_func (aq);
181 if (!thr->dev->openacc.async.test_func (l->aq))
202 goacc_aq aq = lookup_goacc_asyncqueue (thr, false, async); local
203 if (!aq)
215 if (!thr->dev->openacc.async.synchronize_func (aq))
294 ret &= thr->dev->openacc.async.synchronize_func (l->aq);
339 ret &= thr->dev->openacc.async.serialize_func (l->aq, waiting_queue)
    [all...]
oacc-host.c 155 struct goacc_asyncqueue *aq __attribute__ ((unused)))
161 host_openacc_async_test (struct goacc_asyncqueue *aq __attribute__ ((unused)))
167 host_openacc_async_synchronize (struct goacc_asyncqueue *aq
187 struct goacc_asyncqueue *aq
198 struct goacc_asyncqueue *aq
205 host_openacc_async_queue_callback (struct goacc_asyncqueue *aq
221 host_openacc_async_destruct (struct goacc_asyncqueue *aq

Completed in 43 milliseconds

1 2 3