Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/DNS/DNSlookup/
DDNSlookup_harness.c19 uint8_t byte; in safeMalloc() local
21 return byte ? malloc( xWantedSize ) : NULL; in safeMalloc()
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/parsing/ProcessReceivedUDPPacket/
DProcessReceivedUDPPacket_harness.c38 uint8_t byte; in safeMalloc() local
40 return byte ? malloc( xWantedSize ) : NULL; in safeMalloc()
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/DNS/DNSgetHostByName_cancel/
DDNSgetHostByName_cancel_harness.c29 uint8_t byte; in safeMalloc() local
31 return byte ? malloc( xWantedSize ) : NULL; in safeMalloc()
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/parsing/ProcessReceivedTCPPacket/
DProcessReceivedTCPPacket_harness.c26 uint8_t byte; in safeMalloc() local
28 return byte ? malloc( xWantedSize ) : NULL; in safeMalloc()
/FreeRTOS-Plus-TCP-v3.1.0/
DMISRA.md67 byte stream. This byte stream needs to be casted to various data
69 a byte stream to a structure, MISRA warns us that it can lead to
71 packets are stored are always aligned to a 4 byte word boundary with an
72 offset of 2 bytes. The reason for this 2 byte offset is that the
102 Here, the poiner to the starting byte of the packet is cast to an
DHistory.txt94 byte to send the correct amount of bytes.
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ksz8851snl/
Dksz8851snl.c482 #warning Remember to try the above option to get a 2-byte offset in ksz8851snl_set_registers()