Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_toolchain.cpp127 PackedStruct packedStructCopy; in test_packed_alignment() local
157 memset(&packedStructCopy, 0, sizeof(PackedStruct)); in test_packed_alignment()
158 packedStructCopy = *reinterpret_cast<PackedStruct *>(ptr); in test_packed_alignment()
160 VerifyOrQuit(memcmp(&packedStructCopy, &packedStruct, sizeof(PackedStruct)) == 0, in test_packed_alignment()