Home
last modified time | relevance | path

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

/dports/benchmarks/pathload/pathload_1.3.2/
H A DCHANGELOG102 < if ( ( rcvr_time_stamp[i+1] - rcvr_time_stamp[i] ) < rcv_latency )
104 > if ( ( rcvr_time_stamp[i+1] - rcvr_time_stamp[i] ) <= (1.2 * rcv_latency) )
H A Dpathload_rcv_func.c1245 l_int32 eliminate_rcvr_side_CS ( double rcvr_time_stamp[] , double owd[],double owdfortd[], l_int32… in eliminate_rcvr_side_CS() argument
1255 if ( rcvr_time_stamp[i] == 0 || rcvr_time_stamp[i+1] == 0 ) in eliminate_rcvr_side_CS()
1257 else if ((rcvr_time_stamp[i+1]- rcvr_time_stamp[i])> min_gap) in eliminate_rcvr_side_CS()
1272 l_int32 eliminate_b2b_pkt_ic ( double rcvr_time_stamp[] , double owd[],double owdfortd[], l_int32 l… in eliminate_b2b_pkt_ic() argument
1283 if ( rcvr_time_stamp[i] == 0 || rcvr_time_stamp[i+1] == 0 ) in eliminate_b2b_pkt_ic()
1287 if ((rcvr_time_stamp[i+1]- rcvr_time_stamp[i])< min_gap) in eliminate_b2b_pkt_ic()
H A Dpathload_rcv.h66 EXTERN l_int32 eliminate_rcvr_side_CS ( double rcvr_time_stamp[] , double[], double[],l_int32,l_int…
67 EXTERN l_int32 eliminate_b2b_pkt_ic ( double rcvr_time_stamp[] , double[], double[],l_int32,l_int32…