Searched defs:unaligned_32 (Results 1 – 3 of 3) sorted by relevance
74 struct PACKED unaligned_32 { uint32_t x; }; argument
80 struct PACKED unaligned_32 { uint32_t x; }; struct
221 union unaligned_32 { uint32_t l; } __attribute__((packed)) av_alias; union