Home
last modified time | relevance | path

Searched refs:to_use (Results 1 – 25 of 138) sorted by relevance

123456

/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/ec_order/eco_gf2n/elkies/
H A Dcompute_psi_eco2.cc225 } while (to_use[k][0] == 0 && to_use[k][1] == 0 && to_use[k][2] == 0); in build_plan()
305 if (to_use[2][1] > 0 || to_use[2][2] > 0) { in compute_psi()
327 if (to_use[3][1] > 0 || to_use[3][2] > 0) { in compute_psi()
348 if (to_use[4][1] > 0 || to_use[4][2] > 0) { in compute_psi()
369 while (to_use[pos][0] + to_use[pos][1] + to_use[pos][2] == 0) in compute_psi()
416 if (to_use[pos][1] > 0 || to_use[pos][2] > 0) { in compute_psi()
507 if (to_use[2][1] > 0 || to_use[2][2] > 0) { in compute_psi()
529 if (to_use[3][1] > 0 || to_use[3][2] > 0) { in compute_psi()
549 if (to_use[4][1] > 0 || to_use[4][2] > 0) { in compute_psi()
570 while (to_use[pos][0] + to_use[pos][1] + to_use[pos][2] == 0) in compute_psi()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/ec_order/eco_gfp/elkies/
H A Dcompute_psi.cc302 } while (to_use[k][0] == 0 && to_use[k][1] == 0 && to_use[k][2] == 0); in build_plan()
400 to_use[1][0]++; in compute_psi()
425 to_use[2][0]++; in compute_psi()
445 if (to_use[3][1] > 0 || to_use[3][2] > 0) { in compute_psi()
491 if (to_use[4][1] > 0 || to_use[4][2] > 0) { in compute_psi()
512 while (to_use[pos][0] + to_use[pos][1] + to_use[pos][2] == 0) in compute_psi()
574 if (to_use[pos][1] > 0 || to_use[pos][2] > 0) { in compute_psi()
729 if (to_use[3][1] > 0 || to_use[3][2] > 0) { in compute_psi()
773 if (to_use[4][1] > 0 || to_use[4][2] > 0) { in compute_psi()
794 while (to_use[pos][0] + to_use[pos][1] + to_use[pos][2] == 0) in compute_psi()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_matcher_k_nearest_random.cxx65 std::vector<bool> to_use( from.size(), true ); in compute_matches() local
68 generate_random_indices( to_use ); in compute_matches()
74 if( to_use[k] ) { in compute_matches()
107 generate_random_indices( std::vector<bool>& to_use ) const in generate_random_indices()
109 const unsigned size = to_use.size(); in generate_random_indices()
112 std::fill( to_use.begin(), to_use.end(), false ); in generate_random_indices()
119 if( to_use[index] ) in generate_random_indices()
124 to_use[index] = true; in generate_random_indices()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/usnic/src/usnic_direct/
H A Dvnic_rq.h110 struct vnic_rq_buf *to_use; member
137 return rq->to_use->desc; in vnic_rq_next_desc()
142 return rq->to_use->index; in vnic_rq_next_index()
150 struct vnic_rq_buf *buf = rq->to_use; in vnic_rq_post()
159 rq->to_use = buf; in vnic_rq_post()
187 struct vnic_rq_buf *buf = rq->to_use; in vnic_rq_post_commit()
195 rq->to_use = buf; in vnic_rq_post_commit()
H A Dvnic_wq.h110 struct vnic_wq_buf *to_use; member
132 return wq->to_use->desc; in vnic_wq_next_desc()
213 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post()
247 wq->to_use = buf; in vnic_wq_post()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/fnic/
H A Dvnic_rq.h98 struct vnic_rq_buf *to_use; member
119 return rq->to_use->desc; in vnic_rq_next_desc()
124 return rq->to_use->index; in vnic_rq_next_index()
136 struct vnic_rq_buf *buf = rq->to_use; in vnic_rq_post()
144 rq->to_use = buf; in vnic_rq_post()
167 return (rq->to_use->index & VNIC_RQ_RETURN_RATE) == 0; in vnic_rq_posting_soon()
H A Dvnic_wq.h93 struct vnic_wq_buf *to_use; member
112 return wq->to_use->desc; in vnic_wq_next_desc()
119 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post()
136 wq->to_use = buf; in vnic_wq_post()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/fnic/
H A Dvnic_rq.h98 struct vnic_rq_buf *to_use; member
119 return rq->to_use->desc; in vnic_rq_next_desc()
124 return rq->to_use->index; in vnic_rq_next_index()
136 struct vnic_rq_buf *buf = rq->to_use; in vnic_rq_post()
144 rq->to_use = buf; in vnic_rq_post()
167 return (rq->to_use->index & VNIC_RQ_RETURN_RATE) == 0; in vnic_rq_posting_soon()
H A Dvnic_wq.h93 struct vnic_wq_buf *to_use; member
112 return wq->to_use->desc; in vnic_wq_next_desc()
119 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post()
136 wq->to_use = buf; in vnic_wq_post()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/fnic/
H A Dvnic_rq.h98 struct vnic_rq_buf *to_use; member
119 return rq->to_use->desc; in vnic_rq_next_desc()
124 return rq->to_use->index; in vnic_rq_next_index()
136 struct vnic_rq_buf *buf = rq->to_use; in vnic_rq_post()
144 rq->to_use = buf; in vnic_rq_post()
167 return (rq->to_use->index & VNIC_RQ_RETURN_RATE) == 0; in vnic_rq_posting_soon()
H A Dvnic_wq.h93 struct vnic_wq_buf *to_use; member
112 return wq->to_use->desc; in vnic_wq_next_desc()
119 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post()
136 wq->to_use = buf; in vnic_wq_post()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/cisco/enic/
H A Dvnic_rq.h91 struct vnic_rq_buf *to_use; member
111 return rq->to_use->desc; in vnic_rq_next_desc()
116 return rq->to_use->index; in vnic_rq_next_index()
124 struct vnic_rq_buf *buf = rq->to_use; in vnic_rq_post()
133 rq->to_use = buf; in vnic_rq_post()
H A Dvnic_wq.h86 struct vnic_wq_buf *to_use; member
117 return wq->to_use->desc; in vnic_wq_next_desc()
128 iowrite32(wq->to_use->index, &wq->ctrl->posted_index); in vnic_wq_doorbell()
137 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post()
149 wq->to_use = buf; in vnic_wq_post()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/cisco/enic/
H A Dvnic_wq.h86 struct vnic_wq_buf *to_use; member
117 return wq->to_use->desc; in vnic_wq_next_desc()
128 iowrite32(wq->to_use->index, &wq->ctrl->posted_index); in vnic_wq_doorbell()
137 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post()
149 wq->to_use = buf; in vnic_wq_post()
H A Dvnic_rq.h91 struct vnic_rq_buf *to_use; member
111 return rq->to_use->desc; in vnic_rq_next_desc()
116 return rq->to_use->index; in vnic_rq_next_index()
124 struct vnic_rq_buf *buf = rq->to_use; in vnic_rq_post()
133 rq->to_use = buf; in vnic_rq_post()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/cisco/enic/
H A Dvnic_wq.h86 struct vnic_wq_buf *to_use; member
117 return wq->to_use->desc; in vnic_wq_next_desc()
128 iowrite32(wq->to_use->index, &wq->ctrl->posted_index); in vnic_wq_doorbell()
137 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post()
149 wq->to_use = buf; in vnic_wq_post()
H A Dvnic_rq.h91 struct vnic_rq_buf *to_use; member
111 return rq->to_use->desc; in vnic_rq_next_desc()
116 return rq->to_use->index; in vnic_rq_next_index()
124 struct vnic_rq_buf *buf = rq->to_use; in vnic_rq_post()
133 rq->to_use = buf; in vnic_rq_post()
/dports/science/py-ase/ase-3.22.0/ase/ga/
H A Doffspring_creator.py90 to_use = self.__get_index__()
91 return self.oplist[to_use].get_new_individual(candidate_list)
95 to_use = self.__get_index__()
96 return self.oplist[to_use]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/snic/
H A Dvnic_wq.h80 struct vnic_wq_buf *to_use; member
99 return wq->to_use->desc; in svnic_wq_next_desc()
106 struct vnic_wq_buf *buf = wq->to_use; in svnic_wq_post()
123 wq->to_use = buf; in svnic_wq_post()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/snic/
H A Dvnic_wq.h80 struct vnic_wq_buf *to_use; member
99 return wq->to_use->desc; in svnic_wq_next_desc()
106 struct vnic_wq_buf *buf = wq->to_use; in svnic_wq_post()
123 wq->to_use = buf; in svnic_wq_post()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/snic/
H A Dvnic_wq.h80 struct vnic_wq_buf *to_use; member
99 return wq->to_use->desc; in svnic_wq_next_desc()
106 struct vnic_wq_buf *buf = wq->to_use; in svnic_wq_post()
123 wq->to_use = buf; in svnic_wq_post()
/dports/science/py-ase/ase-3.22.0/ase/
H A Dautoneb.py561 to_use = range(nneb, nneb + self.n_simul + 2)
563 while self.get_energies_one_image(self.all_images[to_use[0]]) != \
564 self.get_energies_one_image(self.all_images[to_use[0]]):
565 to_use[0] -= 1
566 while self.get_energies_one_image(self.all_images[to_use[-1]]) != \
567 self.get_energies_one_image(self.all_images[to_use[-1]]):
568 to_use[-1] += 1
570 return to_use, (highest_energy_index in to_use[1: -1])
/dports/security/putty/putty-0.76/
H A Dsshprng.c228 size_t to_use = size > pi->hashalg->hlen ? pi->hashalg->hlen : size; in prng_read() local
229 memcpy(out, buf, to_use); in prng_read()
230 out += to_use; in prng_read()
231 size -= to_use; in prng_read()
/dports/security/putty-nogtk/putty-0.76/
H A Dsshprng.c228 size_t to_use = size > pi->hashalg->hlen ? pi->hashalg->hlen : size; in prng_read() local
229 memcpy(out, buf, to_use); in prng_read()
230 out += to_use; in prng_read()
231 size -= to_use; in prng_read()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshprng.c228 size_t to_use = size > pi->hashalg->hlen ? pi->hashalg->hlen : size; in prng_read() local
229 memcpy(out, buf, to_use); in prng_read()
230 out += to_use; in prng_read()
231 size -= to_use; in prng_read()

123456