Searched refs:byte (Results 1 – 7 of 7) sorted by relevance
19 uint8_t byte; in safeMalloc() local21 return byte ? malloc( xWantedSize ) : NULL; in safeMalloc()
38 uint8_t byte; in safeMalloc() local40 return byte ? malloc( xWantedSize ) : NULL; in safeMalloc()
29 uint8_t byte; in safeMalloc() local31 return byte ? malloc( xWantedSize ) : NULL; in safeMalloc()
26 uint8_t byte; in safeMalloc() local28 return byte ? malloc( xWantedSize ) : NULL; in safeMalloc()
67 byte stream. This byte stream needs to be casted to various data69 a byte stream to a structure, MISRA warns us that it can lead to71 packets are stored are always aligned to a 4 byte word boundary with an72 offset of 2 bytes. The reason for this 2 byte offset is that the102 Here, the poiner to the starting byte of the packet is cast to an
94 byte to send the correct amount of bytes.
482 #warning Remember to try the above option to get a 2-byte offset in ksz8851snl_set_registers()