Searched refs:first_counter (Results 1 – 5 of 5) sorted by relevance
13 const char *first_counter; variable19 first_counter = start; in __sanitizer_cov_8bit_counters_init()36 assert(first_counter); in main()37 assert(*first_counter == 1); in main()
95 int first_counter = 0; /* To take n number of readings */ in main() local222 first_counter++; in main()225 if (first_counter >= NUM_INTERVALS) { in main()226 first_counter = 0; in main()
95 int first_counter = 0; /* To take n number of readings */ in main() local209 first_counter++; in main()211 if (first_counter >= NUM_INTERVALS) { /* Take n sets of readings for each shares value */ in main()212 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