Lines Matching refs:demo_two_ptr
314 static hrtime_t *demo_two_ptr = &demo_two; variable
320 static LARGE_INTEGER *demo_two_ptr = &demo_two; variable
326 static struct timeval *demo_two_ptr = &demo_two; variable
352 HIST_timestamp(demo_two_ptr); \
353 actual_interval = delta_micro(demo_one_ptr,demo_two_ptr); \
373 demo_one_ptr = demo_two_ptr; \
374 demo_two_ptr = temp_demo_ptr; \
392 HIST_timestamp(demo_two_ptr); \
393 actual_interval = delta_micro(demo_one_ptr,demo_two_ptr); \
411 demo_one_ptr = demo_two_ptr; \
412 demo_two_ptr = temp_demo_ptr; \