Home
last modified time | relevance | path

Searched defs:size (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/stubs/
Dcbmc.c8 void * safeMalloc( size_t size ) in safeMalloc()
Dfreertos_api.c217 size_t size; in FreeRTOS_GetUDPPayloadBuffer() local
297 size_t size = xRequestedSizeBytes; in pxGetNetworkBufferWithDescriptor() local
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/DNS/DNSgetHostByName/
DDNSgetHostByName_harness.c67 uint32_t size; in DNS_ParseDNSReply() local
150 size_t size; in prvCreateDNSMessage() local
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c113 uint32_t size ) in cache_clean_invalidate_by_addr()
122 size ) \ in cache_invalidate_by_addr() argument
133 #define cache_clean_invalidate_by_addr( addr, size ) do {} while( 0 ) argument
134 #define cache_invalidate_by_addr( addr, size ) do {} while( 0 ) argument
Dgmac_SAM.c155 #define CIRC_CNT( head, tail, size ) ( ( ( head ) - ( tail ) ) % ( size ) ) argument
162 #define CIRC_SPACE( head, tail, size ) CIRC_CNT( ( tail ), ( ( head ) + 1 ), ( size ) ) argument
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
Dgmac.c136 #define CIRC_CNT( head, tail, size ) ( ( ( head ) - ( tail ) ) % ( size ) ) argument
143 #define CIRC_SPACE( head, tail, size ) CIRC_CNT( ( tail ), ( ( head ) + 1 ), ( size ) ) argument