Home
last modified time | relevance | path

Searched refs:packed_u32 (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dcutils.h142 struct __attribute__((packed)) packed_u32 { struct
167 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