Lines Matching refs:_f
347 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
348 uint8_t _a, _b, _c, _d, _e, _f
349 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
350 uint8_t _a, _b, _c, _d, _e, _f, _g
351 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
352 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
362 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
363 uint8_t _f, _e, _d, _c, _b, _a
364 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
365 uint8_t _g, _f, _e, _d, _c, _b, _a
366 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
367 uint8_t _h, _g, _f, _e, _d, _c, _b, _a