Home
last modified time | relevance | path

Searched refs:y1days (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.cpp158 const s32 y1days = 365; in DaysToDate() local
176 s32 y1 = y4ds / y1days; in DaysToDate()
177 s32 ydays = y4ds % y1days; in DaysToDate()