Searched refs:pulNumber (Results 1 – 10 of 10) sorted by relevance
32 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument34 __CPROVER_assert( pulNumber != NULL, "Argument to xApplicationGetRandomNumber cannot be NULL" ); in xApplicationGetRandomNumber()38 *pulNumber = nondet_uint32_t(); in xApplicationGetRandomNumber()43 *pulNumber = NULL; in xApplicationGetRandomNumber()
34 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument36 __CPROVER_assert( pulNumber != NULL, "Argument to xApplicationGetRandomNumber cannot be NULL" ); in xApplicationGetRandomNumber()40 *pulNumber = nondet_uint32_t(); in xApplicationGetRandomNumber()45 *pulNumber = NULL; in xApplicationGetRandomNumber()
162 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument164 *pulNumber = 0; in xApplicationGetRandomNumber()172 *pulNumber = num; in xApplicationGetRandomNumber()183 uint32_t pulNumber = 0; in ulApplicationGetNextSequenceNumber() local185 xApplicationGetRandomNumber( &pulNumber ); in ulApplicationGetNextSequenceNumber()186 return pulNumber; in ulApplicationGetNextSequenceNumber()
36 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument38 ( void ) pulNumber; in xApplicationGetRandomNumber()
243 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument245 *pulNumber = ( uint32_t ) uxRand(); in xApplicationGetRandomNumber()
177 BaseType_t xStubxApplicationGetRandomNumber( uint32_t * pulNumber, in xStubxApplicationGetRandomNumber() argument180 if( pulNumber != NULL ) in xStubxApplicationGetRandomNumber()182 *pulNumber = 0xFF000000 | TEST_DHCPV6_TRANSACTION_ID; in xStubxApplicationGetRandomNumber()
90 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument
94 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument
442 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber );