Searched refs:demo_one (Results 1 - 1 of 1) sorted by relevance

/external/netperf/
H A Dnettest_bsd.c312 static hrtime_t demo_one;
314 static hrtime_t *demo_one_ptr = &demo_one;
316 static hrtime_t *temp_demo_ptr = &demo_one;
318 static LARGE_INTEGER demo_one;
320 static LARGE_INTEGER *demo_one_ptr = &demo_one;
322 static LARGE_INTEGER *temp_demo_ptr = &demo_one;
324 static struct timeval demo_one;
326 static struct timeval *demo_one_ptr = &demo_one;
328 static struct timeval *temp_demo_ptr = &demo_one;
311 static hrtime_t demo_one; variable
317 static LARGE_INTEGER demo_one; variable
323 static struct timeval demo_one; variable in typeref:struct:timeval

Completed in 245 milliseconds