Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/include/
HDqueue_init.h9 #ifndef CBMC_OBJECT_MAX_SIZE
10 #define CBMC_OBJECT_MAX_SIZE ( UINT32_MAX >> ( CBMC_OBJECT_BITS + 1 ) ) macro
84 __CPROVER_assume( uxQueueStorageSize < CBMC_OBJECT_MAX_SIZE ); in xUnconstrainedQueueBoundedItemSize()
122 __CPROVER_assume( uxQueueStorageSize < CBMC_OBJECT_MAX_SIZE ); in xUnconstrainedQueue()