Searched refs:T_UINT32 (Results 1 – 8 of 8) sorted by relevance
101 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; struct102 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)173 struct __packed__ T_UINT32 { uint32_t v; }; argument174 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)244 @packed struct T_UINT32 { uint32_t v; }; struct245 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
71 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument73 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
71 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; struct73 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
74 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument76 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
101 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument102 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)173 struct __packed__ T_UINT32 { uint32_t v; }; struct174 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)244 @packed struct T_UINT32 { uint32_t v; }; argument245 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; struct69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
77 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; struct79 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
Completed in 25 milliseconds