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.c73 #define ASSERT_CONCAT_( a, b ) a ## b macro
74 #define ASSERT_CONCAT( a, b ) ASSERT_CONCAT_( a, b )
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DBufferAllocation_2.c70 #define ASSERT_CONCAT_( a, b ) a ## b macro
71 #define ASSERT_CONCAT( a, b ) ASSERT_CONCAT_( a, b )