Home
last modified time | relevance | path

Searched refs:dq (Results 1 – 25 of 5856) sorted by relevance

12345678910>>...235

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/travis/test/
H A Dtestnos3.asm7 dq 9.e0306
10 dq 4.e-079
13 dq 7.e-261
16 dq 6.e-025
19 dq 7.e-161
22 dq 7.e0289
25 dq 5.e0079
28 dq 1.e0080
31 dq 7.e-303
34 dq 5.e0152
[all …]
/dports/devel/nasm/nasm-2.15.05/travis/test/
H A Dtestnos3.asm7 dq 9.e0306
10 dq 4.e-079
13 dq 7.e-261
16 dq 6.e-025
19 dq 7.e-161
22 dq 7.e0289
25 dq 5.e0079
28 dq 1.e0080
31 dq 7.e-303
34 dq 5.e0152
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/test/
H A Dtestnos3.asm9 dq 9.e0306
12 dq 4.e-079
15 dq 7.e-261
18 dq 6.e-025
21 dq 7.e-161
24 dq 7.e0289
27 dq 5.e0079
30 dq 1.e0080
33 dq 7.e-303
36 dq 5.e0152
[all …]
H A Dfloatx.asm78 dq 1.0
79 dq 0x1.0
80 dq 2.0
81 dq 0x2.0
84 dq 0x0.0
111 dq NaN
252 dq 1.0
254 dq 2.0
284 dq NaN
423 dq 1.0
[all …]
/dports/devel/nasm/nasm-2.15.05/test/
H A Dtestnos3.asm9 dq 9.e0306
12 dq 4.e-079
15 dq 7.e-261
18 dq 6.e-025
21 dq 7.e-161
24 dq 7.e0289
27 dq 5.e0079
30 dq 1.e0080
33 dq 7.e-303
36 dq 5.e0152
[all …]
H A Dfloatx.asm78 dq 1.0
79 dq 0x1.0
80 dq 2.0
81 dq 0x2.0
84 dq 0x0.0
111 dq NaN
252 dq 1.0
254 dq 2.0
284 dq NaN
423 dq 1.0
[all …]
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-lua-ffi.cc29 return dq->dq->qtype; in dnsdist_ffi_dnsquestion_get_qtype()
34 return dq->dq->qclass; in dnsdist_ffi_dnsquestion_get_qclass()
125 return dq->dq->tcp; in dnsdist_ffi_dnsquestion_get_tcp()
135 return dq->dq->useECS; in dnsdist_ffi_dnsquestion_get_use_ecs()
140 return dq->dq->addXPF; in dnsdist_ffi_dnsquestion_get_add_xpf()
198 dq->httpPath = dq->dq->du->getHTTPPath(); in dnsdist_ffi_dnsquestion_get_http_path()
230 dq->httpHost = dq->dq->du->getHTTPHost(); in dnsdist_ffi_dnsquestion_get_http_host()
246 dq->httpScheme = dq->dq->du->getHTTPScheme(); in dnsdist_ffi_dnsquestion_get_http_scheme()
328 if (dq->dq->qTag == nullptr || dq->dq->qTag->size() == 0) { in dnsdist_ffi_dnsquestion_get_tag_array()
333 dq->tagsVect.resize(dq->dq->qTag->size()); in dnsdist_ffi_dnsquestion_get_tag_array()
[all …]
H A Ddnsdist-lua-bindings-dnsquestion.cc35 …)>("rcode", [](const DNSQuestion& dq) -> int { return dq.getHeader()->rcode; }, [](DNSQuestion& dq in setupLuaBindingsDNSQuestion() argument
42 …("skipCache", [](const DNSQuestion& dq) -> bool { return dq.skipCache; }, [](DNSQuestion& dq, bool… in setupLuaBindingsDNSQuestion() argument
43 …on::*)>("useECS", [](const DNSQuestion& dq) -> bool { return dq.useECS; }, [](DNSQuestion& dq, boo… in setupLuaBindingsDNSQuestion() argument
44 …csOverride", [](const DNSQuestion& dq) -> bool { return dq.ecsOverride; }, [](DNSQuestion& dq, boo… in setupLuaBindingsDNSQuestion() argument
73 return dq.sni; in setupLuaBindingsDNSQuestion()
91 if (!dq.qTag) { in setupLuaBindingsDNSQuestion()
100 if (!dq.qTag) { in setupLuaBindingsDNSQuestion()
112 if (!dq.qTag) { in setupLuaBindingsDNSQuestion()
117 return *dq.qTag; in setupLuaBindingsDNSQuestion()
186 …)>("rcode", [](const DNSResponse& dq) -> int { return dq.getHeader()->rcode; }, [](DNSResponse& dq in setupLuaBindingsDNSQuestion() argument
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/
H A D134.scm125 (check (+ (dq-lenf dq) 1) (cons x (dq-f dq)) (dq-lenr dq) (dq-r dq)))
143 (check (- (dq-lenf dq) 1) (cdr (dq-f dq)) (dq-lenr dq) (dq-r dq))))
148 (check (dq-lenf dq) (dq-f dq) (+ (dq-lenr dq) 1) (cons x (dq-r dq))))
166 (check (dq-lenf dq) (dq-f dq) (- (dq-lenr dq) 1) (cdr (dq-r dq)))))
173 (%make-dq (dq-lenr dq) (dq-r dq) (dq-lenf dq) (dq-f dq))))
214 (let ((len (+ (dq-lenf dq) (dq-lenr dq))))
251 (%ideque-drop dq (- (ideque-length dq) n)))
263 (%ideque-take dq (- (ideque-length dq) n)))
275 (+ (dq-lenf dq) (dq-lenr dq)))
440 (append (dq-f dq) (reverse (dq-r dq))))
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/sitelib/srfi/%3a134/
H A Dideque.scm193 (check (+ (dq-lenf dq) 1) (cons x (dq-f dq)) (dq-lenr dq) (dq-r dq)))
211 (check (- (dq-lenf dq) 1) (cdr (dq-f dq)) (dq-lenr dq) (dq-r dq))))
216 (check (dq-lenf dq) (dq-f dq) (+ (dq-lenr dq) 1) (cons x (dq-r dq))))
234 (check (dq-lenf dq) (dq-f dq) (- (dq-lenr dq) 1) (cdr (dq-r dq)))))
241 (%make-dq (dq-lenr dq) (dq-r dq) (dq-lenf dq) (dq-f dq))))
282 (let ((len (+ (dq-lenf dq) (dq-lenr dq))))
319 (%ideque-drop dq (- (ideque-length dq) n)))
331 (%ideque-take dq (- (ideque-length dq) n)))
343 (+ (dq-lenf dq) (dq-lenr dq)))
508 (append (dq-f dq) (reverse (dq-r dq))))
[all …]
/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/lib/
H A Dcrc32_const.asm42 dq 0x0000000079d09793, 0x00000000da9c52d0 ; 896-b fold
43 dq 0x00000000ac594d98, 0x000000007def8667 ; 768-b fold
44 dq 0x0000000038f8236c, 0x000000009a6aeb31 ; 640-b fold
45 dq 0x00000000aa97d41d, 0x00000000a6955f31 ; 512-b fold
46 dq 0x00000000e6957b4d, 0x00000000aa5eec4a ; 384-b fold
47 dq 0x0000000059a3508a, 0x000000007bba6798 ; 256-b fold
67 dq 0x0000000000000000, 0x0000000000000000 ; padding
85 dq 0x0000000000000000, 0x0000000000000000 ; padding
104 dq 0x0000000000000000, 0x0000000000000000 ; padding
123 dq 0x0000000000000000, 0x0000000000000000 ; padding
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/ufs/
H A Dufs_quota1.c143 if (dq->dq_curblocks < dq->dq_bsoftlimit) { in chkdqchg()
622 (dq->dq_bsoftlimit == 0 || dq->dq_curblocks < dq->dq_bsoftlimit)) in quota1_handle_cmd_put()
626 (dq->dq_isoftlimit == 0 || dq->dq_curinodes < dq->dq_isoftlimit)) in quota1_handle_cmd_put()
629 if (dq->dq_curblocks < dq->dq_bsoftlimit) in quota1_handle_cmd_put()
631 if (dq->dq_curinodes < dq->dq_isoftlimit) in quota1_handle_cmd_put()
674 (dq->dq_bsoftlimit == 0 || dq->dq_curblocks < dq->dq_bsoftlimit))
678 (dq->dq_isoftlimit == 0 || dq->dq_curinodes < dq->dq_isoftlimit))
681 if (dq->dq_curblocks < dq->dq_bsoftlimit)
683 if (dq->dq_curinodes < dq->dq_isoftlimit)
719 if (dq->dq_bsoftlimit && dq->dq_curblocks < dq->dq_bsoftlimit &&
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/lfs/
H A Dulfs_quota1.c144 if (dq->dq_curblocks < dq->dq_bsoftlimit) { in chkdqchg()
620 (dq->dq_bsoftlimit == 0 || dq->dq_curblocks < dq->dq_bsoftlimit)) in lfsquota1_handle_cmd_put()
624 (dq->dq_isoftlimit == 0 || dq->dq_curinodes < dq->dq_isoftlimit)) in lfsquota1_handle_cmd_put()
627 if (dq->dq_curblocks < dq->dq_bsoftlimit) in lfsquota1_handle_cmd_put()
629 if (dq->dq_curinodes < dq->dq_isoftlimit) in lfsquota1_handle_cmd_put()
672 (dq->dq_bsoftlimit == 0 || dq->dq_curblocks < dq->dq_bsoftlimit))
676 (dq->dq_isoftlimit == 0 || dq->dq_curinodes < dq->dq_isoftlimit))
679 if (dq->dq_curblocks < dq->dq_bsoftlimit)
681 if (dq->dq_curinodes < dq->dq_isoftlimit)
717 if (dq->dq_bsoftlimit && dq->dq_curblocks < dq->dq_bsoftlimit &&
[all …]
/dports/lang/gauche/Gauche-0.9.10/lib/data/
H A Dideque.scm138 (check (+ (dq-lenf dq) 1) (cons x (dq-f dq)) (dq-lenr dq) (dq-r dq)))
154 (check (- (dq-lenf dq) 1) (cdr (dq-f dq)) (dq-lenr dq) (dq-r dq))))
158 (check (dq-lenf dq) (dq-f dq) (+ (dq-lenr dq) 1) (cons x (dq-r dq))))
174 (check (dq-lenf dq) (dq-f dq) (- (dq-lenr dq) 1) (cdr (dq-r dq)))))
180 (%make-dq (dq-lenr dq) (dq-r dq) (dq-lenf dq) (dq-f dq))))
269 (define (ideque-length dq) (+ (dq-lenf dq) (dq-lenr dq)))
280 [(pred dq) (+ (count pred (dq-f dq)) (count pred (dq-r dq)))]
290 [(proc dq) (%make-dq (dq-lenf dq) (map proc (dq-f dq))
418 [(pred dq) (if (null? (dq-r dq))
426 [(pred dq) (if (null? (dq-r dq))
[all …]
/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/lib/avx512/
H A Dsha256_x16_avx512.asm299 dq 0x428a2f98428a2f98, 0x428a2f98428a2f98
300 dq 0x428a2f98428a2f98, 0x428a2f98428a2f98
301 dq 0x428a2f98428a2f98, 0x428a2f98428a2f98
302 dq 0x428a2f98428a2f98, 0x428a2f98428a2f98
303 dq 0x7137449171374491, 0x7137449171374491
304 dq 0x7137449171374491, 0x7137449171374491
305 dq 0x7137449171374491, 0x7137449171374491
306 dq 0x7137449171374491, 0x7137449171374491
307 dq 0xb5c0fbcfb5c0fbcf, 0xb5c0fbcfb5c0fbcf
308 dq 0xb5c0fbcfb5c0fbcf, 0xb5c0fbcfb5c0fbcf
[all …]
H A Dsha512_x8_avx512.asm241 dq 0x428a2f98d728ae22, 0x428a2f98d728ae22, 0x428a2f98d728ae22, 0x428a2f98d728ae22
242 dq 0x428a2f98d728ae22, 0x428a2f98d728ae22, 0x428a2f98d728ae22, 0x428a2f98d728ae22
244 dq 0x7137449123ef65cd, 0x7137449123ef65cd, 0x7137449123ef65cd, 0x7137449123ef65cd
245 dq 0xb5c0fbcfec4d3b2f, 0xb5c0fbcfec4d3b2f, 0xb5c0fbcfec4d3b2f, 0xb5c0fbcfec4d3b2f
246 dq 0xb5c0fbcfec4d3b2f, 0xb5c0fbcfec4d3b2f, 0xb5c0fbcfec4d3b2f, 0xb5c0fbcfec4d3b2f
247 dq 0xe9b5dba58189dbbc, 0xe9b5dba58189dbbc, 0xe9b5dba58189dbbc, 0xe9b5dba58189dbbc
248 dq 0xe9b5dba58189dbbc, 0xe9b5dba58189dbbc, 0xe9b5dba58189dbbc, 0xe9b5dba58189dbbc
407 dq 0x0001020304050607, 0x08090a0b0c0d0e0f
409 dq 0x1011121314151617, 0x18191a1b1c1d1e1f
411 dq 0x2021222324252627, 0x28292a2b2c2d2e2f
[all …]
/dports/devel/p5-Directory-Queue/Directory-Queue-2.0/t/
H A D1normal.t22 $dq->lock($elt);
24 $dq->unlock($elt);
61 $elt = $dq->first();
69 $elt = $dq->next();
107 $dq->lock($elt);
110 $elt = $dq->next();
111 $dq->lock($elt);
115 $dq->touch($elt);
148 for ($elt = $dq->first(); $elt; $elt = $dq->next()) {
152 for ($elt = $dq->first(); $elt; $elt = $dq->next()) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_circular_deque_test.cc187 dq2.assign(dq.begin(), dq.end()); in TEST_F()
301 EXPECT_EQ(dq.size(), dq.capacity()); in TEST_F()
303 EXPECT_LT(&dq.front(), &dq.back()); in TEST_F()
317 EXPECT_LT(&dq.front(), &dq.back()); in TEST_F()
331 EXPECT_GT(&dq.front(), &dq.back()); in TEST_F()
345 EXPECT_GT(&dq.front(), &dq.back()); in TEST_F()
359 EXPECT_LT(&dq.front(), &dq.back()); in TEST_F()
374 EXPECT_EQ(dq.begin(), dq.end()); in TEST_F()
375 EXPECT_EQ(dq.cbegin(), dq.cend()); in TEST_F()
376 EXPECT_EQ(dq.rbegin(), dq.rend()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_circular_deque_test.cc187 dq2.assign(dq.begin(), dq.end()); in TEST_F()
301 EXPECT_EQ(dq.size(), dq.capacity()); in TEST_F()
303 EXPECT_LT(&dq.front(), &dq.back()); in TEST_F()
317 EXPECT_LT(&dq.front(), &dq.back()); in TEST_F()
331 EXPECT_GT(&dq.front(), &dq.back()); in TEST_F()
345 EXPECT_GT(&dq.front(), &dq.back()); in TEST_F()
359 EXPECT_LT(&dq.front(), &dq.back()); in TEST_F()
374 EXPECT_EQ(dq.begin(), dq.end()); in TEST_F()
375 EXPECT_EQ(dq.cbegin(), dq.cend()); in TEST_F()
376 EXPECT_EQ(dq.rbegin(), dq.rend()); in TEST_F()
[all …]
/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/lib/include/
H A Dgcm_defines.asm90 dq 0x0000000000000001, 0x0000000000000000
91 dq 0x0000000000000002, 0x0000000000000000
92 dq 0x0000000000000003, 0x0000000000000000
93 dq 0x0000000000000004, 0x0000000000000000
97 dq 0x0000000000000005, 0x0000000000000000
98 dq 0x0000000000000006, 0x0000000000000000
99 dq 0x0000000000000007, 0x0000000000000000
100 dq 0x0000000000000008, 0x0000000000000000
104 dq 0x0000000000000004, 0x0000000000000000
105 dq 0x0000000000000004, 0x0000000000000000
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/diskq/tests/
H A Dtest_reliable_backlog.c60 LogQueueDiskReliable *dq; in _init_diskq_for_test() local
68 dq = (LogQueueDiskReliable *)q; in _init_diskq_for_test()
75 return dq; in _init_diskq_for_test()
131 dq->super.qdisk->hdr->backlog_head = dq->super.qdisk->hdr->read_head; in _prepare_eof_test()
142 dq->super.qdisk->hdr->backlog_head = dq->super.qdisk->hdr->read_head; in _prepare_eof_test()
159 cr_assert_eq(dq->super.qdisk->hdr->read_head, dq->super.qdisk->hdr->write_head, in test_read_over_eof()
178 cr_assert_eq(dq->super.qdisk->hdr->read_head, dq->super.qdisk->hdr->write_head, in test_rewind_over_eof()
190 cr_assert_eq(dq->super.qdisk->hdr->read_head, dq->super.qdisk->hdr->write_head, in test_rewind_over_eof()
202 cr_assert_eq(dq->super.qdisk->hdr->backlog_head, dq->super.qdisk->hdr->read_head, in test_ack_over_eof()
230 test_rewind_over_eof(dq); in Test()
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/adt/
H A Dpdeq.c55 # define VRFY(dq) assert((dq) && ((dq)->magic == PDEQ_MAGIC1)) argument
120 pdeq *dq; in new_pdeq() local
127 dq->l_end = dq->r_end = dq; in new_pdeq()
128 dq->l = dq->r = NULL; in new_pdeq()
129 dq->n = dq->p = 0; in new_pdeq()
131 VRFY(dq); in new_pdeq()
146 VRFY(dq); in del_pdeq()
150 if (dq->n == 0 && dq->l_end != dq ) { in del_pdeq()
164 VRFY(dq); in pdeq_empty()
287 dq->r_end = dq->l_end = dq; in pdeq_getr()
[all …]
/dports/devel/isa-l/isa-l-2.30.0/crc/
H A Dcrc32_iscsi_01.asm461 dq 0x14cd00bd6, 0x105ec76f0
462 dq 0x0ba4fc28e, 0x14cd00bd6
463 dq 0x1d82c63da, 0x0f20c0dfe
464 dq 0x09e4addf8, 0x0ba4fc28e
465 dq 0x039d3b296, 0x1384aa63a
466 dq 0x102f9b8a2, 0x1d82c63da
467 dq 0x14237f5e6, 0x01c291d04
468 dq 0x00d3b6092, 0x09e4addf8
469 dq 0x0c96cfdc0, 0x0740eef02
470 dq 0x18266e456, 0x039d3b296
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/soc/fsl/
H A Ddpaa2-global.h20 struct dq { struct
33 } dq; member
70 return dq->dq.stat; in dpaa2_dq_flags()
93 return !!(dpaa2_dq_flags(dq) & DPAA2_DQ_STAT_EXPIRED); in dpaa2_dq_is_pull_complete()
106 return le16_to_cpu(dq->dq.seqnum); in dpaa2_dq_seqnum()
119 return le16_to_cpu(dq->dq.oprid); in dpaa2_dq_odpid()
130 return le32_to_cpu(dq->dq.fqid) & DQ_FQID_MASK; in dpaa2_dq_fqid()
141 return le32_to_cpu(dq->dq.fq_byte_cnt); in dpaa2_dq_byte_count()
152 return le32_to_cpu(dq->dq.fq_frm_cnt) & DQ_FRAME_COUNT_MASK; in dpaa2_dq_frame_count()
163 return le64_to_cpu(dq->dq.fqd_ctx); in dpaa2_dq_fqd_ctx()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/soc/fsl/
H A Ddpaa2-global.h20 struct dq { struct
33 } dq; member
70 return dq->dq.stat; in dpaa2_dq_flags()
93 return !!(dpaa2_dq_flags(dq) & DPAA2_DQ_STAT_EXPIRED); in dpaa2_dq_is_pull_complete()
106 return le16_to_cpu(dq->dq.seqnum); in dpaa2_dq_seqnum()
119 return le16_to_cpu(dq->dq.oprid); in dpaa2_dq_odpid()
130 return le32_to_cpu(dq->dq.fqid) & DQ_FQID_MASK; in dpaa2_dq_fqid()
141 return le32_to_cpu(dq->dq.fq_byte_cnt); in dpaa2_dq_byte_count()
152 return le32_to_cpu(dq->dq.fq_frm_cnt) & DQ_FRAME_COUNT_MASK; in dpaa2_dq_frame_count()
163 return le64_to_cpu(dq->dq.fqd_ctx); in dpaa2_dq_fqd_ctx()
[all …]

12345678910>>...235