Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/Common/
HDmain.c96 static UBaseType_t ulNextRand; variable
227 ulNextRand = ( ulMultiplier * ulNextRand ) + ulIncrement; in uxRand()
228 return( ( int ) ( ulNextRand ) & 0x7fffUL ); in uxRand()