Home
last modified time | relevance | path

Searched refs:subseconds (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tzdata/
H A Dziguard.awk54 hh, mm, ss, seconds, dot_dddd, subseconds)
64 subseconds = +dot_dddd
65 seconds += 0.5 < subseconds || ((subseconds == 0.5) && (seconds % 2));
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1576 uint64_t subseconds);
1588 uint64_t subseconds);
1601 uint64_t subseconds);
1615 uint64_t subseconds);
H A Dal_hal_eth_main.c3711 uint64_t subseconds) in al_eth_pth_read_compensation_set() argument
3716 reg = (subseconds & AL_BIT_MASK(18)) << EC_PTH_READ_COMPENSATION_SUBSECONDS_LSB_VAL_SHIFT; in al_eth_pth_read_compensation_set()
3719 reg = subseconds >> 18; in al_eth_pth_read_compensation_set()
3726 uint64_t subseconds) in al_eth_pth_int_write_compensation_set() argument
3731 reg = (subseconds & AL_BIT_MASK(18)) << EC_PTH_INT_WRITE_COMPENSATION_SUBSECONDS_LSB_VAL_SHIFT; in al_eth_pth_int_write_compensation_set()
3734 reg = subseconds >> 18; in al_eth_pth_int_write_compensation_set()
3741 uint64_t subseconds) in al_eth_pth_ext_write_compensation_set() argument
3746 reg = (subseconds & AL_BIT_MASK(18)) << EC_PTH_EXT_WRITE_COMPENSATION_SUBSECONDS_LSB_VAL_SHIFT; in al_eth_pth_ext_write_compensation_set()
3749 reg = subseconds >> 18; in al_eth_pth_ext_write_compensation_set()
3756 uint64_t subseconds) in al_eth_pth_sync_compensation_set() argument
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h66 _LIBCPP_HIDE_FROM_ABI constexpr precision subseconds() const noexcept { return __f_; }
71 _LIBCPP_HIDE_FROM_ABI constexpr precision subseconds() const noexcept { return __f_; } subseconds() function
H A Dformatter.h133 __value.subseconds().count(), in __format_sub_seconds()
138 __value.subseconds().count(), in __format_sub_seconds()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono670 constexpr precision subseconds() const noexcept;