Lines Matching full: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
104 The preferred limit on the length of a single line is 80 columns.
125 choose one placement strategy over the other, but the preferred way, as
264 preferred use of ``*`` is adjacent to the data name or function name and not
487 Although this is not required by the C language, it is preferred in Linux
500 The preferred order of elements for a function prototype is:
619 The preferred style for long (multi-line) comments is:
624 * This is the preferred style for multi-line
801 Enums are preferred when defining several related constants.
941 The preferred form for passing a size of a struct is the following:
955 The preferred form for allocating an array is the following:
961 The preferred form for allocating a zeroed array is the following:
1233 WARN_ON_ONCE() is generally preferred over WARN() or WARN_ON(), because it