Lines Matching refs:preferred
6 This is a short document describing the preferred coding style for the
41 The preferred way to ease multiple indentation levels in a switch statement is
88 preferred limit.
103 choose one placement strategy over the other, but the preferred way, as
242 preferred use of ``*`` is adjacent to the data name or function name and not
443 Although this is not required by the C language, it is preferred in Linux
540 The preferred style for long (multi-line) comments is:
545 * This is the preferred style for multi-line
553 For files in net/ and drivers/net/ the preferred style for long (multi-line)
558 /* The preferred comment style for files in net/ and drivers/net
561 * It is nearly the same as the generally preferred comment style,
713 Enums are preferred when defining several related constants.
828 The preferred form for passing a size of a struct is the following:
842 The preferred form for allocating an array is the following:
848 The preferred form for allocating a zeroed array is the following: