Home
last modified time | relevance | path

Searched refs:femto (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dnxp,pcf8523.txt9 expressed in femto Farad (fF). Valid values are 7000 and 12500.
H A Dnxp,pcf85063.txt14 expressed in femto Farad (fF). Valid values are 7000 and 12500.
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dratio.cppm
/freebsd/usr.bin/units/
H A Ddefinitions.units35 femto- 1e-15
65 f- femto
/freebsd/contrib/llvm-project/libcxx/include/
H A Dratio48 typedef ratio<1, 1000000000000000> femto;
269 typedef ratio<1LL, 1000000000000000LL> femto;
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dostream.h78 else if constexpr (same_as<typename _Period::type, femto>) in __units_suffix()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c3607 systime->femto = (uint64_t)reg << 18; in al_eth_pth_systime_read()
3661 reg = time->femto & AL_BIT_MASK(18); in al_eth_pth_int_update_time_set()
3665 reg = time->femto >> 18; in al_eth_pth_int_update_time_set()
3698 reg = time->femto & AL_BIT_MASK(18); in al_eth_pth_ext_update_time_set()
3702 reg = time->femto >> 18; in al_eth_pth_ext_update_time_set()
3802 reg = params->start_time.femto & AL_BIT_MASK(18); in al_eth_pth_pulse_out_config()
3806 reg = params->start_time.femto >> 18; in al_eth_pth_pulse_out_config()
H A Dal_hal_eth.h1457 uint64_t femto; /**< femto seconds */ member
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2050 struct ratio_string<std::femto> {
14939 std::string ratio_string<std::femto>::symbol() { return "f"; } in symbol()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1190 SYMBOL(femto, std::, <ratio>)