Searched refs:days (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/sources/libraries/fnd/ |
| D | fnd_DateTime.cpp | 153 void DateTime::DaysToDate(s32 *pYear, s32 *pMonth, s32 *pDay, s32 days) in DaysToDate() argument 161 days -= 31 + 29; in DaysToDate() 163 s32 c4 = days / c4days; in DaysToDate() 164 s32 c4ds = days % c4days; in DaysToDate() 214 Week DateTime::DaysToWeekday(s32 days) in DaysToWeekday() argument 216 return static_cast<Week>(Modulo32((days + WEEK_SATURDAY), WEEK_MAX)); in DaysToWeekday() 403 s32 days = AlignedDays(m_MilliSeconds); in GetParameters() local 406 DaysToDate(&year,&month,&day, days); in GetParameters() 411 parameters.week = DaysToWeekday(days); in GetParameters()
|
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/fnd/ |
| D | fnd_TimeSpan.h | 122 …static TimeSpan FromDays(s64 days) { return FromNanoSeconds(days * 1000 * 1000 * 1000 * 60 * 60 * … in FromDays() argument
|
| D | fnd_DateTime.h | 384 static void DaysToDate(s32 *pYear, s32 *pMonth, s32 *pDay, s32 days); 393 static Week DaysToWeekday(s32 days);
|