Searched defs:nanosec (Results 1 – 4 of 4) sorted by relevance
82 typedef date_time::subsecond_duration<time_duration,1000000000> nanosec; typedef
46 #define TO_SEC(nanosec) ((double)(nanosec) / 1.0e9) argument47 #define TO_MSEC(nanosec) (1000.0 * TO_SEC(nanosec)) argument
1378 uint64_t nanosec : 64; /**< [ 63: 0](RO/H) Timestamp in nanoseconds. */ member1415 uint64_t nanosec : 64; /**< [ 63: 0](RO/H) Timestamp in nanoseconds. */ member
1556 int nanosec = 0; in trace_report() local