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
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
543 The preferred style for long (multi-line) comments is:
548 * This is the preferred style for multi-line
556 For files in net/ and drivers/net/ the preferred style for long (multi-line)
561 /* The preferred comment style for files in net/ and drivers/net
564 * It is nearly the same as the generally preferred comment style,
733 Enums are preferred when defining several related constants.
849 The preferred form for passing a size of a struct is the following:
863 The preferred form for allocating an array is the following:
869 The preferred form for allocating a zeroed array is the following: