Home
last modified time | relevance | path

Searched refs:order_from (Results 1 – 10 of 10) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/core/
H A DChQuadrature.cpp79 ChQuadratureTables::ChQuadratureTables(int order_from, int order_to) { in ChQuadratureTables() argument
80 int N = order_to - order_from + 1; in ChQuadratureTables()
87 int Ncoef = io + order_from; in ChQuadratureTables()
H A DChQuadrature.h29 ChQuadratureTables(int order_from = 1, int order_to = 10);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudsquadmsg.h112 int order_from; // ship that sent the order member
115 …squadmsg_history(): order_to(-1), order(-1), target(-1), order_from(-1), special_index(-1), order_… in squadmsg_history()
H A Dhudsquadmsg.cpp2383 latest_order->order_from = Objects[Net_players[order_source].m_player->objnum].instance; in hud_update_last_order()
2386 latest_order->order_from = Player_obj->instance; in hud_update_last_order()
2433 if ((source != -1) && (Squadmsg_history[i].order_from != source)) { in hud_query_order_issued()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudsquadmsg.h112 int order_from; // ship that sent the order member
115 …squadmsg_history(): order_to(-1), order(-1), target(-1), order_from(-1), special_index(-1), order_… in squadmsg_history()
H A Dhudsquadmsg.cpp2403 latest_order->order_from = Objects[Net_players[order_source].m_player->objnum].instance; in hud_update_last_order()
2406 latest_order->order_from = Player_obj->instance; in hud_update_last_order()
2453 if ((source != -1) && (Squadmsg_history[i].order_from != source)) { in hud_query_order_issued()
/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/Source/
H A DPatch.pm248 if ($opts{order_from} and -e $opts{order_from}) {
249 my $order_from = Dpkg::Source::Patch->new(
250 filename => $opts{order_from});
251 my $analysis = $order_from->analyze($basedir, verbose => 0);
/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/Source/Package/
H A DV2.pm486 order_from => $opts{order_from});
547 my $tmpdiff = $self->_generate_patch($dir, order_from => $autopatch,
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.cpp15243 char *order_from = NULL; in sexp_query_orders() local
15262 order_from = CTEXT(n); in sexp_query_orders()
15270 return hud_query_order_issued(order_to, order, target, timestamp, order_from, special); in sexp_query_orders()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp16960 const char *order_from = nullptr; in sexp_query_orders() local
16985 order_from = CTEXT(n); in sexp_query_orders()
16993 return hud_query_order_issued(order_to, order, target, timestamp, order_from, special); in sexp_query_orders()