Home
last modified time | relevance | path

Searched refs:raise_to (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/speedmanager/
H A DSpeedLimitHandler.java6507 int raise_to;
6511 raise_to = max;
6524 raise_to = Math.min( current_rate + bump, max );
6540 …tag_state.setLimit( raise_to, change_type, "1: raising to " + (raise_to==max?"max":formatRate( rai…
/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.h348 int raise_to(sint16 x, sint16 y, sint8 hsw, sint8 hse, sint8 hne, sint8 hnw);
H A Dsimworld.cc2277 n += welt->raise_to(i.x, i.y, i.h[0], i.h[1], i.h[2], i.h[3]); in raise_all()
2383 int karte_t::raise_to(sint16 x, sint16 y, sint8 hsw, sint8 hse, sint8 hne, sint8 hnw) in raise_to() function in karte_t