Searched refs:swapBytes (Results 1 – 3 of 3) sorted by relevance
47 void swapBytes(uint8_t *bytes, size_t size);57 swapBytes(reinterpret_cast<uint8_t *>(&value), sizeof(T)); in hostToLittleEndian()
21 void swapBytes(uint8_t *bytes, size_t size) { in swapBytes() function
43 nanoapp_testing::swapBytes(bytes, kByteCount); in swapByteTest()