Go to the documentation of this file.
24 #define SUBPACKET_ANNOTATION(c, t, r, d, a) {NULL, (c), (t), (r), (d), (a)}
31 #define SUBPACKET_HANDLER_INIT(c, h) {NULL, (c), (h)}
40 #define EXTRACT(u, f) (((u) >> f##__S) & f##__M)
41 #define GEN_MASK(f) ((u64)f##__M << f##__S)