Home
last modified time | relevance | path

Searched refs:frag_count (Results 1 – 25 of 129) sorted by relevance

123456

/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/osc/pt2pt/
H A Dosc_pt2pt_header.h106 int frag_count; member
148 uint32_t frag_count; member
166 uint32_t frag_count; member
258 (h).frag_count = ntohl((h).frag_count)
261 (h).frag_count = htonl((h).frag_count)
272 (h).frag_count = ntohl((h).frag_count)
274 (h).frag_count = htonl((h).frag_count)
277 (h).frag_count = ntohl((h).frag_count)
279 (h).frag_count = htonl((h).frag_count)
H A Dosc_pt2pt_passive_target.c160 …int32_t frag_count = opal_atomic_swap_32 ((int32_t *) module->epoch_outgoing_frag_count + target, … in ompi_osc_pt2pt_unlock_remote() local
176 unlock_req.frag_count = frag_count; in ompi_osc_pt2pt_unlock_remote()
183 ++unlock_req.frag_count; in ompi_osc_pt2pt_unlock_remote()
189 unlock_req.frag_count)); in ompi_osc_pt2pt_unlock_remote()
207 …int32_t frag_count = opal_atomic_swap_32 ((int32_t *) module->epoch_outgoing_frag_count + target, … in ompi_osc_pt2pt_flush_remote() local
216 flush_req.frag_count = frag_count; in ompi_osc_pt2pt_flush_remote()
223 ++flush_req.frag_count; in ompi_osc_pt2pt_flush_remote()
228 target, flush_req.frag_count)); in ompi_osc_pt2pt_flush_remote()
H A Dosc_pt2pt_active_target.c356 complete_req.frag_count = module->epoch_outgoing_frag_count[rank]; in ompi_osc_pt2pt_complete()
370 ++complete_req.frag_count; in ompi_osc_pt2pt_complete()
375 rank, complete_req.frag_count)); in ompi_osc_pt2pt_complete()
569 void osc_pt2pt_incoming_complete (ompi_osc_pt2pt_module_t *module, int source, int frag_count) in osc_pt2pt_incoming_complete() argument
574frag_count, module->active_incoming_frag_count, module->num_complete_msgs)); in osc_pt2pt_incoming_complete()
577 OPAL_THREAD_ADD32(&module->active_incoming_frag_count, -frag_count); in osc_pt2pt_incoming_complete()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/osc/pt2pt/
H A Dosc_pt2pt_header.h106 int frag_count; member
148 uint32_t frag_count; member
166 uint32_t frag_count; member
258 (h).frag_count = ntohl((h).frag_count)
261 (h).frag_count = htonl((h).frag_count)
272 (h).frag_count = ntohl((h).frag_count)
274 (h).frag_count = htonl((h).frag_count)
277 (h).frag_count = ntohl((h).frag_count)
279 (h).frag_count = htonl((h).frag_count)
H A Dosc_pt2pt_passive_target.c160 …int32_t frag_count = opal_atomic_swap_32 ((int32_t *) module->epoch_outgoing_frag_count + target, … in ompi_osc_pt2pt_unlock_remote() local
176 unlock_req.frag_count = frag_count; in ompi_osc_pt2pt_unlock_remote()
183 ++unlock_req.frag_count; in ompi_osc_pt2pt_unlock_remote()
189 unlock_req.frag_count)); in ompi_osc_pt2pt_unlock_remote()
207 …int32_t frag_count = opal_atomic_swap_32 ((int32_t *) module->epoch_outgoing_frag_count + target, … in ompi_osc_pt2pt_flush_remote() local
216 flush_req.frag_count = frag_count; in ompi_osc_pt2pt_flush_remote()
223 ++flush_req.frag_count; in ompi_osc_pt2pt_flush_remote()
228 target, flush_req.frag_count)); in ompi_osc_pt2pt_flush_remote()
H A Dosc_pt2pt_active_target.c356 complete_req.frag_count = module->epoch_outgoing_frag_count[rank]; in ompi_osc_pt2pt_complete()
370 ++complete_req.frag_count; in ompi_osc_pt2pt_complete()
375 rank, complete_req.frag_count)); in ompi_osc_pt2pt_complete()
569 void osc_pt2pt_incoming_complete (ompi_osc_pt2pt_module_t *module, int source, int frag_count) in osc_pt2pt_incoming_complete() argument
574frag_count, module->active_incoming_frag_count, module->num_complete_msgs)); in osc_pt2pt_incoming_complete()
577 OPAL_THREAD_ADD_FETCH32(&module->active_incoming_frag_count, -frag_count); in osc_pt2pt_incoming_complete()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/fddi/skfp/
H A Dhwmtm.c100 int frag_count);
1057 frag_count = 0 ; in process_receive()
1127 frag_count++ ; in process_receive()
1140 frag_count++ ; in process_receive()
1460 int frag_count ; in mac_drv_clear_rx_queue() local
1480 frag_count = 1 ; in mac_drv_clear_rx_queue()
1491 frag_count++ ; in mac_drv_clear_rx_queue()
1804 int frag_count ; in smt_send_mbuf() local
1826 frag_count = 0 ; in smt_send_mbuf()
1836 frag_count++ ; in smt_send_mbuf()
[all …]
H A Dskfddi.c124 int frag_count, int len);
126 int frag_count);
129 int frag_count);
1556 int frag_count, int len) in mac_drv_rx_complete() argument
1649 mac_drv_requeue_rxd(smc, rxd, frag_count); in mac_drv_rx_complete()
1675 int frag_count) in mac_drv_requeue_rxd() argument
1684 if (frag_count != 1) // This is not allowed to happen. in mac_drv_requeue_rxd()
1690 for (; frag_count > 0; frag_count--) { in mac_drv_requeue_rxd()
1819 int frag_count) in mac_drv_clear_rxd() argument
1826 if (frag_count != 1) // This is not allowed to happen. in mac_drv_clear_rxd()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/fddi/skfp/
H A Dhwmtm.c100 int frag_count);
1057 frag_count = 0 ; in process_receive()
1127 frag_count++ ; in process_receive()
1140 frag_count++ ; in process_receive()
1460 int frag_count ; in mac_drv_clear_rx_queue() local
1480 frag_count = 1 ; in mac_drv_clear_rx_queue()
1491 frag_count++ ; in mac_drv_clear_rx_queue()
1804 int frag_count ; in smt_send_mbuf() local
1826 frag_count = 0 ; in smt_send_mbuf()
1836 frag_count++ ; in smt_send_mbuf()
[all …]
H A Dskfddi.c124 int frag_count, int len);
126 int frag_count);
129 int frag_count);
1556 int frag_count, int len) in mac_drv_rx_complete() argument
1649 mac_drv_requeue_rxd(smc, rxd, frag_count); in mac_drv_rx_complete()
1675 int frag_count) in mac_drv_requeue_rxd() argument
1684 if (frag_count != 1) // This is not allowed to happen. in mac_drv_requeue_rxd()
1690 for (; frag_count > 0; frag_count--) { in mac_drv_requeue_rxd()
1819 int frag_count) in mac_drv_clear_rxd() argument
1826 if (frag_count != 1) // This is not allowed to happen. in mac_drv_clear_rxd()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/fddi/skfp/
H A Dhwmtm.c100 int frag_count);
1057 frag_count = 0 ; in process_receive()
1127 frag_count++ ; in process_receive()
1140 frag_count++ ; in process_receive()
1460 int frag_count ; in mac_drv_clear_rx_queue() local
1480 frag_count = 1 ; in mac_drv_clear_rx_queue()
1491 frag_count++ ; in mac_drv_clear_rx_queue()
1804 int frag_count ; in smt_send_mbuf() local
1826 frag_count = 0 ; in smt_send_mbuf()
1836 frag_count++ ; in smt_send_mbuf()
[all …]
H A Dskfddi.c124 int frag_count, int len);
126 int frag_count);
129 int frag_count);
1556 int frag_count, int len) in mac_drv_rx_complete() argument
1649 mac_drv_requeue_rxd(smc, rxd, frag_count); in mac_drv_rx_complete()
1675 int frag_count) in mac_drv_requeue_rxd() argument
1684 if (frag_count != 1) // This is not allowed to happen. in mac_drv_requeue_rxd()
1690 for (; frag_count > 0; frag_count--) { in mac_drv_requeue_rxd()
1819 int frag_count) in mac_drv_clear_rxd() argument
1826 if (frag_count != 1) // This is not allowed to happen. in mac_drv_clear_rxd()
[all …]
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/windows_sapi/
H A Dttsengobj.cpp69 int frag_count=0; variable
186 while(((frag_ix+1) < frag_count) && in SynthCallback()
535 frag_count = 0; in ProcessFragList()
578 if(frag_count >= n_frag_offsets) in ProcessFragList()
580 …if((frag_offsets = (FRAG_OFFSET *)realloc(frag_offsets,sizeof(FRAG_OFFSET)*(frag_count+500))) != N… in ProcessFragList()
582 n_frag_offsets = frag_count+500; in ProcessFragList()
647 frag_offsets[frag_count].textix = text_offset; in ProcessFragList()
648 frag_offsets[frag_count].bufix = pW - pW_start; in ProcessFragList()
649 frag_offsets[frag_count].cmdlen = len; in ProcessFragList()
684 frag_count++; in ProcessFragList()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/ctxfi/
H A Dcttimer.c39 unsigned int frag_count; member
196 if (ti->frag_count > diff) in ct_xfitimer_reprogram()
197 ti->frag_count -= diff; in ct_xfitimer_reprogram()
212 ti->frag_count = div_u64((u64)pos * CT_TIMER_FREQ + in ct_xfitimer_reprogram()
217 if (ti->frag_count < min_intr) in ct_xfitimer_reprogram()
218 min_intr = ti->frag_count; in ct_xfitimer_reprogram()
265 ti->frag_count = ti->substream->runtime->period_size; in ct_xfitimer_prepare()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/ctxfi/
H A Dcttimer.c39 unsigned int frag_count; member
196 if (ti->frag_count > diff) in ct_xfitimer_reprogram()
197 ti->frag_count -= diff; in ct_xfitimer_reprogram()
212 ti->frag_count = div_u64((u64)pos * CT_TIMER_FREQ + in ct_xfitimer_reprogram()
217 if (ti->frag_count < min_intr) in ct_xfitimer_reprogram()
218 min_intr = ti->frag_count; in ct_xfitimer_reprogram()
265 ti->frag_count = ti->substream->runtime->period_size; in ct_xfitimer_prepare()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/ctxfi/
H A Dcttimer.c39 unsigned int frag_count; member
196 if (ti->frag_count > diff) in ct_xfitimer_reprogram()
197 ti->frag_count -= diff; in ct_xfitimer_reprogram()
212 ti->frag_count = div_u64((u64)pos * CT_TIMER_FREQ + in ct_xfitimer_reprogram()
217 if (ti->frag_count < min_intr) in ct_xfitimer_reprogram()
218 min_intr = ti->frag_count; in ct_xfitimer_reprogram()
265 ti->frag_count = ti->substream->runtime->period_size; in ct_xfitimer_prepare()
/dports/biology/py-biopython/biopython-1.79/Bio/SearchIO/
H A D__init__.py621 qresult_count, hit_count, hsp_count, frag_count = writer.write_file(qresults)
623 return qresult_count, hit_count, hsp_count, frag_count
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/mtl/portals4/
H A Dmtl_portals4_recv.c53 int32_t frag_count; in read_msg() local
62frag_count = (length + ompi_mtl_portals4.max_msg_size_mtl - 1) / ompi_mtl_portals4.max_msg_size_mt… in read_msg()
63 ret = OPAL_THREAD_ADD32(&(request->pending_reply), frag_count); in read_msg()
65 for (i = 0 ; i < frag_count ; i++) { in read_msg()
88 i + 1, frag_count, frag->frag_length)); in read_msg()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/mtl/portals4/
H A Dmtl_portals4_recv.c53 int32_t frag_count; in read_msg() local
62frag_count = (length + ompi_mtl_portals4.max_msg_size_mtl - 1) / ompi_mtl_portals4.max_msg_size_mt… in read_msg()
63 ret = OPAL_THREAD_ADD_FETCH32(&(request->pending_reply), frag_count); in read_msg()
65 for (i = 0 ; i < frag_count ; i++) { in read_msg()
88 i + 1, frag_count, frag->frag_length)); in read_msg()
/dports/devel/stlfilt/stlfilt-20080203/
H A DgSTLFilt.pl1410 for ($frag_count = 0; ;$frag_count++)
1413 …print "DBG: top of WRAPLOOP a: frag_count = $frag_count, nesting_level = $nesting_level\n" if $wra…
1426 if ($frag_count > 0) # make sure only 1st line of message hugs left margin
1434 ($frag_count == 0 or ($frag_count > 0 and $nesting_level == 1)));
/dports/comms/direwolf/direwolf-1.6/src/
H A Dais.c410 char *frag_count; /* ignored */ in ais_parse() local
419 frag_count = strsep(&next, ","); in ais_parse()
430 (void)(frag_count); in ais_parse()
/dports/audio/sndio/sndio-1.8.1/libsndio/
H A Dsio_oss.c407 int frag_max, frag_shift, frag_count, frag; in sio_oss_setpar() local
500 frag_count = bufsz / round; in sio_oss_setpar()
501 if (frag_count < 2) in sio_oss_setpar()
502 frag_count = 2; in sio_oss_setpar()
504 frag = frag_count << 16 | frag_shift; in sio_oss_setpar()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbIndexStatFrmData.cpp36 frag_count int unsigned not null,
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbIndexStatFrmData.cpp36 frag_count int unsigned not null,
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbIndexStatFrmData.cpp36 frag_count int unsigned not null,

123456