Lines Matching refs:_a
343 #define DECL_BITFIELD2(_a, _b) \ argument
344 uint8_t _a, _b
345 #define DECL_BITFIELD3(_a, _b, _c) \ argument
346 uint8_t _a, _b, _c
347 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
348 uint8_t _a, _b, _c, _d
349 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
350 uint8_t _a, _b, _c, _d, _e
351 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
352 uint8_t _a, _b, _c, _d, _e, _f
353 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
354 uint8_t _a, _b, _c, _d, _e, _f, _g
355 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
356 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
358 #define DECL_BITFIELD2(_a, _b) \ argument
359 uint8_t _b, _a
360 #define DECL_BITFIELD3(_a, _b, _c) \ argument
361 uint8_t _c, _b, _a
362 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
363 uint8_t _d, _c, _b, _a
364 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
365 uint8_t _e, _d, _c, _b, _a
366 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
367 uint8_t _f, _e, _d, _c, _b, _a
368 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
369 uint8_t _g, _f, _e, _d, _c, _b, _a
370 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
371 uint8_t _h, _g, _f, _e, _d, _c, _b, _a