Home
last modified time | relevance | path

Searched refs:t (Results 1 – 11 of 11) sorted by relevance

/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Common/
A Dprintf-stdarg.c262 register int t, neg = 0; in printll() local
296 t = lldiv_result.rem; in printll()
298 if( t >= 10 ) in printll()
300 t += apBuf->flags.letBase - '0' - 10; in printll()
303 *( --s ) = t + '0'; in printll()
334 register int t, neg = 0; in printi() local
363 t = u & 0xF; in printi()
365 if( t >= 10 ) in printi()
370 *( --s ) = t + '0'; in printi()
382 t = u % base; in printi()
[all …]
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A Dprintf-stdarg.c322 register int t, neg = 0; in printll() local
356 t = lldiv_result.rem; in printll()
358 if( t >= 10 ) in printll()
360 t += apBuf->flags.letBase - '0' - 10; in printll()
363 *( --s ) = t + '0'; in printll()
394 register int t, neg = 0; in printi() local
423 t = u & 0xF; in printi()
425 if( t >= 10 ) in printi()
430 *( --s ) = t + '0'; in printi()
442 t = u % base; in printi()
[all …]
A DReadMe.md5 The Windows Simulator environment doesn't actually have multiple
/FreeRTOS-Plus/Source/Utilities/
A Dreadme.txt5 IoT devices that become disconnected don't all try and reconnect at the same
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Basic_TLS/
A Dmqtt_broker_setup.txt17 5. Update mosquitto.conf to have the following entries and don't forget to substitute your Windows …
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/NTP/
A DNTPDemo.c77 int set_time( const time_t * t );
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth/
A Dmqtt_broker_setup.txt19 5. Update mosquitto.conf to have the following entries and don't forget to substitute your Windows …
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/
A Dmqtt_broker_setup.txt21 5. Update mosquitto.conf to have the following entries and don't forget to substitute your Windows …
/FreeRTOS-Plus/Source/Reliance-Edge/doc/
A Dcoding_style.txt302 Don't use preprocessor notation where the # is separated from the keyword by one
303 or more white spaces. For example, don't do:
/FreeRTOS-Plus/Source/Reliance-Edge/
A DREADME.md15 don't like - reach out! All comments and inquiries can be directed to
A DREADME.txt20 tell us what you don't like - reach out! All comments and inquiries can

Completed in 25 milliseconds