Searched refs:uxQueueLength (Results 1 – 1 of 1) sorted by relevance
74 UBaseType_t uxQueueLength; in xUnconstrainedQueueBoundedItemSize() local78 __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() local117 __CPROVER_assume( uxQueueLength > 0 ); in xUnconstrainedQueue()123 __CPROVER_assume( uxItemSize < uxQueueStorageSize / uxQueueLength ); in xUnconstrainedQueue()126 xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in xUnconstrainedQueue()