Home
last modified time | relevance | path

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

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/sources/libraries/fnd/
Dfnd_DateTime.cpp157 const s32 y4days = (365 * 4 + 1); in DaysToDate() local
174 s32 y4 = c1ds / y4days; in DaysToDate()
175 s32 y4ds = c1ds % y4days; in DaysToDate()