Lines Matching refs:_a
336 #define DECL_BITFIELD2(_a, _b) \
337 uint8_t _a, _b
338 #define DECL_BITFIELD3(_a, _b, _c) \
339 uint8_t _a, _b, _c
340 #define DECL_BITFIELD4(_a, _b, _c, _d) \
341 uint8_t _a, _b, _c, _d
342 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \
343 uint8_t _a, _b, _c, _d, _e
344 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \
345 uint8_t _a, _b, _c, _d, _e, _f
346 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \
347 uint8_t _a, _b, _c, _d, _e, _f, _g
348 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \
349 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
351 #define DECL_BITFIELD2(_a, _b) \
352 uint8_t _b, _a
353 #define DECL_BITFIELD3(_a, _b, _c) \
354 uint8_t _c, _b, _a
355 #define DECL_BITFIELD4(_a, _b, _c, _d) \
356 uint8_t _d, _c, _b, _a
357 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \
358 uint8_t _e, _d, _c, _b, _a
359 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \
360 uint8_t _f, _e, _d, _c, _b, _a
361 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \
362 uint8_t _g, _f, _e, _d, _c, _b, _a
363 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \
364 uint8_t _h, _g, _f, _e, _d, _c, _b, _a