Searched refs:CBMC_OBJECT_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
9 #ifndef CBMC_OBJECT_MAX_SIZE10 #define CBMC_OBJECT_MAX_SIZE ( UINT32_MAX >> ( CBMC_OBJECT_BITS + 1 ) ) macro84 __CPROVER_assume( uxQueueStorageSize < CBMC_OBJECT_MAX_SIZE ); in xUnconstrainedQueueBoundedItemSize()122 __CPROVER_assume( uxQueueStorageSize < CBMC_OBJECT_MAX_SIZE ); in xUnconstrainedQueue()