/AliOS-Things-master/components/py_engine/engine/shared/timeutils/ |
A D | timeutils.c | 162 mp_int_t hours, mp_int_t minutes, mp_int_t seconds) { in timeutils_mktime_2000() argument 180 hours += minutes / 60; in timeutils_mktime_2000() 183 hours--; in timeutils_mktime_2000() 186 mday += hours / 24; in timeutils_mktime_2000() 187 if ((hours = hours % 24) < 0) { in timeutils_mktime_2000() 188 hours += 24; in timeutils_mktime_2000() 214 return timeutils_seconds_since_2000(year, month, mday, hours, minutes, seconds); in timeutils_mktime_2000()
|
A D | timeutils.h | 63 mp_int_t hours, mp_int_t minutes, mp_int_t seconds); 73 … timeutils_mktime(mp_uint_t year, mp_int_t month, mp_int_t mday, mp_int_t hours, mp_int_t minutes,… in timeutils_mktime() argument 74 …return timeutils_mktime_2000(year, month, mday, hours, minutes, seconds) + TIMEUTILS_SECONDS_1970_… in timeutils_mktime()
|
/AliOS-Things-master/components/sensor/drv/ |
A D | drv_rtc_maxim_ds1307.c | 60 uint8_t hours; /*!< Hours parameter, 24Hour mode, 00 to 23 */ member 168 data[DS1307_HOURS] = TM_DS1307_Bin2Bcd(TM_DS1307_CheckMinMax(time->hours, 0, 23)); in drv_rtc_maxim_ds1307_write() 215 time->hours = TM_DS1307_Bcd2Bin(data[DS1307_HOURS]); in drv_rtc_maxim_ds1307_read()
|
/AliOS-Things-master/components/drivers/external_device/rx8130ce/src/ |
A D | rx8130ce.c | 95 data[2] = rx8130ce_bin2bcd(rx8130ce_checkminmax(time->hours, 0, 23)) & 0x3F; in rx8130ce_set_time() 150 time->hours = rx8130ce_bcd2bin(data[2]); in rx8130ce_get_time()
|
/AliOS-Things-master/components/drivers/external_device/rx8130ce/include/ |
A D | rx8130ce.h | 86 uint8_t hours; /*!< Hours parameter, 24Hour mode, 00 to 23 */ member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/ |
A D | Kconfig | 172 in Progress, we need to keep track of how many hours has passed 174 the state at least for 96 hours (Update in Progress has an 175 additional upper limit of 144 hours). 179 how many hours the node has been in the state. This doesn't 190 state is saved every 24 hours (96 / 4).
|
/AliOS-Things-master/components/sensor/include/sensor/ |
A D | sensor.h | 326 uint8_t hours; /* !< Hours parameter, 24Hour mode, 00 to 23 */ member
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/ |
A D | train_micro_speech_model.ipynb | 29 …Hardware accelerator: GPU**. Training 15,000 iterations will take 1.5 - 2 hours on a GPU runtime.\…
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.h | 286 duk_double_t hours; /* hour: 0-59 */ member
|
A D | duktape.c | 31097 comp->hours = dparts[DUK_DATE_IDX_HOUR]; in duk_time_to_components() 31127 dparts[DUK_DATE_IDX_HOUR] = comp->hours; in duk_components_to_time()
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | traces.2 | 312 # On AmigaOS with pdksh, this test takes hours, literally.
|
A D | traces.0 | 1797 # On AmigaOS with pdksh, this test takes hours, literally.
|
A D | output.0 | 4133 # On AmigaOS with pdksh, this test takes hours, literally.
|
A D | output.1 | 4133 # On AmigaOS with pdksh, this test takes hours, literally.
|
A D | output.2 | 4086 # On AmigaOS with pdksh, this test takes hours, literally.
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | libtool.m4 | 1542 # On AmigaOS with pdksh, this test takes hours, literally.
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | libtool.m4 | 1641 # On AmigaOS with pdksh, this test takes hours, literally.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | libtool.m4 | 1712 # On AmigaOS with pdksh, this test takes hours, literally.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | libtool.m4 | 1712 # On AmigaOS with pdksh, this test takes hours, literally.
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | libtool.m4 | 1712 # On AmigaOS with pdksh, this test takes hours, literally.
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | aclocal.m4 | 1650 # On AmigaOS with pdksh, this test takes hours, literally.
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | aclocal.m4 | 1650 # On AmigaOS with pdksh, this test takes hours, literally.
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | aclocal.m4 | 1726 # On AmigaOS with pdksh, this test takes hours, literally.
|