counter_before    143 maint/gnulib/lib/nanosleep.c           LARGE_INTEGER counter_before;
counter_before    144 maint/gnulib/lib/nanosleep.c           if (QueryPerformanceCounter (&counter_before))
counter_before    150 maint/gnulib/lib/nanosleep.c               LONGLONG wait_until = counter_before.QuadPart + wait_ticks;