Home
last modified time | relevance | path

Searched refs:q (Results 1 – 25 of 1997) sorted by relevance

12345678910>>...80

/openbsd/gnu/llvm/libcxx/src/
H A Dhash.cpp199 if (q < p) in __next_prime()
210 if (q < i) in __next_prime()
216 q = n / i; in __next_prime()
217 if (q < i) in __next_prime()
223 q = n / i; in __next_prime()
224 if (q < i) in __next_prime()
230 q = n / i; in __next_prime()
231 if (q < i) in __next_prime()
237 q = n / i; in __next_prime()
238 if (q < i) in __next_prime()
[all …]
/openbsd/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dvla4.f9034 forall (p = 1:2, q = 3:7, r = 1:7) u(p, q, r) = 30 - p + q - 2 * r
35 forall (p = 1:5, q = 3:7, p + q .le. 8) v(p, q) = '_+|/Oo_'
36 forall (p = 1:5, q = 3:7, p + q .gt. 8) v(p, q) = '///|||!'
52 if (q .lt. 6) l = l .or. e(p, q, r) .ne. 5 + p + q + 2 * r
58 if (q .lt. 6) l = l .or. t(p, q, r) .ne. -10 + p - q + 2 * r
85 forall (p = 1:5, q = 3:7, p + q .le. 8) g(p, q) = w(8:19)
86 forall (p = 1:5, q = 3:7, p + q .gt. 8) g(p, q) = w(27:38)
87 forall (p = 1:5, q = 3:7, p + q .le. 8) h(p, q) = w(1:7)
88 forall (p = 1:5, q = 3:7, p + q .gt. 8) h(p, q) = w(20:26)
95 forall (p = 1:5, q = 3:7, p + q .le. 8) v(p, q) = w(1:7)
[all …]
H A Dvla3.f9034 forall (p = 1:2, q = 3:7, r = 1:7) u(p, q, r) = 30 - p + q - 2 * r
35 forall (p = 1:5, q = 3:7, p + q .le. 8) v(p, q) = '_+|/Oo_'
36 forall (p = 1:5, q = 3:7, p + q .gt. 8) v(p, q) = '///|||!'
47 if (q .lt. 6) l = l .or. e(p, q, r) .ne. 5 + p + q + 2 * r
53 if (q .lt. 6) l = l .or. t(p, q, r) .ne. -10 + p - q + 2 * r
83 forall (p = 1:5, q = 3:7, p + q .le. 8) g(p, q) = w(8:19)
84 forall (p = 1:5, q = 3:7, p + q .gt. 8) g(p, q) = w(27:38)
85 forall (p = 1:5, q = 3:7, p + q .le. 8) h(p, q) = w(1:7)
86 forall (p = 1:5, q = 3:7, p + q .gt. 8) h(p, q) = w(20:26)
93 forall (p = 1:5, q = 3:7, p + q .le. 8) v(p, q) = w(1:7)
[all …]
H A Dvla1.f9034 forall (p = 1:2, q = 3:7, r = 1:7) u(p, q, r) = 30 - p + q - 2 * r
35 forall (p = 1:5, q = 3:7, p + q .le. 8) v(p, q) = '_+|/Oo_'
36 forall (p = 1:5, q = 3:7, p + q .gt. 8) v(p, q) = '///|||!'
47 if (q .lt. 6) l = l .or. e(p, q, r) .ne. 5 + p + q + 2 * r
53 if (q .lt. 6) l = l .or. t(p, q, r) .ne. -10 + p - q + 2 * r
80 forall (p = 1:5, q = 3:7, p + q .le. 8) g(p, q) = w(8:19)
81 forall (p = 1:5, q = 3:7, p + q .gt. 8) g(p, q) = w(27:38)
82 forall (p = 1:5, q = 3:7, p + q .le. 8) h(p, q) = w(1:7)
83 forall (p = 1:5, q = 3:7, p + q .gt. 8) h(p, q) = w(20:26)
90 forall (p = 1:5, q = 3:7, p + q .le. 8) v(p, q) = w(1:7)
[all …]
H A Dvla5.f9033 forall (p = 1:2, q = 3:5, r = 1:7) t(p, q, r) = -10 + p - q + 2 * r
34 forall (p = 1:2, q = 3:7, r = 1:7) u(p, q, r) = 30 - p + q - 2 * r
35 forall (p = 1:5, q = 3:7, p + q .le. 8) v(p, q) = '_+|/Oo_'
36 forall (p = 1:5, q = 3:7, p + q .gt. 8) v(p, q) = '///|||!'
57 forall (p = 1:5, q = 3:7, p + q .le. 8) g(p, q) = w(8:19)
58 forall (p = 1:5, q = 3:7, p + q .gt. 8) g(p, q) = w(27:38)
59 forall (p = 1:5, q = 3:7, p + q .le. 8) h(p, q) = w(1:7)
60 forall (p = 1:5, q = 3:7, p + q .gt. 8) h(p, q) = w(20:26)
67 forall (p = 1:5, q = 3:7, p + q .le. 8) v(p, q) = w(1:7)
68 forall (p = 1:5, q = 3:7, p + q .gt. 8) v(p, q) = w(20:26)
[all …]
H A Dvla6.f9046 forall (p = 1:2, q = 3:5, r = 1:7) e(p, q, r) = 5 * x + p + q + 2 * r
48 forall (p = 1:5, q = 3:7, p + q .le. 8) g(p, q) = w(8:19)
49 forall (p = 1:5, q = 3:7, p + q .gt. 8) g(p, q) = w(27:38)
50 forall (p = 1:5, q = 3:7, p + q .le. 8) h(p, q) = w(1:7)
51 forall (p = 1:5, q = 3:7, p + q .gt. 8) h(p, q) = w(20:26)
58 forall (p = 1:5, q = 3:7, p + q .le. 8) v(p, q) = w(1:7)
59 forall (p = 1:5, q = 3:7, p + q .gt. 8) v(p, q) = w(20:26)
78 if (q .lt. 6) l = l .or. e(p, q, r) .ne. 5 * x + p + q + 2 * r
84 if (q .lt. 6) l = l .or. t(p, q, r) .ne. -10 + x + p - q + 2 * r
153 if (q .lt. 6) l = l .or. e(p, q, r) .ne. 5 * x + p + q + 2 * r
[all …]
H A Dvla2.f9046 forall (p = 1:2, q = 3:5, r = 1:7) e(p, q, r) = 5 * x + p + q + 2 * r
47 forall (p = 1:2, q = 3:7, r = 1:7) f(p, q, r) = 25 * x + p + q + 2 * r
48 forall (p = 1:5, q = 3:7, p + q .le. 8) g(p, q) = w(8:19)
49 forall (p = 1:5, q = 3:7, p + q .gt. 8) g(p, q) = w(27:38)
50 forall (p = 1:5, q = 3:7, p + q .le. 8) h(p, q) = w(1:7)
51 forall (p = 1:5, q = 3:7, p + q .gt. 8) h(p, q) = w(20:26)
57 forall (p = 1:2, q = 3:7, r = 1:7) u(p, q, r) = 30 - x - p + q - 2 * r
58 forall (p = 1:5, q = 3:7, p + q .le. 8) v(p, q) = w(1:7)
59 forall (p = 1:5, q = 3:7, p + q .gt. 8) v(p, q) = w(20:26)
78 if (q .lt. 6) l = l .or. e(p, q, r) .ne. 5 * x + p + q + 2 * r
[all …]
/openbsd/usr.sbin/nsd/
H A Dquery.c354 q->maxlen = q->edns.maxlen; in process_edns()
403 tsig_update(&q->tsig, q->packet, buffer_limit(q->packet)); in process_tsig()
1107 if (q->qclass != CLASS_ANY && q->zone->ns_rrset && answer_needs_ns(q) in answer_domain()
1463 if(q->zone && q->zone->opts && q->zone->opts->pattern && in answer_lookup_zone()
1527 ZTATUP2(nsd, q->zone, qtype, q->qtype); in answer_query()
1586 q->opcode = OPCODE(q->packet); in query_process()
1622 if (edns_parse_record(&q->edns, q->packet, q, nsd)) { in query_process()
1674 if (edns_parse_record(&q->edns, q->packet, q, nsd)) in query_process()
1837 tsig_append_rr(&q->tsig, q->packet); in query_add_optional()
1845 tsig_update(&q->tsig, q->packet, buffer_position(q->packet)); in query_add_optional()
[all …]
/openbsd/gnu/usr.bin/perl/dist/I18N-LangTags/t/
H A D10_http.t16 …-gb en-us mt-mt mt ja ] EN-au, JA;q=0.14, i-klingon;q=0.83, en-gb;q=0.71, en-us;q=0.57, mt-mt;q=0…
17 …t-mt mt tli ja ] EN-au, tli;q=0.201, JA;q=0.14, i-klingon;q=0.83, en-gb;q=0.71, en-us;q=0.57, mt-…
18 [ en-au en en-gb en-us ja ] en-au, ja;q=0.20, en-gb;q=0.60, en-us;q=0.40, en;q=0.80
20 …-au en en-gb en-us mt-mt mt ja ] EN-au, JA;q=0.14, en-gb;q=0.71, en-us;q=0.57, mt-mt;q=0.43, mt;q
21 [ en-au en en-gb en-us ja ] en-au, ja;q=0.20, en-gb;q=0.60, en-us;q=0.40, en;q=0.80
29 [ ru en-uk en fr ] ru, en-UK;q=0.5, en;q=0.3, fr;q=0.1
41 [ no dk en-uk en-us ] en-UK;q=0.7, en-US;q=0.6, no;q=1.0, dk;q=0.8
42 [ no dk en-uk en-us ] en-US;q=0.6, en-UK;q=0.7, no;q=1.0, dk;q=0.8
43 [ no dk en-uk en-us ] en-UK;q=0.7, no;q=1.0, en-US;q=0.6, dk;q=0.8
44 [ no dk en-uk en-us ] en-UK;q=0.7, no;q=1.0, dk;q=0.8, en-US;q=0.6
[all …]
/openbsd/sys/crypto/
H A Daes.c293 SWAP2(q[0], q[1]); in aes_ct_ortho()
294 SWAP2(q[2], q[3]); in aes_ct_ortho()
295 SWAP2(q[4], q[5]); in aes_ct_ortho()
296 SWAP2(q[6], q[7]); in aes_ct_ortho()
298 SWAP4(q[0], q[2]); in aes_ct_ortho()
299 SWAP4(q[1], q[3]); in aes_ct_ortho()
300 SWAP4(q[4], q[6]); in aes_ct_ortho()
301 SWAP4(q[5], q[7]); in aes_ct_ortho()
303 SWAP8(q[0], q[4]); in aes_ct_ortho()
304 SWAP8(q[1], q[5]); in aes_ct_ortho()
[all …]
/openbsd/gnu/usr.bin/perl/dist/threads/t/
H A Dfree2.t75 my $q = shift;
146 th_done($q);
155 th_done($q);
164 th_done($q);
173 th_done($q);
182 th_done($q);
191 th_done($q);
200 th_done($q);
209 th_done($q);
218 th_done($q);
[all …]
/openbsd/gnu/usr.bin/perl/t/op/
H A D64bitint.t46 is($x, $q);
51 is($x, $q);
56 is($x, $q);
61 is($x, $q);
103 is($x, $q);
108 is($x, $q);
113 is($x, $q);
119 is($x, $q);
124 is($x, $q);
244 cmp_ok((vec($x, 1, 64) = $q), '==', $q);
[all …]
H A Dfor-many.t21 push @have, "$q";
29 push @have, "$q";
38 push @have, "$q;$r";
56 push @have, "$q;$r";
63 push @have, "$q;$r";
70 push @have, "$q;$r";
77 push @have, "$q;$r;$s";
108 push @have, $q;
115 push @have, $q;
161 ($q, $r) = ($r, $q);
[all …]
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_queue.c30 if (!q) in print_queue_properties()
34 pr_debug("Queue Type: %u\n", q->type); in print_queue_properties()
35 pr_debug("Queue Size: %llu\n", q->queue_size); in print_queue_properties()
38 pr_debug("Queue Id: %u\n", q->queue_id); in print_queue_properties()
39 pr_debug("Queue Process Vmid: %u\n", q->vmid); in print_queue_properties()
46 void print_queue(struct queue *q) in print_queue() argument
48 if (!q) in print_queue()
61 pr_debug("Queue MQD Address: 0x%p\n", q->mqd); in print_queue()
77 *q = tmp_q; in init_queue()
81 void uninit_queue(struct queue *q) in uninit_queue() argument
[all …]
H A Dkfd_device_queue_manager.c358 q->doorbell_id = q->properties.queue_id; in allocate_doorbell()
570 q->pipe, q->queue); in create_queue_nocpsch()
594 mqd_mgr->restore_mqd(mqd_mgr, &q->mqd, q->mqd_mem_obj, &q->gart_mqd_addr, in create_queue_nocpsch()
599 &q->gart_mqd_addr, &q->properties); in create_queue_nocpsch()
612 q->queue, &q->properties, current->mm); in create_queue_nocpsch()
793 q->pipe, q->queue); in destroy_queue_nocpsch_locked()
896 KFD_UNMAP_LATENCY_MS, q->pipe, q->queue); in update_queue()
943 q->pipe, q->queue, in update_queue()
1208 q->queue, &q->properties, mm); in restore_process_queues_nocpsch()
1830 mqd_mgr->restore_mqd(mqd_mgr, &q->mqd, q->mqd_mem_obj, &q->gart_mqd_addr, in create_queue_cpsch()
[all …]
H A Dkfd_process_queue_manager.c39 if ((pqn->q && pqn->q->properties.queue_id == qid) || in get_queue_by_qid()
115 if (pqn->q) in pqm_set_gws()
213 if (pqn->q) in pqm_uninit()
269 *q = NULL; in init_user_queue()
299 q = NULL; in pqm_create_queue()
351 pqn->q = q; in pqm_create_queue()
372 pqn->q = q; in pqm_create_queue()
425 if (q) { in pqm_create_queue()
468 if (pqn->q) in pqm_destroy_queue()
1028 q = pqn->q; in pqm_debugfs_mqds()
[all …]
/openbsd/sys/dev/fdt/
H A Dif_mvnetareg.h137 #define MVNETA_TQAC(q) (0x2708 + ((q) << 4)) argument
282 #define MVNETA_PXC_RXQ(q) ((q) << 1) argument
284 #define MVNETA_PXC_RXQARP(q) ((q) << 4) argument
293 #define MVNETA_PXC_TCPQ(q) ((q) << 16) argument
295 #define MVNETA_PXC_UDPQ(q) ((q) << 19) argument
297 #define MVNETA_PXC_BPDUQ(q) ((q) << 22) argument
399 #define MVNETA_IC_RXBUFQ(q) (1 << ((q) + 2)) argument
403 #define MVNETA_IC_TXEND(q) (1 << ((q) + 19)) argument
408 #define MVNETA_ICE_TXBUF(q) (1 << ((q) + 0)) argument
435 #define MVNETA_TQFPC_EN(q) (1 << (q)) argument
[all …]
/openbsd/sbin/unwind/libunbound/libunbound/
H A Dcontext.c136 free(q); in context_query_delete()
165 free(q); in context_new()
169 q->node.key = &q->querynum; in context_new()
176 free(q); in context_new()
182 free(q); in context_new()
194 return q; in context_new()
268 free(q); in context_deserialize_new_query()
273 q->node.key = &q->querynum; in context_deserialize_new_query()
277 free(q); in context_deserialize_new_query()
285 free(q); in context_deserialize_new_query()
[all …]
/openbsd/usr.sbin/unbound/libunbound/
H A Dcontext.c136 free(q); in context_query_delete()
165 free(q); in context_new()
169 q->node.key = &q->querynum; in context_new()
176 free(q); in context_new()
182 free(q); in context_new()
194 return q; in context_new()
268 free(q); in context_deserialize_new_query()
273 q->node.key = &q->querynum; in context_deserialize_new_query()
277 free(q); in context_deserialize_new_query()
285 free(q); in context_deserialize_new_query()
[all …]
/openbsd/regress/lib/libm/msun/
H A Drem_test.c111 int q; in test_invalid() local
144 int q; in testl() local
147 q = random(); in testl()
158 q = abs(q); in testl()
159 ATF_CHECK(q == (abs(expected_quo) & mask(q))); in testl()
166 int q; in testd() local
180 q = abs(q); in testd()
181 ATF_CHECK(q == (abs(expected_quo) & mask(q))); in testd()
188 int q; in testf() local
202 q = abs(q); in testf()
[all …]
/openbsd/gnu/usr.bin/perl/dist/Thread-Queue/t/
H A D06_insert.t26 ok($q, 'New queue');
29 $q->insert(5);
30 $q->insert(-5);
31 $q->insert(100);
32 $q->insert(-100);
40 ok($q, 'New queue');
52 ok($q, 'New queue');
64 ok($q, 'New queue');
76 ok($q, 'New queue');
82 ok($q, 'New queue');
[all …]
/openbsd/usr.sbin/radiusd/
H A Dradiusd.c593 q->username, q->id, q->authen->auth->module->name); in radiusd_listen_handle_packet()
662 q->deco = TAILQ_FIRST(&q->authen->deco); in raidus_query_access_request()
664 q->deco = TAILQ_NEXT(q->deco, next); in raidus_query_access_request()
692 q->deco = TAILQ_FIRST(&q->authen->deco); in radius_query_access_response()
694 q->deco = TAILQ_NEXT(q->deco, next); in radius_query_access_response()
710 q = q->prev; in radius_query_access_response()
719 q = q->prev; in radius_query_access_response()
771 q->clientaddrlen, buf0, sizeof(buf0)), q->req_id, q->username, in raidus_query_accounting_request()
816 radius_set_request_packet(q->res, q->req); in radiusd_access_request_answer()
894 TAILQ_REMOVE(&q->radiusd->query, q, next); in radiusd_access_request_aborted()
[all …]
/openbsd/sys/dev/rasops/
H A Drasops32.c72 int64_t q[4]; in rasops32_putchar() member
118 rp[0] = u.q[fb >> 6]; in rasops32_putchar()
129 rp[0] = u.q[fb >> 6]; in rasops32_putchar()
132 rp[3] = u.q[fb & 3]; in rasops32_putchar()
141 rp[0] = u.q[fb >> 6]; in rasops32_putchar()
144 rp[3] = u.q[fb & 3]; in rasops32_putchar()
146 rp[4] = u.q[fb >> 6]; in rasops32_putchar()
159 rp[3] = u.q[fb & 3]; in rasops32_putchar()
164 rp[7] = u.q[fb & 3]; in rasops32_putchar()
176 rp[3] = u.q[fb & 3]; in rasops32_putchar()
[all …]
/openbsd/regress/sys/arch/sparc64/emul-ldqstq/goodfreg/
H A Dgoodfreg.c182 asm_ldq_f0(q); in asm_ldq()
185 asm_ldq_f4(q); in asm_ldq()
188 asm_ldq_f8(q); in asm_ldq()
191 asm_ldq_f12(q); in asm_ldq()
194 asm_ldq_f16(q); in asm_ldq()
197 asm_ldq_f20(q); in asm_ldq()
200 asm_ldq_f24(q); in asm_ldq()
203 asm_ldq_f28(q); in asm_ldq()
239 asm_stq_f0(q); in asm_stq()
242 asm_stq_f4(q); in asm_stq()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D950922-1.c24 struct sq q; in f() local
50q.z += 16; p++; if (++q.t >= 8) { if (g(fp, &q)) goto error; p = w; }} n -= 16; }{ p->x = (zeroes)… in f()
53 { p->x = ("0"); p->r = 1; q.z += 1; p++; if (++q.t >= 8) { if (g(fp, &q)) goto error; p = w; }} in f()
54 { p->x = 0; p->r = 1; q.z += 1; p++; if (++q.t >= 8) { if (g(fp, &q)) goto error; p = w; }} in f()
55q.z += 16; p++; if (++q.t >= 8) { if (g(fp, &q)) goto error; p = w; }} n -= 16; }{ p->x = (zeroes)… in f()
56 … { p->x = cp; p->r = ndig; q.z += ndig; p++; if (++q.t >= 8) { if (g(fp, &q)) goto error; p = w; }} in f()
58 … { p->x = cp; p->r = expt; q.z += expt; p++; if (++q.t >= 8) { if (g(fp, &q)) goto error; p = w; }} in f()
60 { p->x = ("."); p->r = 1; q.z += 1; p++; if (++q.t >= 8) { if (g(fp, &q)) goto error; p = w; }} in f()
61 …{ p->x = cp; p->r = (ndig-expt); q.z += (ndig-expt); p++; if (++q.t >= 8) { if (g(fp, &q)) goto er… in f()

12345678910>>...80