Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
Duncached_memory.c136 uint8_t * pucGetUncachedMemory( uint32_t ulSize ) in pucGetUncachedMemory() argument
146 if( ( pucStartOfMemory == NULL ) || ( ulSize > ulMemorySize ) ) in pucGetUncachedMemory()
154 ulSkipSize = ( ulSize + uncALIGNMENT_SIZE ) & ~( uncALIGNMENT_SIZE - 1uL ); in pucGetUncachedMemory()
Duncached_memory.h18 uint8_t * pucGetUncachedMemory( uint32_t ulSize );
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
Duncached_memory.c124 uint8_t * pucGetUncachedMemory( uint32_t ulSize ) in pucGetUncachedMemory() argument
134 if( ( pucStartOfMemory == NULL ) || ( ulSize > ulMemorySize ) ) in pucGetUncachedMemory()
142 ulSkipSize = ( ulSize + uncALIGNMENT_SIZE ) & ~( uncALIGNMENT_SIZE - 1uL ); in pucGetUncachedMemory()
Duncached_memory.h18 uint8_t * pucGetUncachedMemory( uint32_t ulSize );
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOS_Routing_stubs.c50 uint32_t ulSize, in pcStubFreeRTOS_inet_ntop() argument
58 TEST_ASSERT_EQUAL( ulStubFreeRTOS_inet_ntop_TargetSize, ulSize ); in pcStubFreeRTOS_inet_ntop()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
Dgmac_SAM.c200 uint32_t ulSize ) in circ_inc32() argument
204 if( ( *lHeadOrTail ) >= ( int32_t ) ulSize ) in circ_inc32()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
Dgmac.c152 uint32_t ulSize ) in circ_inc32() argument
156 if( ( *lHeadOrTail ) >= ( int32_t ) ulSize ) in circ_inc32()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DHCPv6/
DFreeRTOS_DHCPv6_utest.c90 uint32_t ulSize, in vAddBitOperation() argument
100 xTestDHCPv6BitOperation[ ulTestDHCPv6BitOperationWriteIndex ].ulCustomLength = ulSize; in vAddBitOperation()
125 TEST_ASSERT_LESS_THAN( TEST_DHCPv6_BIT_OPERATION_MAX_SIZE, ulSize ); in vAddBitOperation()
126 …py( xTestDHCPv6BitOperation[ ulTestDHCPv6BitOperationWriteIndex ].val.ucValCustom, pvVal, ulSize ); in vAddBitOperation()