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