Home
last modified time | relevance | path

Searched defs:packed_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_toolchain.cpp49 struct packed_t in test_packed1() struct
51 uint8_t mByte; in test_packed1()
52 uint32_t mWord; in test_packed1()
53 uint16_t mShort; in test_packed1()
64 struct packed_t in test_packed2() struct
66 uint8_t mBytes[3]; in test_packed2()
67 uint8_t mByte; in test_packed2()
83 struct packed_t in test_packed_union() struct
85 uint8_t mBytes[3]; in test_packed_union()
87 { in test_packed_union()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dtest_decorate.cpp142 typedef struct packed_struct_t packed_t; in TEST_SPIRV_FUNC() typedef