Home
last modified time | relevance | path

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

/CoreMQTT-Agent-v1.1.0/test/cbmc/stubs/
Dcore_mqtt_stubs.c97 static const uint8_t maxRemainingLength = 64U; in MQTT_ProcessLoop() local
113 __CPROVER_assume( remainingLength < maxRemainingLength ); in MQTT_ProcessLoop()