Searched refs:precision (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/timedate/ |
D | timedatectl.c | 331 int32_t precision; member 469 … FORMAT_TIMESPAN(DIV_ROUND_UP((nsec_t) (exp2(i->precision) * NSEC_PER_SEC), NSEC_PER_USEC), 0), in print_ntp_status_info() 470 i->precision); in print_ntp_status_info() 579 &p->leap, &p->version, &p->mode, &p->stratum, &p->precision, in map_ntp_message() 732 i.leap, i.version, i.mode, i.stratum, i.precision); in print_timesync_property()
|
/systemd-251/src/timesync/ |
D | timesyncd-ntp-message.h | 37 int8_t precision; member
|
D | timesyncd-bus.c | 190 m->ntpmsg.precision, in property_get_ntp_message()
|
D | timesyncd-manager.c | 559 exp2(ntpmsg.precision), ntpmsg.precision, in manager_receive_response()
|
/systemd-251/.lgtm/cpp-queries/ |
D | PotentiallyDangerousFunction.ql | 12 * @precision high
|
D | UninitializedVariableWithCleanup.ql | 12 * @precision high
|
/systemd-251/docs/ |
D | USER_RECORD.md | 92 integer range of -2^63 … 2^64-1 without loss of precision (i.e. INT64_MIN …
|