Searched refs:LIBPLDM_CC_COUNTED_BY (Results 1 – 5 of 5) sorted by relevance
16 #define LIBPLDM_CC_COUNTED_BY(x) __attribute__((counted_by(x))) macro29 #ifndef LIBPLDM_CC_COUNTED_BY30 #define LIBPLDM_CC_COUNTED_BY(x) macro
1255 uint8_t event_data[] LIBPLDM_CC_COUNTED_BY(event_data_length);
36 uint8_t data[] LIBPLDM_CC_COUNTED_BY(length);91 uint8_t data[] LIBPLDM_CC_COUNTED_BY(length);
331 - [ ] I've annotated the flexible array member with `LIBPLDM_CC_COUNTED_BY()`