Home
last modified time | relevance | path

Searched refs:lroot (Results 1 – 25 of 127) sorted by relevance

123456

/dports/shells/bash/bash-5.1/lib/sh/
H A Dtmpfile.c139 char *filename, *tdir, *lroot; local
148 lroot = nameroot ? nameroot : DEFAULT_NAMEROOT;
159 sprintf (filename, "%s/%s.XXXXXX", tdir, lroot);
173 sprintf (filename, "%s/%s-%lu", tdir, lroot, filenum);
195 char *filename, *tdir, *lroot; local
202 lroot = nameroot ? nameroot : DEFAULT_NAMEROOT;
213 sprintf (filename, "%s/%s.XXXXXX", tdir, lroot);
231 sprintf (filename, "%s/%s-%lu", tdir, lroot, filenum);
270 char *filename, *tdir, *lroot, *dirname; local
278 lroot = nameroot ? nameroot : DEFAULT_NAMEROOT;
[all …]
/dports/audio/julius/julius-4.1.2/libsent/src/hmminfo/
H A Dhmm_lookup.c138 new = (HMM_Logical *)mybmalloc2(sizeof(HMM_Logical), &(hmminfo->lroot)); in hmm_add_physical_to_logical()
139 new->name = (char *)mybmalloc2(strlen(ph->name) + 1, &(hmminfo->lroot)); in hmm_add_physical_to_logical()
146 hmminfo->logical_root = aptree_make_root_node(new, &(hmminfo->lroot)); in hmm_add_physical_to_logical()
148 aptree_add_entry(new->name, new, match->name, &(hmminfo->logical_root), &(hmminfo->lroot)); in hmm_add_physical_to_logical()
183 new = (HMM_Logical *)mybmalloc2(sizeof(HMM_Logical), &(hmminfo->lroot)); in hmm_add_pseudo_phones_sub()
184 new->name = (char *)mybmalloc2(strlen(name) + 1, &(hmminfo->lroot)); in hmm_add_pseudo_phones_sub()
195 hmminfo->logical_root = aptree_make_root_node(new, &(hmminfo->lroot)); in hmm_add_pseudo_phones_sub()
197 aptree_add_entry(new->name, new, match->name, &(hmminfo->logical_root), &(hmminfo->lroot)); in hmm_add_pseudo_phones_sub()
H A Drdhmmlist.c116 new = (HMM_Logical *)mybmalloc2(sizeof(HMM_Logical), &(hmminfo->lroot)); in rdhmmlist()
117 new->name = mybstrdup2(lname, &(hmminfo->lroot)); in rdhmmlist()
124 hmminfo->logical_root = aptree_make_root_node(new, &(hmminfo->lroot)); in rdhmmlist()
131 aptree_add_entry(new->name, new, match->name, &(hmminfo->logical_root), &(hmminfo->lroot)); in rdhmmlist()
H A Dread_binhmmlist.c67 new = (HMM_Logical *)mybmalloc2(sizeof(HMM_Logical), &(hmminfo->lroot)); in load_hmmlist_callback()
70 new->name = (char *)mybmalloc2(len, &(hmminfo->lroot)); in load_hmmlist_callback()
99 …if (aptree_read(fp, &(hmminfo->logical_root), &(hmminfo->lroot), hmminfo, load_hmmlist_callback) =… in load_hmmlist_bin()
H A Dinit_phmm.c41 new->lroot = NULL; in hmminfo_new()
104 if (hmm->lroot != NULL) mybfree2(&(hmm->lroot)); in hmminfo_free()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/p2p/dnsdisc/
H A Dtree.go184 lroot := t.build(linkEntries)
185 t.entries[subdomain(lroot)] = lroot
186 t.root = &rootEntry{seq: seq, eroot: subdomain(eroot), lroot: subdomain(lroot)}
232 lroot string member
270 …return fmt.Sprintf(rootPrefix+" e=%s l=%s seq=%d sig=%s", e.eroot, e.lroot, e.seq, b64format.Encod…
275 fmt.Fprintf(h, rootPrefix+" e=%s l=%s seq=%d", e.eroot, e.lroot, e.seq)
319 var eroot, lroot, sig string
321 …if _, err := fmt.Sscanf(e, rootPrefix+" e=%s l=%s seq=%d sig=%s", &eroot, &lroot, &seq, &sig); err…
324 if !isValidHash(eroot) || !isValidHash(lroot) {
331 return rootEntry{eroot, lroot, seq, sigb}, nil
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/reduce/
H A Dreduce_intra_binomial.c22 int mask, relrank, source, lroot; in MPIR_Reduce_intra_binomial() local
94 lroot = root; in MPIR_Reduce_intra_binomial()
96 lroot = 0; in MPIR_Reduce_intra_binomial()
97 relrank = (rank - lroot + comm_size) % comm_size; in MPIR_Reduce_intra_binomial()
104 source = (source + lroot) % comm_size; in MPIR_Reduce_intra_binomial()
132 source = ((relrank & (~mask)) + lroot) % comm_size; in MPIR_Reduce_intra_binomial()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ireduce/
H A Direduce_intra_sched_binomial.c14 int mask, relrank, source, lroot; in MPIR_Ireduce_intra_sched_binomial() local
90 lroot = root; in MPIR_Ireduce_intra_sched_binomial()
92 lroot = 0; in MPIR_Ireduce_intra_sched_binomial()
93 relrank = (rank - lroot + comm_size) % comm_size; in MPIR_Ireduce_intra_sched_binomial()
100 source = (source + lroot) % comm_size; in MPIR_Ireduce_intra_sched_binomial()
126 source = ((relrank & (~mask)) + lroot) % comm_size; in MPIR_Ireduce_intra_sched_binomial()
/dports/science/lammps/lammps-stable_29Sep2021/src/VORONOI/
H A Dcompute_voronoi_atom.cpp46 lroot(nullptr), lnext(nullptr), faces(nullptr) in ComputeVoronoi()
66 occvec = sendocc = lroot = lnext = nullptr; in ComputeVoronoi()
169 memory->destroy(lroot); in ~ComputeVoronoi()
217 …memory->create(lroot,nall,"voronoi/atom:lroot"); // point to first atom index in cell (or -1 for e… in compute_peratom()
396 for (i=0; i<oldnall; ++i) lroot[i] = -1; in checkOccupation()
412 if (lroot[k]<0) in checkOccupation()
413 lroot[k]=i; in checkOccupation()
415 j = lroot[k]; in checkOccupation()
435 j = lroot[i]; in checkOccupation()
441 j = lroot[i]; in checkOccupation()
/dports/comms/conserver-com/conserver-8.2.4/autologin/
H A DINSTALL.old27 cons2:2:respawn:/usr/local/etc/autologin -t/dev/tty0 -lroot >/dev/console 2>&1
29 co:2:respawn:/usr/local/etc/autologin -t/dev/console -lroot
34 mkitab "cons2:2:respawn:/usr/local/etc/autologin -t/dev/tty0 -lroot -gsystem >/dev/console 2>&1"
42 console "/usr/local/etc/autologin -lroot -t" xterm on local secure
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Ddoc_table.c43 DLLIST2_FOREACH(it, &dmdChain->lroot) { in DocTable_Get()
64 DLLIST2_FOREACH(it, &chain->lroot) { in DocTable_Exists()
104 dllist2_append(&chain->lroot, &dmd->llnode); in DocTable_Set()
278 if (DLLIST2_IS_EMPTY(&chain->lroot)) { in DocTable_Free()
281 DLLIST2_node *nn = chain->lroot.head; in DocTable_Free()
295 dllist2_delete(&dmdChain->lroot, &md->llnode); in DocTable_DmdUnchain()
336 if (DLLIST2_IS_EMPTY(&t->buckets[i].lroot)) { in DocTable_RdbSave()
339 DLLIST2_FOREACH(it, &t->buckets[i].lroot) { in DocTable_RdbSave()
H A Ddoc_table.h55 DLLIST2 lroot; member
78 if (DLLIST2_IS_EMPTY(&chain->lroot)) { \
81 DLLIST2_FOREACH(it, &chain->lroot) { \
/dports/devel/boost-docs/boost_1_72_0/libs/graph/test/
H A Dsubgraph_props.cpp57 LocalVertMap lroot = get(local(vertex_name), g); // Actually global! in run() local
59 BOOST_ASSERT(get(lroot, v) == 10); // Recall it's 10 from above! in run()
63 BOOST_ASSERT(get(lroot, v) == 10); // Don't change the root prop in run()
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/test/
H A Dsubgraph_props.cpp57 LocalVertMap lroot = get(local(vertex_name), g); // Actually global! in run() local
59 BOOST_ASSERT(get(lroot, v) == 10); // Recall it's 10 from above! in run()
63 BOOST_ASSERT(get(lroot, v) == 10); // Don't change the root prop in run()
/dports/databases/xtrabackup/boost_1_59_0/libs/graph/test/
H A Dsubgraph_props.cpp57 LocalVertMap lroot = get(local(vertex_name), g); // Actually global! in run() local
59 BOOST_ASSERT(get(lroot, v) == 10); // Recall it's 10 from above! in run()
63 BOOST_ASSERT(get(lroot, v) == 10); // Don't change the root prop in run()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/test/
H A Dsubgraph_props.cpp57 LocalVertMap lroot = get(local(vertex_name), g); // Actually global! in run() local
59 BOOST_ASSERT(get(lroot, v) == 10); // Recall it's 10 from above! in run()
63 BOOST_ASSERT(get(lroot, v) == 10); // Don't change the root prop in run()
/dports/databases/percona57-server/boost_1_59_0/libs/graph/test/
H A Dsubgraph_props.cpp57 LocalVertMap lroot = get(local(vertex_name), g); // Actually global! in run() local
59 BOOST_ASSERT(get(lroot, v) == 10); // Recall it's 10 from above! in run()
63 BOOST_ASSERT(get(lroot, v) == 10); // Don't change the root prop in run()
/dports/databases/percona57-client/boost_1_59_0/libs/graph/test/
H A Dsubgraph_props.cpp57 LocalVertMap lroot = get(local(vertex_name), g); // Actually global! in run() local
59 BOOST_ASSERT(get(lroot, v) == 10); // Recall it's 10 from above! in run()
63 BOOST_ASSERT(get(lroot, v) == 10); // Don't change the root prop in run()
/dports/devel/boost-libs/boost_1_72_0/libs/graph/test/
H A Dsubgraph_props.cpp57 LocalVertMap lroot = get(local(vertex_name), g); // Actually global! in run() local
59 BOOST_ASSERT(get(lroot, v) == 10); // Recall it's 10 from above! in run()
63 BOOST_ASSERT(get(lroot, v) == 10); // Don't change the root prop in run()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph/test/
H A Dsubgraph_props.cpp57 LocalVertMap lroot = get(local(vertex_name), g); // Actually global! in run() local
59 BOOST_ASSERT(get(lroot, v) == 10); // Recall it's 10 from above! in run()
63 BOOST_ASSERT(get(lroot, v) == 10); // Don't change the root prop in run()
/dports/devel/hyperscan/boost_1_75_0/libs/graph/test/
H A Dsubgraph_props.cpp58 LocalVertMap lroot = get(local(vertex_name), g); // Actually global! in run() local
60 BOOST_ASSERT(get(lroot, v) == 10); // Recall it's 10 from above! in run()
64 BOOST_ASSERT(get(lroot, v) == 10); // Don't change the root prop in run()
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Ddoc_table.c46 DLLIST2_FOREACH(it, &dmdChain->lroot) { in DocTable_Get()
67 DLLIST2_FOREACH(it, &chain->lroot) { in DocTable_Exists()
107 dllist2_append(&chain->lroot, &dmd->llnode); in DocTable_Set()
279 if (DLLIST2_IS_EMPTY(&chain->lroot)) { in DocTable_Free()
282 DLLIST2_node *nn = chain->lroot.head; in DocTable_Free()
296 dllist2_delete(&dmdChain->lroot, &md->llnode); in DocTable_DmdUnchain()
357 if (DLLIST2_IS_EMPTY(&t->buckets[i].lroot)) { in DocTable_RdbSave()
360 DLLIST2_FOREACH(it, &t->buckets[i].lroot) { in DocTable_RdbSave()
H A Ddoc_table.h56 DLLIST2 lroot; member
79 if (DLLIST2_IS_EMPTY(&chain->lroot)) { \
82 DLLIST2_FOREACH(it, &chain->lroot) { \
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Ddoc_table.c46 DLLIST2_FOREACH(it, &dmdChain->lroot) { in DocTable_Get()
67 DLLIST2_FOREACH(it, &chain->lroot) { in DocTable_Exists()
107 dllist2_append(&chain->lroot, &dmd->llnode); in DocTable_Set()
284 if (DLLIST2_IS_EMPTY(&chain->lroot)) { in DocTable_Free()
287 DLLIST2_node *nn = chain->lroot.head; in DocTable_Free()
301 dllist2_delete(&dmdChain->lroot, &md->llnode); in DocTable_DmdUnchain()
354 if (DLLIST2_IS_EMPTY(&t->buckets[i].lroot)) { in DocTable_RdbSave()
357 DLLIST2_FOREACH(it, &t->buckets[i].lroot) { in DocTable_RdbSave()
H A Ddoc_table.h56 DLLIST2 lroot; member
79 if (DLLIST2_IS_EMPTY(&chain->lroot)) { \
82 DLLIST2_FOREACH(it, &chain->lroot) { \

123456