Searched refs:packed_u32 (Results 1 – 1 of 1) sorted by relevance
142 struct __attribute__((packed)) packed_u32 { struct167 return ((const struct packed_u32 *)tab)->v; in get_u32()172 return (int32_t)((const struct packed_u32 *)tab)->v; in get_i32()177 ((struct packed_u32 *)tab)->v = val; in put_u32()
Completed in 6 milliseconds