NANOSEC            44 src/unix/freebsd.c #undef NANOSEC
NANOSEC            45 src/unix/freebsd.c #define NANOSEC ((uint64_t) 1e9)
NANOSEC            55 src/unix/linux-core.c #undef NANOSEC
NANOSEC            56 src/unix/linux-core.c #define NANOSEC ((uint64_t) 1e9)
NANOSEC            45 src/unix/netbsd.c #undef NANOSEC
NANOSEC            46 src/unix/netbsd.c #define NANOSEC ((uint64_t) 1e9)
NANOSEC            43 src/unix/openbsd.c #undef NANOSEC
NANOSEC            44 src/unix/openbsd.c #define NANOSEC ((uint64_t) 1e9)
NANOSEC            31 src/unix/thread.c #undef NANOSEC
NANOSEC            32 src/unix/thread.c #define NANOSEC ((uint64_t) 1e9)
NANOSEC            54 src/win/util.c #undef NANOSEC
NANOSEC            55 src/win/util.c #define NANOSEC 1000000000
NANOSEC            28 test/benchmark-pound.c #undef NANOSEC
NANOSEC            29 test/benchmark-pound.c #define NANOSEC ((uint64_t) 1e9)
NANOSEC            30 test/test-hrtime.c # define NANOSEC ((uint64_t) 1e9)