Home
last modified time | relevance | path

Searched refs:down_speed (Results 1 – 25 of 41) sorted by relevance

12

/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/net/
H A Dtrafficshapedsocket.cpp27 down_speed = new Speed(); in TrafficShapedSocket()
38 down_speed = new Speed(); in TrafficShapedSocket()
56 down_speed = new Speed(); in TrafficShapedSocket()
63 delete down_speed; in ~TrafficShapedSocket()
78 return down_speed->getRate(); in getDownloadRate()
91 down_speed->update(now); in updateSpeeds()
118 down_speed->onData(ret, now); in read()
H A Dtrafficshapedsocket.h123 Speed *down_speed; variable
/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/
H A Dstatusbar.cpp25 , down_speed(0) in StatusBar()
34 …QString s = i18n("Speed down: %1 / up: %2", BytesPerSecToString((double)down_speed), BytesPerSecTo… in StatusBar()
61 if (up == up_speed && down == down_speed) in updateSpeed()
65 down_speed = down; in updateSpeed()
66 …QString s = i18n("Speed down: %1 / up: %2", BytesPerSecToString((double)down_speed), BytesPerSecTo… in updateSpeed()
H A Dstatusbar.h54 bt::Uint32 down_speed; variable
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/tableitems/mytorrents/
H A DShareRatioProgressItem.java183 …long down_speed = (dm_state==DownloadManager.STATE_SEEDING||stats.getDataReceiveRate()==0)?0:stats… in refresh() local
185 if ( down_speed <= 0 || remaining <= 0 ){ in refresh()
203 … = (( next_target_sr * downloaded )/1000 - uploaded ) / ( up_speed - ( down_speed * next_target_sr… in refresh()
205 long time_to_completion = remaining / down_speed; in refresh()
217 long downloaded_at_completion = downloaded + ( down_speed * time_to_completion ); in refresh()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/minibar/
H A DAllTransfersBar.java95 private DoubleBufferedLabel down_speed; field in AllTransfersBar
115 this.down_speed = this.createSpeedLabel(); in beginConstruction()
130 down_speed.setMenu(downloadSpeedMenu); in beginConstruction()
240 this.updateSpeedLabel(down_speed, stats.getDataReceiveRate(),stats.getProtocolReceiveRate()); in refresh0()
H A DDownloadBar.java75 private DoubleBufferedLabel down_speed; field in DownloadBar
98 this.down_speed = this.createSpeedLabel(); in beginConstruction()
144 … this.updateSpeedLabel(down_speed, stats.getDataReceiveRate(), stats.getProtocolReceiveRate()); in refresh0()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/utils/
H A DCategoryUIUtils.java130 int down_speed = category.getDownloadSpeed(); in createMenuItems() local
134 down_speed == 0, down_speed, down_speed, maxDownload, false, in createMenuItems() local
H A DTagUIUtils.java989 int down_speed = tf_rate_limit.getTagDownloadLimit(); in createTF_RateLimitMenuItems() local
1006 down_speed == -1, down_speed == 0, down_speed, down_speed, maxDownload, in createTF_RateLimitMenuItems() local
/dports/net/uget/uget-2.2.1/ui-gtk/
H A DUgtkApp.h155 GtkLabel* down_speed; member
271 void ugtk_statusbar_set_speed (struct UgtkStatusbar* statusbar, gint64 down_speed, gint64 up_speed…
H A DUgtkTrayIcon.h99 void ugtk_tray_icon_set_info (UgtkTrayIcon* trayicon, guint n_active, gint64 down_speed, gint64 up…
H A DUgtkTrayIcon.c186 void ugtk_tray_icon_set_info (UgtkTrayIcon* trayicon, guint n_active, gint64 down_speed, gint64 up_… in ugtk_tray_icon_set_info() argument
232 string_down_speed = ug_str_from_int_unit (down_speed, "/s"); in ugtk_tray_icon_set_info()
H A DUgtkApp-ui.c245 sbar->down_speed = (GtkLabel*) widget; in ugtk_statusbar_init_ui()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/atm/
H A Dspeedtch.c491 int down_speed, up_speed, ret; in speedtch_check_status() local
532 down_speed = buf[OFFSET_b] | (buf[OFFSET_b + 1] << 8) in speedtch_check_status()
537 if (!(down_speed & 0x0000ffff) && !(up_speed & 0x0000ffff)) { in speedtch_check_status()
538 down_speed >>= 16; in speedtch_check_status()
542 atm_dev->link_rate = down_speed * 1000 / 424; in speedtch_check_status()
547 down_speed, up_speed); in speedtch_check_status()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/atm/
H A Dspeedtch.c491 int down_speed, up_speed, ret; in speedtch_check_status() local
532 down_speed = buf[OFFSET_b] | (buf[OFFSET_b + 1] << 8) in speedtch_check_status()
537 if (!(down_speed & 0x0000ffff) && !(up_speed & 0x0000ffff)) { in speedtch_check_status()
538 down_speed >>= 16; in speedtch_check_status()
542 atm_dev->link_rate = down_speed * 1000 / 424; in speedtch_check_status()
547 down_speed, up_speed); in speedtch_check_status()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/atm/
H A Dspeedtch.c491 int down_speed, up_speed, ret; in speedtch_check_status() local
532 down_speed = buf[OFFSET_b] | (buf[OFFSET_b + 1] << 8) in speedtch_check_status()
537 if (!(down_speed & 0x0000ffff) && !(up_speed & 0x0000ffff)) { in speedtch_check_status()
538 down_speed >>= 16; in speedtch_check_status()
542 atm_dev->link_rate = down_speed * 1000 / 424; in speedtch_check_status()
547 down_speed, up_speed); in speedtch_check_status()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dpeer_info.hpp236 int down_speed; member
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dpeer_info.hpp236 int down_speed; member
/dports/games/quadra/quadra-1.3.0/include/
H A Dcanvas.h178 int down_speed; variable
/dports/games/eureka/eureka-1.27b-source/ports/
H A Dzdoom.ugh211 special 169 c "Generic_Crusher2" tag down_speed up_speed silent? damage
228 special 196 c "Ceiling_CrushAndRaiseA" tag down_speed up_speed damage crush_mode
229 special 197 c "Ceiling_CrushAndRaiseSilentA" tag down_speed up_speed damage crush_mode
375 special 221 a "Scroll_Texture_Both" line_id left_speed right_speed down_speed up_speed
440 special 205 c "Generic_Crusher" tag down_speed up_speed silent? damage
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dpeer_info.cpp66 .def_readonly("down_speed", &peer_info::down_speed) in bind_peer_info()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dpeer_info.cpp66 .def_readonly("down_speed", &peer_info::down_speed) in bind_peer_info()
/dports/games/quadra/quadra-1.3.0/source/
H A Dcanvas.cpp253 down_speed = (340)/v_repeat_delay; in reinit()
254 if(down_speed > 180) in reinit()
255 down_speed = 180; in reinit()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/
H A Dclient.py101 out += '%s/s ' % add_suffix(p.down_speed)
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/
H A Dclient.py101 out += '%s/s ' % add_suffix(p.down_speed)

12