Home
last modified time | relevance | path

Searched refs:tm_mday (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Drtc.c138 …late_mday(rtc_timeinfo.tm_year, rtc_timeinfo.tm_yday, &rtc_timeinfo.tm_mon, &rtc_timeinfo.tm_mday); in rtc_restore_timeinfo()
139 …rtc_calculate_wday(rtc_timeinfo.tm_year, rtc_timeinfo.tm_mon, rtc_timeinfo.tm_mday, &rtc_timeinfo.… in rtc_restore_timeinfo()
219 tm_temp.tm_mday += delta_days; in hal_rtc_get_time()
221 while(tm_temp.tm_mday > days_in_month(tm_temp.tm_mon, tm_temp.tm_year)){ in hal_rtc_get_time()
222 tm_temp.tm_mday -= days_in_month(tm_temp.tm_mon, tm_temp.tm_year); in hal_rtc_get_time()
243 time->date = tm_temp.tm_mday; in hal_rtc_get_time()
267 timeinfo.tm_mday= time->date; in hal_rtc_set_time()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Drtc_api.c151 …late_mday(rtc_timeinfo.tm_year, rtc_timeinfo.tm_yday, &rtc_timeinfo.tm_mon, &rtc_timeinfo.tm_mday); in rtc_restore_timeinfo()
152 …rtc_calculate_wday(rtc_timeinfo.tm_year, rtc_timeinfo.tm_mon, rtc_timeinfo.tm_mday, &rtc_timeinfo.… in rtc_restore_timeinfo()
276 tm_temp.tm_mday += delta_days; in rtc_read()
278 while(tm_temp.tm_mday > days_in_month(tm_temp.tm_mon, tm_temp.tm_year)){ in rtc_read()
279 tm_temp.tm_mday -= days_in_month(tm_temp.tm_mon, tm_temp.tm_year); in rtc_read()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_rtc.h17 int tm_mday; member
/AliOS-Things-master/components/py_engine/engine/shared/timeutils/
A Dtimeutils.c140 tm->tm_mday = days + 1; // Make one based in timeutils_seconds_since_2000_to_struct_time()
143 tm->tm_yday = timeutils_year_day(tm->tm_year, tm->tm_mon, tm->tm_mday); in timeutils_seconds_since_2000_to_struct_time()
A Dtimeutils.h44 uint8_t tm_mday; // 1..31 member
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dminiunz.c54 newdate.tm_mday = tmu_date.tm_mday; in change_file_date()
188 (uLong)file_info.tmu_date.tm_mday, in do_list()
A Dunzip.c531 ptm->tm_mday = (uInt)(uDate & 0x1f);
/AliOS-Things-master/components/csi/csi2/include/drv/
A Drtc.h27 int tm_mday; ///< Day. [1-31] member
/AliOS-Things-master/components/minilibc/include/
A Dtime.h102 int tm_mday; /* Day of the month (1-31) */ member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dminizip.c133 tmzip->tm_mday = filedate->tm_mday;
407 zi.tmz_date.tm_mday = zi.tmz_date.tm_mon = zi.tmz_date.tm_year = 0;
A Dminiunz.c106 newdate.tm_mday=tmu_date.tm_mday;
293 (uLong)file_info.tmu_date.tm_mday,
A Dzip.h94 uInt tm_mday; /* day of the month - [1,31] */ member
A Dunzip.h89 uInt tm_mday; /* day of the month - [1,31] */ member
A Dunzip.c856 ptm->tm_mday = (uInt)(uDate&0x1f) ; in unz64local_DosDateToTmuDate()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodutime.c57 tuple[2] = mp_obj_new_int(tm.tm_mday), in time_localtime()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodutime.c56 tuple[2] = mp_obj_new_int(tm.tm_mday), in time_localtime()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodutime.c56 tuple[2] = mp_obj_new_int(tm.tm_mday), in time_localtime()
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dunzip.h85 uInt tm_mday; /* day of the month - [1,31] */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h243 unsigned int tm_mday; member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/untgz/
A Duntgz.c198 local->tm_year+1900, local->tm_mon+1, local->tm_mday, in strtime()
223 st.wDay = (WORD)loctm->tm_mday; in setfiletime()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/ras/
A Dras2tif.c109 year, ct->tm_mon + 1, ct->tm_mday,
/AliOS-Things-master/components/sntp/src/
A Dsntp.c381 g_time.day = gt->tm_mday; in sntp_request()
/AliOS-Things-master/components/oss/src/utils/
A DUtils.cc650 wday_name[tm.tm_wday], tm.tm_mday, mon_name[tm.tm_mon], in ToGmtTime()
688 &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec, &ms); in UtcToUnixTime()
/AliOS-Things-master/components/mbedtls/library/
A Dx509.c909 now->day = lt->tm_mday; in x509_get_current_time()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngwrite.c478 ptime->day = (png_byte)ttime->tm_mday; in png_convert_from_struct_tm()

Completed in 32 milliseconds

12