Searched refs:a_sec (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/rtc/ |
D | s3c24x0_rtc.c | 49 __maybe_unused uchar a_sec, a_min, a_hour, a_date, in rtc_get() local 67 a_sec = readb(&rtc->almsec); in rtc_get() 84 a_armed, a_year, a_mon, a_date, a_hour, a_min, a_sec); in rtc_get()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 4673 time_t a_sec, m_sec; in os_utime_impl() local 4683 &a_sec, &a_nsec, _PyTime_ROUND_FLOOR) == -1 || in os_utime_impl() 4688 utime.atime_s = a_sec; in os_utime_impl()
|