Home
last modified time | relevance | path

Searched refs:a_date (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/rtc/
Ds3c24x0_rtc.c49 __maybe_unused uchar a_sec, a_min, a_hour, a_date, in rtc_get() local
70 a_date = readb(&rtc->almdate); in rtc_get()
84 a_armed, a_year, a_mon, a_date, a_hour, a_min, a_sec); in rtc_get()
/external/python/cpython2/Misc/
DHISTORY2382 ``a_date.__eq__(a_datetime)`` is true if and only if the year, month
2383 and day members of ``a_date`` and ``a_datetime`` are equal.
/external/python/cpython3/Misc/
DHISTORY19766 ``a_date.__eq__(a_datetime)`` is true if and only if the year, month
19767 and day members of ``a_date`` and ``a_datetime`` are equal.