Home
last modified time | relevance | path

Searched refs:second2 (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/rtc/
Dftrtc010.c58 unsigned long second2; in ftrtc010_time() local
65 second2 = readl(&rtc->sec); in ftrtc010_time()
66 } while (second != second2); in ftrtc010_time()
/third_party/boost/libs/numeric/odeint/test/
Ddefault_operations.cpp57 const time_2 second2 = si::second * si::second; variable
58 const time_3 second3 = second2 * si::second;
249 Op op( 1.0 , time_type( 1.0 * si::second ) , time_2_type( 1.0 * second2 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()