Searched refs:SendTime (Results 1 – 13 of 13) sorted by relevance
/external/ltp/tools/netpipe-2.4/ |
D | netpipe.c | 232 SendTime(&args, &latency); in main() 380 SendTime(&args, &bwdata[n].t); in main() 432 SendTime(&args, &bwdata[n].t); in main()
|
D | netpipe.h | 98 void SendTime(ArgStruct *p, double *t);
|
D | PVM.c | 152 void SendTime(ArgStruct * p, double *t) in SendTime() function
|
D | MPI.c | 104 void SendTime(ArgStruct * p, double *t) in SendTime() function
|
D | TCP.c | 201 void SendTime(ArgStruct * p, double *t) in SendTime() function
|
D | README | 257 * Correct the overloading of SendTime() and RecvTime() functions
|
/external/ltp/tools/netpipe-2.4-ipv6/ |
D | netpipe.c | 284 SendTime(&args, &latency); in main() 434 SendTime(&args, &bwdata[n].t); in main() 486 SendTime(&args, &bwdata[n].t); in main()
|
D | netpipe.h | 99 void SendTime(ArgStruct *p, double *t);
|
D | PVM.c | 152 void SendTime(ArgStruct * p, double *t) in SendTime() function
|
D | MPI.c | 104 void SendTime(ArgStruct * p, double *t) in SendTime() function
|
D | TCP.c | 228 void SendTime(ArgStruct * p, double *t) in SendTime() function
|
D | README | 257 * Correct the overloading of SendTime() and RecvTime() functions
|
/external/webrtc/tools/matlab/ |
D | rtpAnalyze.m | 178 function [SeqNo,TimeStamp,SendTime,Size,PT,M,SSRC] = ... 189 % [SeqNo,TimeStamp,SendTime,Size,PT,M,SSRC] = 245 SendTime = dataArray{:, 3}; variable
|