Searched refs:BEGIN_WEEKDAY (Results 1 – 2 of 2) sorted by relevance
/kernel/liteos_m/kal/posix/src/ | ||
D | time_internal.h | 63 #define BEGIN_WEEKDAY 4 macro |
D | time.c | 563 tp->tm_wday = (BEGIN_WEEKDAY + days) % DAYS_PER_WEEK; in ConvertSecs2Utc() |