Searched refs:NS_PER_SEC (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dtime.c29 res = t.tv_sec + t.tv_nsec / NS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Dbench.h48 #ifndef NS_PER_SEC
49 #define NS_PER_SEC 1000000000 /* Nanoseconds in a second */ macro
91 (tp)->tv_sec = (time_t)(__ns_since_epoch / NS_PER_SEC); \
92 (tp)->tv_nsec = (long)(__ns_since_epoch % NS_PER_SEC); \
95 (tp)->tv_sec += (time_t)(__ns_since_epoch / NS_PER_SEC); \
96 (tp)->tv_nsec += (long)(__ns_since_epoch % NS_PER_SEC); \
128 if ((vvp)->tv_nsec >= NS_PER_SEC) { \
130 (vvp)->tv_nsec -= NS_PER_SEC; \
139 (vvp)->tv_nsec += NS_PER_SEC; \
183 __secs = (tm).tv_sec + (double)(tm).tv_nsec / NS_PER_SEC; \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Dbench.h48 #ifndef NS_PER_SEC
49 #define NS_PER_SEC 1000000000 /* Nanoseconds in a second */ macro
91 (tp)->tv_sec = (time_t)(__ns_since_epoch / NS_PER_SEC); \
92 (tp)->tv_nsec = (long)(__ns_since_epoch % NS_PER_SEC); \
95 (tp)->tv_sec += (time_t)(__ns_since_epoch / NS_PER_SEC); \
96 (tp)->tv_nsec += (long)(__ns_since_epoch % NS_PER_SEC); \
128 if ((vvp)->tv_nsec >= NS_PER_SEC) { \
130 (vvp)->tv_nsec -= NS_PER_SEC; \
139 (vvp)->tv_nsec += NS_PER_SEC; \
183 __secs = (tm).tv_sec + (double)(tm).tv_nsec / NS_PER_SEC; \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_clock.c64 #define NS100_PER_SEC (NS_PER_SEC / 100)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h136 #define NS_PER_SEC 1000000000 /* Nanoseconds in a second */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h135 #define NS_PER_SEC 1000000000 /* Nanoseconds in a second */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h134 #define NS_PER_SEC 1000000000 /* Nanoseconds in a second */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h138 #define NS_PER_SEC 1000000000 /* Nanoseconds in a second */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h135 #define NS_PER_SEC 1000000000 /* Nanoseconds in a second */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h135 #define NS_PER_SEC 1000000000 /* Nanoseconds in a second */ macro

Completed in 89 milliseconds