Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/stubs/
Dcbmc.c8 void * safeMalloc( size_t size ) in safeMalloc()
Dfreertos_api.c218 size_t size; in FreeRTOS_GetUDPPayloadBuffer_Multi() local
298 size_t size = xRequestedSizeBytes; in pxGetNetworkBufferWithDescriptor() local
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/DNS/DNSgetHostByName/
DDNSgetHostByName_harness.c75 uint32_t size; in DNS_ParseDNSReply() local
175 size_t size; in __CPROVER_file_local_FreeRTOS_DNS_c_prvCreateDNSMessage() local
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c119 uint32_t size ) in cache_clean_invalidate_by_addr()
127 uint32_t size ) in cache_invalidate_by_addr()
140 #define cache_clean_invalidate_by_addr( addr, size ) do {} while( 0 ) argument
141 #define cache_invalidate_by_addr( addr, size ) do {} while( 0 ) argument
Dgmac_SAM.c177 #define CIRC_CNT( head, tail, size ) ( ( ( head ) - ( tail ) ) % ( size ) ) argument
184 #define CIRC_SPACE( head, tail, size ) CIRC_CNT( ( tail ), ( ( head ) + 1 ), ( size ) ) argument
/FreeRTOS-Plus-TCP-v4.0.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