Searched refs:first_counter (Results 1 – 4 of 4) sorted by relevance
93 int first_counter = 0; /* To take n number of readings */ in main() local220 first_counter++; in main()223 if (first_counter >= NUM_INTERVALS) { in main()224 first_counter = 0; in main()
93 int first_counter = 0; /* To take n number of readings */ in main() local207 first_counter++; in main()209 if (first_counter >= NUM_INTERVALS) { /* Take n sets of readings for each shares value */ in main()210 first_counter = 0; in main()
535 base->first_counter = counter.QuadPart; in evutil_configure_monotonic_time_()566 (counter.QuadPart - base->first_counter); in evutil_gettime_monotonic_()580 …base->first_counter = (ev_uint64_t) (counter.QuadPart - counter_usec_elapsed / base->usec_per_coun… in evutil_gettime_monotonic_()
81 ev_uint64_t first_counter; member