Home
last modified time | relevance | path

Searched refs:npackets (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/bgq/include/rdma/bgq/
H A Dfi_bgq_l2atomic.h213 for (n = 0; n < npackets; ++n) in l2atomic_fifo_enable()
234 uint64_t npackets) { in l2atomic_fifo_initialize() argument
241 npackets = L2ATOMIC_FIFO_NPACKETS; in l2atomic_fifo_initialize()
246 (npackets == (1 << 4)) || /* 16 */ in l2atomic_fifo_initialize()
247 (npackets == (1 << 5)) || /* 32 */ in l2atomic_fifo_initialize()
248 (npackets == (1 << 6)) || /* 64 */ in l2atomic_fifo_initialize()
249 (npackets == (1 << 7)) || /* 128 */ in l2atomic_fifo_initialize()
250 (npackets == (1 << 8)) || /* 256 */ in l2atomic_fifo_initialize()
251 (npackets == (1 << 9)) || /* 512 */ in l2atomic_fifo_initialize()
263 consumer->mask = npackets-1; in l2atomic_fifo_initialize()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/flic/
H A Dencoder.cpp182 int npackets = 0; in writeColorChunk() local
201 ++npackets; in writeColorChunk()
222 assert(npackets > 0); in writeColorChunk()
266 int npackets = 0; in writeBrunLineChunk() local
282 ++npackets; in writeBrunLineChunk()
300 ++npackets; in writeBrunLineChunk()
311 m_file->write8(npackets < 255 ? npackets: 255); in writeBrunLineChunk()
384 int npackets = 0; in writeLcLineChunk() local
395 ++npackets; in writeLcLineChunk()
403 ++npackets; in writeLcLineChunk()
[all …]
H A Ddecoder.cpp136 int npackets = read16(); in readColorChunk() local
140 while (npackets--) { in readColorChunk()
196 int npackets = m_file->read8(); in readLcChunk() local
197 while (npackets-- && x < m_width) { in readLcChunk()
228 int npackets = 0; in readDeltaChunk() local
249 npackets = word; in readDeltaChunk()
255 while (npackets-- != 0) { in readDeltaChunk()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia-codec/
H A Dilbc.c729 UInt32 npackets = 1; in ilbc_codec_encode() local
743 if (err == noErr && npackets) { in ilbc_codec_encode()
780 UInt32 npackets; in ilbc_codec_decode() local
798 npackets = input->size / ilbc_codec->dec_frame_size * in ilbc_codec_decode()
806 ilbc_codec->dec_total_packets = npackets; in ilbc_codec_decode()
811 ilbc_codec, &npackets, in ilbc_codec_decode()
843 UInt32 npackets; in ilbc_codec_recover() local
858 npackets = 1; in ilbc_codec_recover()
865 ilbc_codec->dec_total_packets = npackets; in ilbc_codec_recover()
869 ilbc_codec, &npackets, in ilbc_codec_recover()
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/platform/macosx/
H A Dencca_aac.c373 static OSStatus inInputDataProc(AudioConverterRef converter, UInt32 *npackets, in inInputDataProc() argument
382 *npackets = 0; in inInputDataProc()
402 pv->isamplesiz * *npackets); in inInputDataProc()
413 *npackets = 0; in inInputDataProc()
417 *npackets = buffers->mBuffers[0].mDataByteSize / pv->isamplesiz; in inInputDataProc()
421 (int)(*npackets)); in inInputDataProc()
434 UInt32 npackets = 1; in Encode() local
460 &npackets, &obuflist, &odesc); in Encode()
467 if (!npackets || odesc.mDataByteSize <= 0) in Encode()
/dports/benchmarks/thrulay/thrulay-0.9/src/
H A Dreporting.c149 duplication_init(uint64_t npackets) in duplication_init() argument
154 bitfield_len = ((npackets % 64) ? (npackets / 64 + 1) : npackets / 64); in duplication_init()
806 quantile_output (uint16_t seq, uint64_t npackets, double phi, double *result) in quantile_output() argument
847 beta = 1 + quantile_inf_cnt[seq] / (double)npackets; in quantile_output()
983 int npackets = 0; in main() local
1041 npackets++; in main()
1107 100 * (double)packets_dup/npackets, in main()
H A Dreporting.h68 duplication_init(uint64_t npackets);
163 quantile_output(uint16_t seq, uint64_t npackets, double phi, double *result);
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dvoip_calls.c1003 ++(tapinfo->npackets); in t38_packet()
1292 ++(tapinfo->npackets); in sip_calls_packet()
1510 ++(tapinfo->npackets); in isup_calls_packet()
2123 ++(callsinfo->npackets); in h225_calls_packet()
2125 ++(tapinfo->npackets); in h225_calls_packet()
2841 ++(callsinfo->npackets); in mgcp_calls_packet()
2843 ++(tapinfo->npackets); in mgcp_calls_packet()
3142 ++(tapinfo->npackets); in h248_calls_packet_common()
3343 ++(tapinfo->npackets); in sccp_calls()
4338 ++(callsinfo->npackets); in voip_calls_packet()
[all …]
H A Dmcast_stream.c98 tapinfo->npackets = 0; in mcaststream_reset()
187 tmp_strinfo.npackets = 0; in mcaststream_packet()
219 if (tapinfo->npackets == 0) { in mcaststream_packet()
249 ++(strinfo->npackets); in mcaststream_packet()
252 strinfo->apackets = strinfo->npackets / deltatime; in mcaststream_packet()
264 ++(tapinfo->npackets); in mcaststream_packet()
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dvoip_calls.c1003 ++(tapinfo->npackets); in t38_packet()
1292 ++(tapinfo->npackets); in sip_calls_packet()
1510 ++(tapinfo->npackets); in isup_calls_packet()
2123 ++(callsinfo->npackets); in h225_calls_packet()
2125 ++(tapinfo->npackets); in h225_calls_packet()
2841 ++(callsinfo->npackets); in mgcp_calls_packet()
2843 ++(tapinfo->npackets); in mgcp_calls_packet()
3142 ++(tapinfo->npackets); in h248_calls_packet_common()
3343 ++(tapinfo->npackets); in sccp_calls()
4338 ++(callsinfo->npackets); in voip_calls_packet()
[all …]
H A Dmcast_stream.c98 tapinfo->npackets = 0; in mcaststream_reset()
187 tmp_strinfo.npackets = 0; in mcaststream_packet()
219 if (tapinfo->npackets == 0) { in mcaststream_packet()
249 ++(strinfo->npackets); in mcaststream_packet()
252 strinfo->apackets = strinfo->npackets / deltatime; in mcaststream_packet()
264 ++(tapinfo->npackets); in mcaststream_packet()
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dvoip_calls.c1003 ++(tapinfo->npackets);
1292 ++(tapinfo->npackets);
1510 ++(tapinfo->npackets);
2123 ++(callsinfo->npackets);
2125 ++(tapinfo->npackets);
2841 ++(callsinfo->npackets);
2843 ++(tapinfo->npackets);
3142 ++(tapinfo->npackets);
3343 ++(tapinfo->npackets);
4338 ++(callsinfo->npackets);
[all …]
H A Dmcast_stream.c98 tapinfo->npackets = 0;
187 tmp_strinfo.npackets = 0;
219 if (tapinfo->npackets == 0) {
249 ++(strinfo->npackets);
252 strinfo->apackets = strinfo->npackets / deltatime;
264 ++(tapinfo->npackets);
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dvoip_calls.c1003 ++(tapinfo->npackets); in t38_packet()
1292 ++(tapinfo->npackets); in sip_calls_packet()
1510 ++(tapinfo->npackets); in isup_calls_packet()
2123 ++(callsinfo->npackets); in h225_calls_packet()
2125 ++(tapinfo->npackets); in h225_calls_packet()
2841 ++(callsinfo->npackets); in mgcp_calls_packet()
2843 ++(tapinfo->npackets); in mgcp_calls_packet()
3142 ++(tapinfo->npackets); in h248_calls_packet_common()
3343 ++(tapinfo->npackets); in sccp_calls()
4338 ++(callsinfo->npackets); in voip_calls_packet()
[all …]
H A Dmcast_stream.c98 tapinfo->npackets = 0;
187 tmp_strinfo.npackets = 0;
219 if (tapinfo->npackets == 0) {
249 ++(strinfo->npackets);
252 strinfo->apackets = strinfo->npackets / deltatime;
264 ++(tapinfo->npackets);
/dports/net/owamp/owamp-3.3/owamp/
H A Dschedule.c368 sctx->maxi = tspec->npackets; in OWPScheduleContextCreate()
369 sctx->nslots = MIN(tspec->nslots,tspec->npackets); in OWPScheduleContextCreate()
416 sctx->maxi = tspec->npackets; in OWPScheduleContextReset()
417 sctx->nslots = MIN(tspec->nslots,tspec->npackets); in OWPScheduleContextReset()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/hl/c++/src/
H A DH5PacketTable.cpp115 hsize_t npackets; in GetPacketCount() local
117 error = H5PTget_num_packets(table_id, &npackets); in GetPacketCount()
118 return npackets; in GetPacketCount()
/dports/science/hdf5-18/hdf5-1.8.21/hl/c++/src/
H A DH5PacketTable.cpp115 hsize_t npackets; in GetPacketCount() local
117 error = H5PTget_num_packets(table_id, &npackets); in GetPacketCount()
118 return npackets; in GetPacketCount()
/dports/science/hdf5/hdf5-1.10.6/hl/c++/src/
H A DH5PacketTable.cpp115 hsize_t npackets; in GetPacketCount() local
117 error = H5PTget_num_packets(table_id, &npackets); in GetPacketCount()
118 return npackets; in GetPacketCount()
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-stat.c97 A->npackets += cur.packets;\
241 uint64_t npackets; /* total # packets */ member
523 fs0.npackets += cur.packets; in format0()
627 fs0.aps = (fs0.npackets != 0) ? fs0.noctets / (float)fs0.npackets : 0; in format0()
648 fmt_uint64(fmt_buf+34, fs0.npackets, FMT_JUST_LEFT); in format0()
2880 sort_offset = offsetof(struct ftchash_rec_ip, npackets); in chash_ip_dump()
2983 sort_offset = offsetof(struct ftchash_rec_ip2, npackets); in chash_ip2_dump()
3092 sort_offset = offsetof(struct ftchash_rec_as2, npackets); in chash_as2_dump()
3201 sort_offset = offsetof(struct ftchash_rec_if2, npackets); in chash_if2_dump()
3745 sort_offset = offsetof(struct ftchash_rec_c32, npackets); in chash_c32_dump()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/em28xx/
H A Dem28xx-audio.c673 int i, ep_size, interval, num_urb, npackets; in em28xx_audio_urb_init() local
744 npackets = EM28XX_MIN_AUDIO_PACKETS; in em28xx_audio_urb_init()
745 if (urb_size > ep_size * npackets) in em28xx_audio_urb_init()
746 npackets = DIV_ROUND_UP(urb_size, ep_size); in em28xx_audio_urb_init()
750 num_urb, npackets, urb_size); in em28xx_audio_urb_init()
753 dev->adev.period = urb_size * npackets; in em28xx_audio_urb_init()
776 urb = usb_alloc_urb(npackets, GFP_KERNEL); in em28xx_audio_urb_init()
783 buf = usb_alloc_coherent(udev, npackets * ep_size, GFP_KERNEL, in em28xx_audio_urb_init()
800 urb->number_of_packets = npackets; in em28xx_audio_urb_init()
801 urb->transfer_buffer_length = ep_size * npackets; in em28xx_audio_urb_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/em28xx/
H A Dem28xx-audio.c673 int i, ep_size, interval, num_urb, npackets; in em28xx_audio_urb_init() local
744 npackets = EM28XX_MIN_AUDIO_PACKETS; in em28xx_audio_urb_init()
745 if (urb_size > ep_size * npackets) in em28xx_audio_urb_init()
746 npackets = DIV_ROUND_UP(urb_size, ep_size); in em28xx_audio_urb_init()
750 num_urb, npackets, urb_size); in em28xx_audio_urb_init()
753 dev->adev.period = urb_size * npackets; in em28xx_audio_urb_init()
776 urb = usb_alloc_urb(npackets, GFP_KERNEL); in em28xx_audio_urb_init()
783 buf = usb_alloc_coherent(udev, npackets * ep_size, GFP_KERNEL, in em28xx_audio_urb_init()
800 urb->number_of_packets = npackets; in em28xx_audio_urb_init()
801 urb->transfer_buffer_length = ep_size * npackets; in em28xx_audio_urb_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/em28xx/
H A Dem28xx-audio.c673 int i, ep_size, interval, num_urb, npackets; in em28xx_audio_urb_init() local
744 npackets = EM28XX_MIN_AUDIO_PACKETS; in em28xx_audio_urb_init()
745 if (urb_size > ep_size * npackets) in em28xx_audio_urb_init()
746 npackets = DIV_ROUND_UP(urb_size, ep_size); in em28xx_audio_urb_init()
750 num_urb, npackets, urb_size); in em28xx_audio_urb_init()
753 dev->adev.period = urb_size * npackets; in em28xx_audio_urb_init()
776 urb = usb_alloc_urb(npackets, GFP_KERNEL); in em28xx_audio_urb_init()
783 buf = usb_alloc_coherent(udev, npackets * ep_size, GFP_KERNEL, in em28xx_audio_urb_init()
800 urb->number_of_packets = npackets; in em28xx_audio_urb_init()
801 urb->transfer_buffer_length = ep_size * npackets; in em28xx_audio_urb_init()
[all …]
/dports/net/mping/mping-2.01/src/
H A Dmping.c233 int npackets; /* number of packets to send to each host. */ variable
348 npackets = atoi(av[0]); in main()
453 alloc_count = (npackets > 0) ? npackets : MAXCOUNT; in main()
700 if ( npackets && !finishing && ( nactive <= 0 || ntransmitted > npackets)){ in main()
770 if ((npackets == 0) || ((ntransmitted < npackets) || (chnum != 0))) { in catcher()
841 if ((npackets == 0) || (ntransmitted <= npackets)) { in pinger()
986 if ((++nreceived[*hnum] >= npackets) && npackets) { in pr_pack()
1135 if ((++nreceived[hnum] >= npackets) && npackets) { in pr_pack6()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/hl/c++/src/
H A DH5PacketTable.cpp114 hsize_t npackets; in GetPacketCount() local
116 error = H5PTget_num_packets( table_id, (hsize_t *)&npackets); in GetPacketCount()
117 return npackets; in GetPacketCount()

12345678