Home
last modified time | relevance | path

Searched refs:oq (Results 1 – 25 of 2040) sorted by relevance

12345678910>>...82

/dports/net-im/dendrite/dendrite-0.5.1/federationsender/queue/
H A Ddestinationqueue.go94 oq.pendingMutex.Lock()
96 oq.pendingPDUs = append(oq.pendingPDUs, &queuedPDU{
139 oq.pendingEDUs = append(oq.pendingEDUs, &queuedEDU{
180 oq.pendingMutex.Lock()
203 oq.pendingPDUs = append(oq.pendingPDUs, &queuedPDU{receipt, pdu})
217 oq.pendingEDUs = append(oq.pendingEDUs, &queuedEDU{receipt, edu})
247 defer oq.queues.clearQueue(oq)
264 case <-oq.notify:
343 oq.pendingPDUs = oq.pendingPDUs[pc:]
344 oq.pendingEDUs = oq.pendingEDUs[ec:]
[all …]
/dports/biology/hisat2/hisat2-2.2.1/
H A Doutq.cpp115 oq.beginRead(1); in main()
119 oq.beginRead(3); in main()
123 oq.beginRead(2); in main()
127 oq.flush(); in main()
131 oq.beginRead(0); in main()
135 oq.flush(); in main()
143 oq.flush(); in main()
147 oq.flush(true); in main()
155 oq.flush(true); in main()
163 oq.flush(true); in main()
[all …]
/dports/textproc/docbook2X/docbook2X-0.8.8/test/utf8trans/
H A Dlong.txt.out1 \(en\(en\(em\(em\(lq\(lq\(rq\(rq\(oq\(oq\(cq\(cq\&...\&...\(tm\(tm\(rg\(rg\(hy\(hy
3oq\(oq\(cq\(cq\&...\&...\(tm\(tm\(rg\(rg\(hy\(hy\(en\(en\(em\(em\(lq\(lq\(rq\(rq\(oq\(oq\(cq\(cq\&…
4oq\(oq\(cq\(cq\&...\&...\(tm\(tm\(rg\(rg\(hy\(hy\(en\(en\(em\(em\(lq\(lq\(rq\(rq\(oq\(oq\(cq\(cq\&…
5oq\(oq\(cq\(cq\&...\&...\(tm\(tm\(rg\(rg\(hy\(hy\(en\(en\(em\(em\(lq\(lq\(rq\(rq\(oq\(oq\(cq\(cq\&…
7 \(en\(en\(em\(em\(lq\(lqabc\(oq\(cq\(cq\&...\&...d\(tm\(rg\(rg\(hy\(hy\(en\(en\(em\(em
8oq\(cq\(cq\&...\&...d\(tm\(rg\(rg\(hy\(hy\(en\(en\(em\(em\(lq\(lqabc\(oq\(cq\(cq\&...\&...d\(tm\(r…
/dports/devel/tla/tla-1.3.5/src/hackerlab/obqueues/
H A Dobqueue.c57 if (!oq) in init_obqueue()
60 mem_set0 ((t_uchar *)oq, sizeof (*oq)); in init_obqueue()
72 if (!oq) in uninit_obqueue()
96 mem_set0 ((t_uchar *)oq, sizeof (*oq)); in uninit_obqueue()
108 if (!oq) in obqueue__room()
122 if (!oq) in obqueue__head()
136 if (!oq) in obqueue__tail()
475 ++oq->_head; in obqueue_pop()
504 oq->_head = (oq->_head - obqueue__room (oq, limits, elt_size, type, closure)); in obqueue_pop_n()
521 answer = oq->_storage + oq->_tail * elt_size; in obqueue_append()
[all …]
H A Dobqueue.h55 extern int init_obqueue (t_obqueue * oq,
60 extern void uninit_obqueue (t_obqueue * oq,
65 extern ssize_t obqueue__room (t_obqueue * oq,
70 extern int obqueue_is_empty (t_obqueue * oq,
75 extern int obqueue_size (t_obqueue * oq,
86 extern void * obqueue_peek (t_obqueue * oq,
91 extern void * obqueue_n (t_obqueue * oq,
112 extern void * obqueue_push (t_obqueue * oq,
117 extern int obqueue_push_n (t_obqueue * oq,
123 extern void obqueue_pop (t_obqueue * oq,
[all …]
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Doutq.cpp167 oq.beginRead(1); in main()
171 oq.beginRead(3); in main()
175 oq.beginRead(2); in main()
179 oq.flush(); in main()
183 oq.beginRead(0); in main()
187 oq.flush(); in main()
195 oq.flush(); in main()
199 oq.flush(true); in main()
207 oq.flush(true); in main()
215 oq.flush(true); in main()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_occlusion_query2/
H A Dapi.c45 GLuint oq[2]; in test_error_begin_while_other_active() local
51 glGenQueries(2, oq); in test_error_begin_while_other_active()
65 glGenQueries(2, oq); in test_error_begin_while_other_active()
113 GLuint oq; in test_error_begin_wrong_target() local
115 glGenQueries(1, &oq); in test_error_begin_wrong_target()
145 GLuint oq; in test_error_end_wrong_target() local
147 glGenQueries(1, &oq); in test_error_end_wrong_target()
166 glGenQueries(1, &oq); in test_error_end_wrong_target()
187 GLuint oq; in test_current_query() local
218 if (result != oq) { in test_current_query()
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/quad/
H A Dquadcopy.c37 QuadCopy(oq) in QuadCopy() argument
38 Quad *oq; in QuadCopy()
42 if (!oq) return NULL;
44 q->p = OOGLNewNE(QuadP, oq->maxquad, "quad verts");
46 q->geomflags = oq->geomflags;
47 q->maxquad = oq->maxquad;
48 memcpy(q->p, oq->p, oq->maxquad * sizeof(QuadP));
50 if(oq->geomflags & QUAD_N) {
52 memcpy(q->n, oq->n, oq->maxquad * sizeof(QuadN));
56 if(oq->geomflags & QUAD_C) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsns.pl881 if ($oq eq '128' || $oq eq 'l0' || $oq eq 'lz') {
883 } elsif ($oq eq '256' || $oq eq 'l1') {
897 } elsif ($oq eq '66' || $oq eq 'p1') {
899 } elsif ($oq eq 'f3' || $oq eq 'p2') {
901 } elsif ($oq eq 'f2' || $oq eq 'p3') {
911 } elsif ($oq eq 'nds' || $oq eq 'ndd' || $oq eq 'dds') {
940 if ($oq eq '128' || $oq eq 'l0' || $oq eq 'lz' || $oq eq 'lig') {
956 } elsif ($oq eq '66' || $oq eq 'p1') {
958 } elsif ($oq eq 'f3' || $oq eq 'p2') {
960 } elsif ($oq eq 'f2' || $oq eq 'p3') {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsns.pl896 if ($oq eq '128' || $oq eq 'l0' || $oq eq 'lz') {
898 } elsif ($oq eq '256' || $oq eq 'l1') {
912 } elsif ($oq eq '66' || $oq eq 'p1') {
914 } elsif ($oq eq 'f3' || $oq eq 'p2') {
916 } elsif ($oq eq 'f2' || $oq eq 'p3') {
926 } elsif ($oq eq 'nds' || $oq eq 'ndd' || $oq eq 'dds') {
955 if ($oq eq '128' || $oq eq 'l0' || $oq eq 'lz' || $oq eq 'lig') {
971 } elsif ($oq eq '66' || $oq eq 'p1') {
973 } elsif ($oq eq 'f3' || $oq eq 'p2') {
975 } elsif ($oq eq 'f2' || $oq eq 'p3') {
[all …]
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsns.pl947 if ($oq eq '128' || $oq eq 'l0' || $oq eq 'lz') {
961 } elsif ($oq eq 'np' || $oq eq 'p0') {
963 } elsif ($oq eq '66' || $oq eq 'p1') {
965 } elsif ($oq eq 'f3' || $oq eq 'p2') {
967 } elsif ($oq eq 'f2' || $oq eq 'p3') {
977 } elsif ($oq eq 'nds' || $oq eq 'ndd' || $oq eq 'dds') {
1003 if ($oq eq '128' || $oq eq 'l0' || $oq eq 'lz' || $oq eq 'lig') {
1017 } elsif ($oq eq 'np' || $oq eq 'p0') {
1019 } elsif ($oq eq '66' || $oq eq 'p1') {
1021 } elsif ($oq eq 'f3' || $oq eq 'p2') {
[all …]
/dports/x11/alttab/alttab-1.6.0/src/
H A Drandr.c189 free(oq); in randrGetViewport()
196 free(oq); in randrGetViewport()
205 free(oq); in randrGetViewport()
213 x1 = aq.x > oq[o].x ? aq.x : oq[o].x; in randrGetViewport()
215 (oq[o].x + oq[o].w) ? (aq.x + aq.w) : (oq[o].x + oq[o].w); in randrGetViewport()
216 y1 = aq.y > oq[o].y ? aq.y : oq[o].y; in randrGetViewport()
218 (oq[o].y + oq[o].h) ? (aq.y + aq.h) : (oq[o].y + oq[o].h); in randrGetViewport()
248 free(oq); in randrGetViewport()
254 oq[best_1_stage_output].w * oq[best_1_stage_output].h; in randrGetViewport()
259 area = oq[o].w * oq[o].h; in randrGetViewport()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_vf_regs.h164 #define CN23XX_VF_SLI_OQ_PKT_CONTROL(oq) \ argument
167 #define CN23XX_VF_SLI_OQ_BASE_ADDR64(oq) \ argument
170 #define CN23XX_VF_SLI_OQ_SIZE(oq) \ argument
171 (CN23XX_VF_SLI_OQ_SIZE_START + ((oq) * CN23XX_VF_OQ_OFFSET))
173 #define CN23XX_VF_SLI_OQ_BUFF_INFO_SIZE(oq) \ argument
176 #define CN23XX_VF_SLI_OQ_PKTS_SENT(oq) \ argument
179 #define CN23XX_VF_SLI_OQ_PKTS_CREDIT(oq) \ argument
182 #define CN23XX_VF_SLI_OQ_PKT_INT_LEVELS(oq) \ argument
186 #define CN23XX_VF_SLI_OQ_PKT_INT_LEVELS_CNT(oq) \ argument
189 #define CN23XX_VF_SLI_OQ_PKT_INT_LEVELS_TIME(oq) \ argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_vf_regs.h164 #define CN23XX_VF_SLI_OQ_PKT_CONTROL(oq) \ argument
167 #define CN23XX_VF_SLI_OQ_BASE_ADDR64(oq) \ argument
170 #define CN23XX_VF_SLI_OQ_SIZE(oq) \ argument
171 (CN23XX_VF_SLI_OQ_SIZE_START + ((oq) * CN23XX_VF_OQ_OFFSET))
173 #define CN23XX_VF_SLI_OQ_BUFF_INFO_SIZE(oq) \ argument
176 #define CN23XX_VF_SLI_OQ_PKTS_SENT(oq) \ argument
179 #define CN23XX_VF_SLI_OQ_PKTS_CREDIT(oq) \ argument
182 #define CN23XX_VF_SLI_OQ_PKT_INT_LEVELS(oq) \ argument
186 #define CN23XX_VF_SLI_OQ_PKT_INT_LEVELS_CNT(oq) \ argument
189 #define CN23XX_VF_SLI_OQ_PKT_INT_LEVELS_TIME(oq) \ argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_vf_regs.h164 #define CN23XX_VF_SLI_OQ_PKT_CONTROL(oq) \ argument
167 #define CN23XX_VF_SLI_OQ_BASE_ADDR64(oq) \ argument
170 #define CN23XX_VF_SLI_OQ_SIZE(oq) \ argument
171 (CN23XX_VF_SLI_OQ_SIZE_START + ((oq) * CN23XX_VF_OQ_OFFSET))
173 #define CN23XX_VF_SLI_OQ_BUFF_INFO_SIZE(oq) \ argument
176 #define CN23XX_VF_SLI_OQ_PKTS_SENT(oq) \ argument
179 #define CN23XX_VF_SLI_OQ_PKTS_CREDIT(oq) \ argument
182 #define CN23XX_VF_SLI_OQ_PKT_INT_LEVELS(oq) \ argument
186 #define CN23XX_VF_SLI_OQ_PKT_INT_LEVELS_CNT(oq) \ argument
189 #define CN23XX_VF_SLI_OQ_PKT_INT_LEVELS_TIME(oq) \ argument
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Difc-pr71683.c9 int oq = 0; in u1() local
13 int j4, w7 = oq; in u1()
15 oq = 0 / oq; in u1()
16 ve %= oq; in u1()
18 ve ^= oq; in u1()
20 oq = ve; in u1()
23 oq = ve; in u1()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Difc-pr71683.c9 int oq = 0; in u1() local
13 int j4, w7 = oq; in u1()
15 oq = 0 / oq; in u1()
16 ve %= oq; in u1()
18 ve ^= oq; in u1()
20 oq = ve; in u1()
23 oq = ve; in u1()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Difc-pr71683.c9 int oq = 0; in u1() local
13 int j4, w7 = oq; in u1()
15 oq = 0 / oq; in u1()
16 ve %= oq; in u1()
18 ve ^= oq; in u1()
20 oq = ve; in u1()
23 oq = ve; in u1()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Difc-pr71683.c9 int oq = 0; in u1() local
13 int j4, w7 = oq; in u1()
15 oq = 0 / oq; in u1()
16 ve %= oq; in u1()
18 ve ^= oq; in u1()
20 oq = ve; in u1()
23 oq = ve; in u1()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Difc-pr71683.c9 int oq = 0; in u1() local
13 int j4, w7 = oq; in u1()
15 oq = 0 / oq; in u1()
16 ve %= oq; in u1()
18 ve ^= oq; in u1()
20 oq = ve; in u1()
23 oq = ve; in u1()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Difc-pr71683.c9 int oq = 0; in u1() local
13 int j4, w7 = oq; in u1()
15 oq = 0 / oq; in u1()
16 ve %= oq; in u1()
18 ve ^= oq; in u1()
20 oq = ve; in u1()
23 oq = ve; in u1()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Difc-pr71683.c9 int oq = 0; in u1() local
13 int j4, w7 = oq; in u1()
15 oq = 0 / oq; in u1()
16 ve %= oq; in u1()
18 ve ^= oq; in u1()
20 oq = ve; in u1()
23 oq = ve; in u1()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tree-ssa/
H A Difc-pr71683.c9 int oq = 0; in u1() local
13 int j4, w7 = oq; in u1()
15 oq = 0 / oq; in u1()
16 ve %= oq; in u1()
18 ve ^= oq; in u1()
20 oq = ve; in u1()
23 oq = ve; in u1()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Difc-pr71683.c9 int oq = 0; in u1() local
13 int j4, w7 = oq; in u1()
15 oq = 0 / oq; in u1()
16 ve %= oq; in u1()
18 ve ^= oq; in u1()
20 oq = ve; in u1()
23 oq = ve; in u1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Difc-pr71683.c9 int oq = 0; in u1() local
13 int j4, w7 = oq; in u1()
15 oq = 0 / oq; in u1()
16 ve %= oq; in u1()
18 ve ^= oq; in u1()
20 oq = ve; in u1()
23 oq = ve; in u1()

12345678910>>...82