Searched defs:demo_two_ptr (Results 1 - 1 of 1) sorted by relevance

/external/netperf/src/
H A Dnetlib.c3983 static hrtime_t *demo_two_ptr = &demo_two;
3989 static LARGE_INTEGER *demo_two_ptr = &demo_two;
3995 static struct timeval *demo_two_ptr = &demo_two;
4112 HIST_timestamp(demo_two_ptr);
4113 actual_interval = delta_micro(demo_one_ptr,demo_two_ptr);
4124 HIST_timestamp(demo_two_ptr);
4125 actual_interval = delta_micro(demo_one_ptr,demo_two_ptr);
4149 demo_one_ptr = demo_two_ptr;
4150 demo_two_ptr = temp_demo_ptr;
4164 HIST_timestamp(demo_two_ptr);
3954 static hrtime_t *demo_two_ptr = &demo_two; variable
3960 static LARGE_INTEGER *demo_two_ptr = &demo_two; variable
3966 static struct timeval *demo_two_ptr = &demo_two; variable in typeref:struct:timeval
[all...]

Completed in 59 milliseconds