Searched refs:SECS_PER_NORMAL_YEAR (Results 1 – 2 of 2) sorted by relevance
/kernel/liteos_m/kal/posix/src/ | ||
D | time_internal.h | 59 #define SECS_PER_NORMAL_YEAR 31536000 /* 60 * 60 * 24 * 365 */ macro |
D | time.c | 652 seconds += SECS_PER_NORMAL_YEAR; in ConvertUtc2Secs() |