Searched refs:ASAP (Results 1 – 7 of 7) sorted by relevance
1634 #define ASAP(x) (ORDER_PARAMS ((x))->asap) macro1637 #define MOB(x) (ALAP ((x)) - ASAP ((x)))1638 #define DEPTH(x) (ASAP ((x)))1701 v->aux.count = ASAP (v); in sms_order_nodes()1789 ASAP (u_node) = 0; in calculate_order_params()1792 ASAP (u_node) = MAX (ASAP (u_node), in calculate_order_params()1793 ASAP (e->src) + e->latency); in calculate_order_params()1794 max_asap = MAX (max_asap, ASAP (u_node)); in calculate_order_params()1828 if (max_asap < ASAP (u_node)) in find_max_asap()1830 max_asap = ASAP (u_node); in find_max_asap()
133 int ASAP = 0; member221 int getASAP(SUnit *Node) { return ScheduleInfo[Node->NodeNum].ASAP; } in getASAP()
84 * Let the hard-limit on ISAKMP SA lifetime destroy the SA ASAP. [done]
76 FUZZER_FLAG_STRING(stop_file, "Stop fuzzing ASAP if this file exists")
396 steps, with no-layout-known initialization ASAP, and the
722 - Now bless objects ASAP at retrieve time, which is meant to fix
1420 ScheduleInfo[I].ASAP = asap; in computeNodeFunctions()