Searched refs:packed_t (Results 1 – 1 of 1) sorted by relevance
49 struct packed_t in test_packed1() struct56 static_assert(sizeof(packed_t) == 7, "packed_t should be packed to 7 bytes"); in test_packed1()58 VerifyOrQuit(sizeof(packed_t) == 7, "OT_TOOL_PACKED failed 1"); in test_packed1()64 struct packed_t in test_packed2() struct70 static_assert(sizeof(packed_t) == 4, "packed_t should be packed to 4 bytes"); in test_packed2()72 VerifyOrQuit(sizeof(packed_t) == 4, "OT_TOOL_PACKED failed 2"); in test_packed2()83 struct packed_t in test_packed_union() struct93 static_assert(sizeof(packed_t) == 5, "packed_t should be packed to 5 bytes"); in test_packed_union()95 VerifyOrQuit(sizeof(packed_t) == 5, "OT_TOOL_PACKED failed 3"); in test_packed_union()