Home
last modified time | relevance | path

Searched refs:newq (Results 1 – 25 of 147) sorted by relevance

123456

/dports/mail/courier/courier-0.65.3/courier/
H A Dcdmsgq.C624 if (!newq) in queuescan3()
666 newq->prevhash=0; in queuescan3()
676 newq->msgnum=inum; in queuescan3()
689 logmsgid(newq); in queuescan3()
773 logmsgid(newq); in queuescan3()
780 newq->rcptinfo_list.resize(++newq->rcptcount); in queuescan3()
801 newq->rcptinfo_list.resize(--newq->rcptcount); in queuescan3()
807 newq->rcptinfo_list[j].init(newq, module, host, address); in queuescan3()
813 logmsgid(newq); in queuescan3()
849 newq->next=qp; in queuescan3()
[all …]
H A Dcdrcptinfo.C20 void rcptinfo::init(msgq *newq, drvinfo *module, in init() argument
24 msg=newq; in init()
33 void rcptinfo::init_1rcpt(msgq *newq, drvinfo *module, in init_1rcpt() argument
37 msg=newq; in init_1rcpt()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/search/
H A Dfgrep-aho.c175 struct queue_s *newq, *tmpqueue; in trie_calc_failure_links() local
185 newq->nxt = NULL; in trie_calc_failure_links()
186 newq->trie = trie; in trie_calc_failure_links()
188 queueend->nxt = newq; in trie_calc_failure_links()
189 queueend = newq; in trie_calc_failure_links()
191 queue = queueend = newq; in trie_calc_failure_links()
212 newq->trie = u; in trie_calc_failure_links()
213 newq->nxt = NULL; in trie_calc_failure_links()
215 queueend->nxt = newq; in trie_calc_failure_links()
216 queueend = newq; in trie_calc_failure_links()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/search/
H A Dfgrep-aho.c175 struct queue_s *newq, *tmpqueue; in trie_calc_failure_links() local
185 newq->nxt = NULL; in trie_calc_failure_links()
186 newq->trie = trie; in trie_calc_failure_links()
188 queueend->nxt = newq; in trie_calc_failure_links()
189 queueend = newq; in trie_calc_failure_links()
191 queue = queueend = newq; in trie_calc_failure_links()
212 newq->trie = u; in trie_calc_failure_links()
213 newq->nxt = NULL; in trie_calc_failure_links()
215 queueend->nxt = newq; in trie_calc_failure_links()
216 queueend = newq; in trie_calc_failure_links()
[all …]
/dports/cad/magic/magic-8.3.245/utils/
H A Ddqueue.c182 DQueue newq; local
185 DQInit(&newq, newSize);
186 DQCopy(&newq, q);
188 q->dq_data = newq.dq_data;
189 q->dq_maxSize = newq.dq_maxSize;
190 q->dq_front = newq.dq_front;
191 q->dq_rear = newq.dq_rear;
/dports/devel/sope2/SOPE/sope-gdl1/GDLAccess/
H A DEOQualifier+SQL.m49 id q, newq;
52 newq = [q schemaBasedQualifierWithRootEntity:_entity];
53 if (newq == nil) newq = q;
55 objects[i] = newq;
80 id q, newq;
83 newq = [q schemaBasedQualifierWithRootEntity:_entity];
84 if (newq == nil) newq = q;
86 objects[i] = newq;
/dports/devel/sope/SOPE/sope-gdl1/GDLAccess/
H A DEOQualifier+SQL.m49 id q, newq;
52 newq = [q schemaBasedQualifierWithRootEntity:_entity];
53 if (newq == nil) newq = q;
55 objects[i] = newq;
80 id q, newq;
83 newq = [q schemaBasedQualifierWithRootEntity:_entity];
84 if (newq == nil) newq = q;
86 objects[i] = newq;
/dports/graphics/blender/blender-2.91.0/intern/itasc/
H A DArmature.cpp456 double* newq=m_newqKdl(0); in updateJoint() local
476 qx = newq[0]; in updateJoint()
477 qz = newq[1]; in updateJoint()
502 newq[0] = CX*sx; in updateJoint()
506 newq[1] = CZ*sz; in updateJoint()
523 qx = newq[0]; in updateJoint()
534 qz = newq[1]; in updateJoint()
536 newq[1] = joint[1].max; in updateJoint()
539 newq[1] = joint[1].min; in updateJoint()
546 norm = KDL::sqr(newq[0]-q[0])+KDL::sqr(newq[1]-q[1]); in updateJoint()
[all …]
/dports/lang/qmasm/qmasm-4.1/scripts/
H A Dqb2qmasm58newq = dict(list(zip(qnums, list(range(cl_args.renumber_from, cl_args.renumber_from + len(qnums)))…
60 newq = {q: q for q in qnums}
67 outfile.write(fmt % (newq[q1], val))
71 outfile.write(fmt % (newq[q1], newq[q2], val))
/dports/devel/p5-Thread-Queue-Duplex/Thread-Queue-Duplex-0.92/t/
H A D01test.t565 $newq->listen();
580 # should get the newq only here...
586 my $req = $newq->dequeue();
587 $newq->respond(shift @$req, 'ok');
605 # should get the newq only here...
611 my $req = $newq->dequeue();
612 $newq->respond(shift @$req, 'ok');
630 if ($_ eq $newq) {
631 my $req = $newq->dequeue();
661 if ($_ eq $newq) {
[all …]
/dports/net/nng/nng-1.5.2/src/core/
H A Dlmq.c126 nng_msg **newq; in nni_lmq_resize() local
135 newq = nni_alloc(sizeof(nng_msg *) * alloc); in nni_lmq_resize()
136 if (newq == NULL) { in nni_lmq_resize()
142 newq[len++] = msg; in nni_lmq_resize()
149 lmq->lmq_msgs = newq; in nni_lmq_resize()
H A Dmsgqueue.c348 nni_msg **newq, **oldq; in nni_msgq_resize() local
356 newq = nni_zalloc(sizeof(nni_msg *) * alloc); in nni_msgq_resize()
357 if (newq == NULL) { in nni_msgq_resize()
361 newq = NULL; in nni_msgq_resize()
376 if (newq == NULL) { in nni_msgq_resize()
387 mq->mq_msgs = newq; in nni_msgq_resize()
/dports/math/combblas/CombBLAS_beta_16_2/graph500-1.2/mpi/
H A Dbfs_simple.c30 int64_t* newq = (int64_t*)xmalloc(nlocalverts * sizeof(int64_t)); in run_mpi_bfs() local
95 newq[newq_count++] = tgt; \ in run_mpi_bfs()
149 newq[newq_count++] = tgt; in run_mpi_bfs()
194 {int64_t* temp = oldq; oldq = newq; newq = temp;} in run_mpi_bfs()
205 free(newq); in run_mpi_bfs()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dqueue.c291 Queue *q, *newq; in add_queue() local
293 newq = (Queue *)new_malloc(sizeof(Queue)); in add_queue()
294 newq->next = NULL; in add_queue()
295 newq->first = NULL; in add_queue()
296 newq->name = malloc_strdup(name); in add_queue()
302 q->next = newq; in add_queue()
304 *list = newq; in add_queue()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dqueue.c296 Queue *q, *newq; in add_queue() local
298 newq = (Queue *)new_malloc(sizeof(Queue)); in add_queue()
299 newq->next = NULL; in add_queue()
300 newq->first = NULL; in add_queue()
301 newq->name = malloc_strdup(name); in add_queue()
307 q->next = newq; in add_queue()
309 *list = newq; in add_queue()
/dports/math/freefem++/FreeFem-sources-4.6/src/bin-win32/
H A Dlaunchff++.cpp51 char *newq (const char *p) { in newq() function
83 ffargv[nffa++] = newq(ff); in main()
96 ffargv[nffa++] = newq(argv[i]); in main()
129 ffargv[nffa++] = newq(filename); in main()
/dports/dns/unbound/unbound-1.14.0/util/
H A Dfptr_wlist.h235 uint16_t qflags, int prime, int valrec, struct module_qstate** newq));
245 struct module_qstate** newq, struct mesh_state** sub));
252 int fptr_whitelist_modenv_kill_sub(void (*fptr)(struct module_qstate* newq));
/dports/math/flint2/flint-2.8.4/fq_zech_mpoly_factor/
H A Dirred_smprime_zassenhaus.c33 fq_zech_mpoly_t lcq, lcp, t, newq; in _try_lift() local
42 fq_zech_mpoly_init(newq, ctx); in _try_lift()
58 fq_zech_mpoly_mul(newq, q, t, ctx); in _try_lift()
60 if (newq->bits > FLINT_BITS) in _try_lift()
66 fq_zech_mpoly_degrees_si(newdeg, newq, ctx); in _try_lift()
80 alpha, newq, newdeg, ctx); in _try_lift()
107 fq_zech_mpoly_clear(newq, ctx); in _try_lift()
/dports/math/flint2/flint-2.8.4/nmod_mpoly_factor/
H A Dirred_smprime_zassenhaus.c34 nmod_mpoly_t lcq, lcp, t, newq; in _try_lift() local
42 nmod_mpoly_init(newq, ctx); in _try_lift()
57 nmod_mpoly_mul(newq, q, t, ctx); in _try_lift()
59 if (newq->bits > FLINT_BITS) in _try_lift()
65 nmod_mpoly_degrees_si(newdeg, newq, ctx); in _try_lift()
79 alpha, newq, newdeg, ctx); in _try_lift()
107 nmod_mpoly_clear(newq, ctx); in _try_lift()
/dports/math/flint2/flint-2.8.4/fmpz_mod_mpoly_factor/
H A Dirred_smprime_zassenhaus.c33 fmpz_mod_mpoly_t lcq, lcp, t, newq; in _try_lift() local
41 fmpz_mod_mpoly_init(newq, ctx); in _try_lift()
56 fmpz_mod_mpoly_mul(newq, q, t, ctx); in _try_lift()
58 if (newq->bits > FLINT_BITS) in _try_lift()
64 fmpz_mod_mpoly_degrees_si(newdeg, newq, ctx); in _try_lift()
78 alphas, newq, newdeg, ctx); in _try_lift()
106 fmpz_mod_mpoly_clear(newq, ctx); in _try_lift()
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/src/fortran/
H A Dstodi.f10 integer i, i1, iredo, ires, iret, j, jb, kgo, m, ncf, newq local
417 newq = nq
420 580 newq = nq - 1
424 590 newq = l
429 600 yh(i,newq+1) = acor(i)*r
440 if (newq .eq. nq) go to 170
441 630 nq = newq
/dports/archivers/unzip/unzip60/os2/
H A Dzipgrep.cmd29 newq = RXQUEUE("Create",zipgrep_pipe)
30 oldq = RXQUEUE("Set",newq)
52 call RXQUEUE "Delete",newq
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DQueue.hs150 go q' = newq
152 !newq = q'
175 merge origq newq = origq
176 { size = size origq + size newq
177 , items = M.unionWith combineNewOld (items newq) (items origq)
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/
H A Dhirshfeldi.cpp236 arma::vec newq=intgrid.compute_atomic_Nel(ISA,P); in iterate() local
238 …rintf("%5i %e %e %s\n",(int) iiter,arma::max(arma::abs(q-newq)),arma::mean(arma::abs(q-newq)),t.… in iterate()
245 double dq=arma::max(arma::abs(q-newq)); in iterate()
251 ISA=get(newq); in iterate()
253 q=newq; in iterate()
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/
H A Dhirshfeldi.cpp236 arma::vec newq=intgrid.compute_atomic_Nel(ISA,P); in iterate() local
238 …rintf("%5i %e %e %s\n",(int) iiter,arma::max(arma::abs(q-newq)),arma::mean(arma::abs(q-newq)),t.… in iterate()
245 double dq=arma::max(arma::abs(q-newq)); in iterate()
251 ISA=get(newq); in iterate()
253 q=newq; in iterate()

123456