Lines Matching full:style
1 .. _coding-style:
4 QEMU Coding Style
12 Formatting and style
22 Of course, the most important aspect in any coding style is whitespace.
41 * It is the QEMU coding style.
111 * It is the QEMU coding style.
198 Rationale: a consistent (except for functions...) bracing style reduces
200 Furthermore, it is the QEMU coding style.
239 Comment style
242 We use traditional C-style /``*`` ``*``/ comments and avoid // comments.
245 consistency of style. The checkpatch script will warn you about this.
257 This is the same format required by the Linux kernel coding style.
407 names have a different style than other identifiers ("CamelCase" versus
530 Printf-style functions
533 Whenever you add a new printf-style function, i.e., one with a format
812 trace-events style