BILLION 56 maint/gnulib/lib/nanosleep.c if (requested_delay->tv_nsec < 0 || BILLION <= requested_delay->tv_nsec) BILLION 110 maint/gnulib/lib/nanosleep.c if (requested_delay->tv_nsec < 0 || BILLION <= requested_delay->tv_nsec) BILLION 233 maint/gnulib/lib/nanosleep.c if (requested_delay->tv_nsec < 0 || BILLION <= requested_delay->tv_nsec) BILLION 1483 maint/gnulib/lib/parse-datetime.y ns = BILLION - ns; BILLION 2274 maint/gnulib/lib/parse-datetime.y int normalized_ns = (sum_ns % BILLION + BILLION) % BILLION; BILLION 2275 maint/gnulib/lib/parse-datetime.y int d4 = (sum_ns - normalized_ns) / BILLION; BILLION 62 maint/gnulib/lib/utimecmp.c enum { SYSCALL_RESOLUTION = BILLION }; BILLION 165 maint/gnulib/lib/utimecmp.c ((long long) dst_s - (long long) src_s) * BILLION BILLION 205 maint/gnulib/lib/utimecmp.c new_dst_res->resolution = 2 * BILLION; BILLION 231 maint/gnulib/lib/utimecmp.c dst_res->resolution = 2 * BILLION; BILLION 289 maint/gnulib/lib/utimecmp.c if (SYSCALL_RESOLUTION == BILLION) BILLION 292 maint/gnulib/lib/utimecmp.c res = BILLION; BILLION 311 maint/gnulib/lib/utimecmp.c if (res == BILLION) BILLION 335 maint/gnulib/lib/utimecmp.c time_t s = src_s & ~ (res == 2 * BILLION ? 1 : 0); BILLION 351 maint/gnulib/lib/utimecmp.c timespec[1].tv_sec = dst_m_s | (res == 2 * BILLION); BILLION 381 maint/gnulib/lib/utimecmp.c int a = (BILLION * (dst_status.st_mtime & 1) BILLION 388 maint/gnulib/lib/utimecmp.c if (res == BILLION) BILLION 405 maint/gnulib/lib/utimecmp.c src_s &= ~ (res == 2 * BILLION ? 1 : 0); BILLION 128 maint/gnulib/tests/test-futimens.h ts[0].tv_nsec = BILLION / 2 - 1; BILLION 130 maint/gnulib/tests/test-futimens.h ts[1].tv_nsec = BILLION - 1; BILLION 135 maint/gnulib/tests/test-futimens.h ASSERT (get_stat_atime_ns (&st2) < BILLION / 2); BILLION 138 maint/gnulib/tests/test-futimens.h ASSERT (get_stat_mtime_ns (&st2) < BILLION); BILLION 147 maint/gnulib/tests/test-futimens.h ts[0].tv_sec = BILLION; BILLION 156 maint/gnulib/tests/test-futimens.h ASSERT (get_stat_atime_ns (&st3) <= BILLION / 2); BILLION 165 maint/gnulib/tests/test-futimens.h ASSERT (st2.st_atime == BILLION); BILLION 146 maint/gnulib/tests/test-lutimens.h ts[0].tv_nsec = BILLION / 2 - 1; BILLION 148 maint/gnulib/tests/test-lutimens.h ts[1].tv_nsec = BILLION - 1; BILLION 156 maint/gnulib/tests/test-lutimens.h ASSERT (get_stat_atime_ns (&st2) < BILLION / 2); BILLION 160 maint/gnulib/tests/test-lutimens.h ASSERT (get_stat_mtime_ns (&st2) < BILLION); BILLION 169 maint/gnulib/tests/test-lutimens.h ts[0].tv_sec = BILLION; BILLION 180 maint/gnulib/tests/test-lutimens.h ASSERT (get_stat_atime_ns (&st3) < BILLION / 2); BILLION 192 maint/gnulib/tests/test-lutimens.h ASSERT (st2.st_atime == BILLION); BILLION 92 maint/gnulib/tests/test-utime.c ASSERT (get_stat_atime_ns (&st2) < BILLION / 2); BILLION 95 maint/gnulib/tests/test-utime.c ASSERT (get_stat_mtime_ns (&st2) < BILLION); BILLION 43 maint/gnulib/tests/test-utimens-common.h UTIME_BOGUS_POS = BILLION + ((UTIME_NOW == BILLION || UTIME_OMIT == BILLION) BILLION 44 maint/gnulib/tests/test-utimens-common.h ? (1 + (UTIME_NOW == BILLION + 1) BILLION 45 maint/gnulib/tests/test-utimens-common.h + (UTIME_OMIT == BILLION + 1)) BILLION 106 maint/gnulib/tests/test-utimens.h ts[0].tv_nsec = BILLION / 2 - 1; BILLION 108 maint/gnulib/tests/test-utimens.h ts[1].tv_nsec = BILLION - 1; BILLION 113 maint/gnulib/tests/test-utimens.h ASSERT (get_stat_atime_ns (&st2) < BILLION / 2); BILLION 116 maint/gnulib/tests/test-utimens.h ASSERT (get_stat_mtime_ns (&st2) < BILLION); BILLION 125 maint/gnulib/tests/test-utimens.h ts[0].tv_sec = BILLION; BILLION 134 maint/gnulib/tests/test-utimens.h ASSERT (get_stat_atime_ns (&st3) < BILLION / 2); BILLION 144 maint/gnulib/tests/test-utimens.h ASSERT (st2.st_atime == BILLION);