Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/
Dfnd_DateTime.cpp177 s32 ydays = y4ds % y1days; in DaysToDate() local
180 month = (5 * ydays + 2) / 153; in DaysToDate()
181 day = ydays - (153 * month + 2) / 5 + 1; in DaysToDate()