Home
last modified time | relevance | path

Searched refs:bwc (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/net-im/tox/c-toxcore-0.2.13/toxav/
H A Dbwcontroller.c101 if (!bwc) { in bwc_kill()
107 free(bwc); in bwc_kill()
112 if (!bwc) { in bwc_add_lost()
119 send_update(bwc); in bwc_add_lost()
131 send_update(bwc); in bwc_add_recv()
142 (void *)bwc, bwc->cycle.recv, bwc->cycle.lost, in send_update()
143 … (((double) bwc->cycle.lost / (bwc->cycle.recv + bwc->cycle.lost)) * 100.0)); in send_update()
170 LOGGER_DEBUG(bwc->m->log, "%p Got update from peer", (void *)bwc); in on_update()
174 LOGGER_INFO(bwc->m->log, "%p Rejecting extra update", (void *)bwc); in on_update()
178 bwc->cycle.last_recv_timestamp = current_time_monotonic(bwc->bwc_mono_time); in on_update()
[all …]
H A Dbwcontroller.h18 typedef void m_cb(BWController *bwc, uint32_t friend_number, float todo, void *user_data);
23 void bwc_kill(BWController *bwc);
25 void bwc_add_lost(BWController *bwc, uint32_t bytes_lost);
26 void bwc_add_recv(BWController *bwc, uint32_t recv_bytes);
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-core/metrics/
H A Dbandwidth.go35 bwc.totalOut.Mark(uint64(size))
41 bwc.totalIn.Mark(uint64(size))
160 bwc.totalIn.Reset()
161 bwc.totalOut.Reset()
163 bwc.protocolIn.Clear()
164 bwc.protocolOut.Clear()
166 bwc.peerIn.Clear()
167 bwc.peerOut.Clear()
172 bwc.peerIn.TrimIdle(since)
173 bwc.peerOut.TrimIdle(since)
[all …]
H A Dbandwidth_test.go19 bwc := NewBandwidthCounter()
20 round(bwc, b)
37 bwc.LogSentMessage(100)
67 bwc.LogSentMessage(100)
68 bwc.LogRecvMessage(50)
79 bwc.LogRecvMessage(50)
161 bwc.LogSentMessage(42)
162 bwc.LogRecvMessage(24)
168 bwc.LogSentMessage(42)
169 bwc.LogRecvMessage(24)
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/
H A Dfiles.dist91 linalg/bwc/README
94 linalg/bwc/TODO
97 linalg/bwc/async.c
98 linalg/bwc/async.h
106 tests/linalg/bwc/bwc-ptrace.m
107 tests/linalg/bwc/bwc-ptrace.sh
108 tests/linalg/bwc/bwc-test-secure-continuation.sh
109 linalg/bwc/bwc.pl
147 linalg/bwc/mf.c
148 linalg/bwc/mf.h
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A DGUIDED_TOUR_OF_SOURCES12 linalg/bwc/Makefile
18 linalg/bwc/README
19 linalg/bwc/README.gfp
25 linalg/bwc/mpfq/*
61 linalg/bwc/matmul.c
62 linalg/bwc/matmul.h
86 linalg/bwc/mf.c
87 linalg/bwc/mf.h
88 linalg/bwc/mf_bal.c
123 linalg/bwc/bwc.pl
[all …]
H A DREADME.TORQUE2 Using bwc.pl on TORQUE/OpenPBS + Maui
5 This is a practical guide for running bwc.pl on a cluster with
8 meanings of the arguments of bwc.pl. Some prerequisites are also
9 described in the section "Using bwc.pl with MPI" of that file.
17 using a queue named "route". Suppose also that we want to run bwc.pl
33 bwc.pl :complete seed=1 thr=2x4 mpi=2x3 matrix=/localdisk/tmp/nfs/c156.sparse.bin nullspace=left mm…
44 The bwc.pl reads the enviromental variable "PBS_NODEFILE" and decides the
48 "hosts=" or "hostfile=" parameters in bwc.pl. In this way, however, the PBS
H A DREADME10 See $CADO/tests/linalg/bwc/bwc-ptrace.sh and
11 $CADO/tests/linalg/bwc/bwc-ptrace.m for the most up-to-date checks
68 using the bwc.pl driver script, documented below.
479 internal data looks like ($CADO/tests/linalg/bwc/bwc-ptrace.m is
510 used globally for bwc.
670 Using bwc.pl
687 Using bwc.pl with MPI (updated 20160201)
760 4) then launch the script ./build/xxxxxxx/linalg/bwc/bwc.pl, as in
769 …ld/xxxxxxx/linalg/bwc/bwc.pl :complete thr=3x4 mpi=2x2 matrix=/localdisk/tmp/nfs/c156.sparse.bin i…
777 awkwardly, so the relevant bits of the linalg/bwc/bwc.pl script may
[all …]
H A DREADME.gfp41 You need to call bwc.pl with a command line similar to the following:
43 $bindir/linalg/bwc/bwc.pl :complete \
48 wdir=/tmp/bwc
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/linalg/bwc/
H A Dbwc-test-secure-continuation.sh30 script_steps=wipecheck,matrix,bwc.pl/prep,secure
36 script_steps=keepdir,bwc.pl/secure
43 script_steps=keepdir,bwc.pl/secure
47 "`dirname $0`"/bwc-ptrace.sh "${args1[@]}"
48 "`dirname $0`"/bwc-ptrace.sh "${args2[@]}"
51 "`dirname $0`"/bwc-ptrace.sh "${args3[@]}"
H A Dbwc-dispatch-matmul.sh83 D=`mktemp -d ${TMPDIR-/tmp}/cado-nfs.bwc.XXXXXXXXXXX`
97 $bindir/linalg/bwc/mf_bal mfile=$D/$M.bin out=$D/ $nh $nv
107 …verbose_flags=^all-cmdline,^bwc-timing-grids,^all-bwc-dispatch,^bwc-cache-major-info,^perl-cmdline…
120 $bindir/linalg/bwc/bwc.pl dispatch "$@"
H A Dtest-spmv.sh110 redirect_unless_debug $wdir/random_matrix.out $bindir/linalg/bwc/random_matrix $nrows $ncols -d $de…
118 redirect_unless_debug $wdir/bal.out $bindir/linalg/bwc/mf_bal $nh $nv $wdir/mat.bin out=$wdir/bal.b…
154 …debug $wdir/spmv-$impl-left.out $bindir/linalg/bwc/bwc.pl :mpirun ${bwc_extra} -- $bindir/tests/li…
163 …$bindir/tests/linalg/bwc/short_matmul -p $prime $wdir/mat.bin $wdir/Y0-$splitwidth.0 $wdir/sMY0-…
165 …$bindir/tests/linalg/bwc/short_matmul -p $prime -t $wdir/mat.bin $wdir/W0-$splitwidth.0 $wdir/sW…
H A Dtest-matcache.sh59 $bindir/linalg/bwc/random_matrix $N -d $dens --binary -o $wdir/mat.bin -s $seed
74 …$bindir/linalg/bwc/build_matcache --matrix-file $wdir/mat.bin -impl $impl -direction $direction -t…
84 …$bindir/linalg/bwc/bench_matcache -r $wdir/mat.bin --nmax 100 -impl $impl "${argtail[@]}" > $wdir…
H A Dtest-blocklanczos.sh101 $bindir/bwc.pl :mpirun "${mpithr_args[@]}" -- $bindir/blocklanczos m=64 n=64 ys=0..64 matrix=mat.bi…
104 …$bindir/../../tests/linalg/bwc/short_matmul -t $wdir/mat.bin $wdir/blsolution0-64.0 $wdir/blsoluti…
119 …$bindir/../../tests/linalg/bwc/short_matmul $wdir/mat.bin $wdir/blsolution0-64.0 $wdir/blsolution0…
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dbandwidth_manager.cpp163 bandwidth_channel* bwc = i->channel[j]; in update_quotas() local
164 bwc->return_quota(i->assigned); in update_quotas()
174 bandwidth_channel* bwc = i->channel[j]; in update_quotas() local
175 bwc->tmp = 0; in update_quotas()
184 bandwidth_channel* bwc = r.channel[j]; in update_quotas() local
185 if (bwc->tmp == 0) channels.push_back(bwc); in update_quotas()
186 TORRENT_ASSERT(INT_MAX - bwc->tmp > r.priority); in update_quotas()
187 bwc->tmp += r.priority; in update_quotas()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dbandwidth_manager.cpp163 bandwidth_channel* bwc = i->channel[j]; in update_quotas() local
164 bwc->return_quota(i->assigned); in update_quotas()
174 bandwidth_channel* bwc = i->channel[j]; in update_quotas() local
175 bwc->tmp = 0; in update_quotas()
184 bandwidth_channel* bwc = r.channel[j]; in update_quotas() local
185 if (bwc->tmp == 0) channels.push_back(bwc); in update_quotas()
186 TORRENT_ASSERT(INT_MAX - bwc->tmp > r.priority); in update_quotas()
187 bwc->tmp += r.priority; in update_quotas()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-swarm/
H A Dswarm_stream.go59 if s.conn.swarm.bwc != nil {
60 s.conn.swarm.bwc.LogRecvMessage(int64(n))
61 s.conn.swarm.bwc.LogRecvMessageStream(int64(n), s.Protocol(), s.Conn().RemotePeer())
70 if s.conn.swarm.bwc != nil {
71 s.conn.swarm.bwc.LogSentMessage(int64(n))
72 s.conn.swarm.bwc.LogSentMessageStream(int64(n), s.Protocol(), s.Conn().RemotePeer())
/dports/misc/smssend/smssend-3.6/scripts/
H A Dbwc.sms1 ## 'BaikalWestCom' provider file - www.bwc.ru ##
12 PostURL http://www.bwc.ru/cgi-bin/sms/sms.cgi?function=sms_send#
14 Referer http://www.bwc.ru
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/mpfq/
H A DMakefile.mpfq22 /bin/cp -f $(MPFQ)/test/mpfq_test.cpp.meta ../../../tests/linalg/bwc/mpfq/
27 $(MPFQ)/test/mk_name_k.pl name=K > ../../../tests/linalg/bwc/mpfq/mpfq_name_K.h
44 $(MPFQ)/fixmp/gen_test_fixmp.pl > ../../../tests/linalg/bwc/mpfq/mpfq_test_fixmp.c
54 ls ../../../tests/linalg/bwc/mpfq/mpfq_test_fixmp.c | xargs -n 1 sed -e '1 i#include "cado.h"' -i
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMBlendColorSets.h63 void setBlendWeightC(float bwc) in setBlendWeightC() argument
65 if(bwc == 0.5) return; in setBlendWeightC()
66 fprintf(mFile,"\tsetAttr \".bwc\" %f;\n", bwc); in setBlendWeightC()
/dports/science/ghmm/ghmm-0.9-rc3/ghmmwrapper/
H A Dwrapper_cmodel.i212 … ghmm_cmodel_baum_welch_context *bwc = malloc(sizeof(ghmm_cmodel_baum_welch_context)); in ghmm_cmodel_baum_welch_context() local
213 bwc->smo = smo; in ghmm_cmodel_baum_welch_context()
214 bwc->sqd = sqd; in ghmm_cmodel_baum_welch_context()
215 bwc->logp = malloc(sizeof(*bwc->logp)); in ghmm_cmodel_baum_welch_context()
216 return bwc; in ghmm_cmodel_baum_welch_context()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/filesync/
H A Ddiffcopy.go34 func (bwc *bufferedWriteCloser) Close() error {
35 if err := bwc.Writer.Flush(); err != nil {
38 return bwc.Closer.Close()
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/moby/buildkit/session/filesync/
H A Ddiffcopy.go30 func (bwc *bufferedWriteCloser) Close() error {
31 if err := bwc.Writer.Flush(); err != nil {
34 return bwc.Closer.Close()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/filesync/
H A Ddiffcopy.go29 func (bwc *bufferedWriteCloser) Close() error {
30 if err := bwc.Writer.Flush(); err != nil {
33 return bwc.Closer.Close()
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/filesync/
H A Ddiffcopy.go30 func (bwc *bufferedWriteCloser) Close() error {
31 if err := bwc.Writer.Flush(); err != nil {
34 return bwc.Closer.Close()

12345678910>>...14