Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/include/
HDqueue_init.h74 UBaseType_t uxQueueLength; in xUnconstrainedQueueBoundedItemSize() local
78 __CPROVER_assume( uxQueueLength > 0 ); in xUnconstrainedQueueBoundedItemSize()
85 __CPROVER_assume( uxItemSize < uxQueueStorageSize / uxQueueLength ); in xUnconstrainedQueueBoundedItemSize()
88 xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in xUnconstrainedQueueBoundedItemSize()
113 UBaseType_t uxQueueLength; in xUnconstrainedQueue() local
117 __CPROVER_assume( uxQueueLength > 0 ); in xUnconstrainedQueue()
123 __CPROVER_assume( uxItemSize < uxQueueStorageSize / uxQueueLength ); in xUnconstrainedQueue()
126 xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in xUnconstrainedQueue()