Home
last modified time | relevance | path

Searched refs:ASSERT_CONCAT (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/BufferManagement/
DBufferAllocation_2.c74 #define ASSERT_CONCAT( a, b ) ASSERT_CONCAT_( a, b ) macro
76 enum { ASSERT_CONCAT( assert_line_, __LINE__ ) = 1 / ( !!( e ) ) }
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DBufferAllocation_2.c71 #define ASSERT_CONCAT( a, b ) ASSERT_CONCAT_( a, b ) macro
73 ; enum { ASSERT_CONCAT( assert_line_, __LINE__ ) = 1 / ( !!( e ) ) }