Searched refs:packedStructBytes (Results 1 – 1 of 1) sorted by relevance
128 const uint8_t *packedStructBytes = reinterpret_cast<const uint8_t *>(&packedStruct); in test_packed_alignment() local150 …VerifyOrQuit(memcmp(ptr, packedStructBytes, sizeof(PackedStruct)) == 0, "OT_TOOL_PACKED alignment … in test_packed_alignment()