Searched refs:Bps (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dspeed.h22 Speed( int Bps ): _Bps(Bps) { }
26 int Bps( ) const { return _Bps; } function in class:Speed
29 static Speed fromBps( int Bps ) { return Speed( Bps ); }
30 void setBps( int Bps ) { _Bps = Bps; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dsession.h307 toSpeedKBps ( unsigned int Bps ) { return Bps / (double)tr_speed_K; }
322 void tr_sessionSetSpeedLimit_Bps( tr_session *, tr_direction, unsigned int Bps );
323 void tr_sessionSetAltSpeed_Bps ( tr_session *, tr_direction, unsigned int Bps );
H A Dwebseed.c530 unsigned int Bps = 0; local
531 return tr_webseedGetSpeed_Bps( w, tr_time_msec(), &Bps ) && ( Bps > 0 );
H A Dtorrent.h417 void tr_torrentSetSpeedLimit_Bps ( tr_torrent *, tr_direction, unsigned int Bps );
H A Dsession.c1241 unsigned int Bps = 0; local
1242 const bool is_active = tr_sessionGetActiveSpeedLimit_Bps( session, dir, &Bps );
1243 *setme_KBps = toSpeedKBps( Bps );
1399 tr_sessionSetSpeedLimit_Bps( tr_session * s, tr_direction d, unsigned int Bps )
1404 s->speedLimit_Bps[d] = Bps;
1454 tr_sessionSetAltSpeed_Bps( tr_session * s, tr_direction d, unsigned int Bps )
1459 s->turtle.speedLimit_Bps[d] = Bps;
H A Dpeer-mgr.c2697 unsigned int Bps; local
2698 if( tr_webseedGetSpeed_Bps( webseeds[i], now, &Bps ) )
2699 ret[i] = Bps / (double)tr_speed_K;
3044 unsigned int Bps; local
3047 Bps = tr_peerGetPieceSpeed_Bps( atom->peer, now, TR_CLIENT_TO_PEER );
3052 Bps = tr_peerGetPieceSpeed_Bps( atom->peer, now, TR_PEER_TO_CLIENT )
3057 Bps = tr_peerGetPieceSpeed_Bps( atom->peer, now, TR_PEER_TO_CLIENT );
3060 return Bps;
H A Dtransmission.h666 void tr_sessionSetAltSpeed_KBps ( tr_session *, tr_direction, unsigned int Bps );
H A Dtorrent.c176 tr_torrentSetSpeedLimit_Bps( tr_torrent * tor, tr_direction dir, unsigned int Bps )
181 if( tr_bandwidthSetDesiredSpeed_Bps( &tor->bandwidth, dir, Bps ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dformatter.js157 speedBps: function(Bps)
159 return this.speed(this.toKBps(Bps));
162 toKBps: function(Bps)
164 return Math.floor(Bps / speed_K);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 234 milliseconds