Lines Matching refs:a
24 - [Not sure if this is a gcc bug or some weird corner of UB or what... - Andrew
81 - An invariant violation is always a programming failure of the library's
95 ## Adding a new API
117 - [ ] My new public message codec functions take a `struct` representing the
118 message as a parameter
124 the underlying memory represents a single object or an array.
132 - [ ] My new public `struct` definitions do _not_ define a flexible array
143 - Note: Any array defined with length 1 is _not_ a flexible array, and any
174 - [ ] If I've added support for a new PLDM message type, then I've implemented
188 - [ ] If I've added support for a new message type, then my commit message
202 - [ ] My commit message links to a publicly visible patch that makes use of the
264 A change to an API is a pure rename only if there are no additional behavioural
279 - [ ] I've added a [semantic patch][coccinelle] to migrate users from the old
289 - [ ] My change fixing the bug includes a [Fixes tag][linux-kernel-fixes-tag]