Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Common/
Dmain.c106 static UBaseType_t ulNextRand; variable
239 ulNextRand = ( ulMultiplier * ulNextRand ) + ulIncrement; in uxRand()
240 return( ( int ) ( ulNextRand ) & 0x7fffUL ); in uxRand()