Home
last modified time | relevance | path

Searched refs:b (Results 1 – 21 of 21) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredmacs.h87 #define REDMIN( a, b ) ( ( ( a ) < ( b ) ) ? ( a ) : ( b ) ) argument
/FreeRTOS-Plus/Source/Reliance-Edge/toolcmn/
A Dgetopt.c92 int b );
131 int b ) in gcd() argument
135 c = a % b; in gcd()
139 a = b; in gcd()
140 b = c; in gcd()
141 c = a % b; in gcd()
144 return( b ); in gcd()
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dbuffer.c152 ALIGNED_2D_BYTE_ARRAY( b, aabBuffer, REDCONF_BUFFER_COUNT, REDCONF_BLOCK_SIZE );
312 ret = RedIoRead( gbRedVolNum, ulBlock, 1U, gBufCtx.b.aabBuffer[ bIdx ] ); in RedBufferGet()
316 if( !BufferIsValid( gBufCtx.b.aabBuffer[ bIdx ], uFlags ) ) in RedBufferGet()
332 BufferEndianSwap( gBufCtx.b.aabBuffer[ bIdx ], uFlags ); in RedBufferGet()
338 RedMemSet( gBufCtx.b.aabBuffer[ bIdx ], 0U, REDCONF_BLOCK_SIZE ); in RedBufferGet()
374 *ppBuffer = gBufCtx.b.aabBuffer[ bIdx ]; in RedBufferGet()
755 if( pBuffer == &gBufCtx.b.aabBuffer[ bIdx ][ 0U ] ) in BufferToIdx()
798 ret = BufferFinalize( gBufCtx.b.aabBuffer[ bIdx ], pHead->uFlags ); in BufferWrite()
803 ret = RedIoWrite( pHead->bVolNum, pHead->ulBlock, 1U, gBufCtx.b.aabBuffer[ bIdx ] ); in BufferWrite()
806 BufferEndianSwap( gBufCtx.b.aabBuffer[ bIdx ], pHead->uFlags ); in BufferWrite()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/pcap/
A Dpcap.h315 #define pcap_fopen_offline( f, b ) \ argument
316 pcap_hopen_offline( _get_osfhandle( _fileno( f ) ), b )
/FreeRTOS-Plus/ThirdParty/winpcap/include/pcap/
A Dpcap.h315 #define pcap_fopen_offline( f, b ) \ argument
316 pcap_hopen_offline( _get_osfhandle( _fileno( f ) ), b )
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/pcap/
A Dpcap.h315 #define pcap_fopen_offline( f, b ) \ argument
316 pcap_hopen_offline( _get_osfhandle( _fileno( f ) ), b )
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/pcap/
A Dpcap.h315 #define pcap_fopen_offline( f, b ) \ argument
316 pcap_hopen_offline( _get_osfhandle( _fileno( f ) ), b )
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/pcap/
A Dpcap.h315 #define pcap_fopen_offline( f, b ) \ argument
316 pcap_hopen_offline( _get_osfhandle( _fileno( f ) ), b )
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_Plaintext/
A Dreadme.txt11 b. Type in command `netstat -a -p TCP | findstr 80` to check if there
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Basic_TLS/
A Dmqtt_broker_setup.txt8 b. Open PowerShell and enter the following commands to generate TLS certificates:
30 b. Type in command `netstat -a -p TCP | findstr 8883` to check if there
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Plain_Text/
A Dmqtt_broker_setup.txt13 b. Type in command `netstat -a -p TCP | findstr 1883` to check if there
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/
A Dmqtt_broker_setup.txt13 b. Type in command `netstat -a -p TCP | findstr 1883` to check if there
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Keep_Alive/
A Dmqtt_broker_setup.txt13 b. Type in command `netstat -a -p TCP | findstr 1883` to check if there
/FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/DemoSetup/
A Dgenerate_credentials.py46 data = b"TEST DATA TO SIGN"
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth/
A Dmqtt_broker_setup.txt7 b. Open PowerShell and enter the following commands to generate TLS certificates:
33 b. Type in command `netstat -a -p TCP | findstr 8883` to check if there
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/
A Dmqtt_broker_setup.txt7b. Open PowerShell and enter the following commands to generate TLS certificates [Note: While crea…
36 b. Type in command `netstat -a -p TCP | findstr 8883` to check if there
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/CMSIS/
A Dcore_cm3.h226 } b; /*!< Structure used for bit access */ member
256 } b; /*!< Structure used for bit access */ member
283 } b; /*!< Structure used for bit access */ member
326 } b; /*!< Structure used for bit access */ member
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dfsstress.c441 #define MIN( a, b ) ( ( a ) < ( b ) ? ( a ) : ( b ) ) argument
442 #define MAX( a, b ) ( ( a ) > ( b ) ? ( a ) : ( b ) ) argument
/FreeRTOS-Plus/Source/Reliance-Edge/
A DLICENSE.txt98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/
A DReadme_TapNetworking.md132 $ ipcalc -b 1.1.1.1 $VM_NETMASK | grep Netmask
/FreeRTOS-Plus/Source/Reliance-Edge/doc/
A Dcoding_style.txt336 b | uint8_t

Completed in 1185 milliseconds