Home
last modified time | relevance | path

Searched defs:time_point (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dtime_point.h48 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point() : __d_(duration::zero()) {} in time_point() function
49 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) : __d… in time_point() function
53 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point(const time_point<clock, _Duration2>… in time_point() function
H A Dsteady_clock.h33 typedef chrono::time_point<steady_clock, duration> time_point; global() typedef
H A Dsystem_clock.h33 typedef chrono::time_point<system_clock> time_point; global() typedef
H A Dfile_clock.h59 typedef chrono::time_point<_FilesystemClock> time_point; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DExponentialBackoff.h36 using time_point = std::chrono::steady_clock::time_point; variable
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Ddbg-tlv.h255 __le32 time_point; member
279 __le32 time_point; member
307 __le32 time_point; member
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-op-mode.h175 void (*time_point)(struct iwl_op_mode *op_mode, member
H A Diwl-trans.h706 struct iwl_dbg_tlv_time_point_data time_point[IWL_FW_INI_TIME_POINT_NUM]; member
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Derror-dump.h403 __le32 time_point; member
H A Ddbg.c3230 u32 time_point = le32_to_cpu(dump_data->trig->time_point); local