Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_toolchain.cpp128 const uint8_t *packedStructBytes = reinterpret_cast<const uint8_t *>(&packedStruct); in test_packed_alignment() local
150 …VerifyOrQuit(memcmp(ptr, packedStructBytes, sizeof(PackedStruct)) == 0, "OT_TOOL_PACKED alignment … in test_packed_alignment()