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
484 Although this is not required by the C language, it is preferred in Linux
584 The preferred style for long (multi-line) comments is:
589 * This is the preferred style for multi-line
597 For files in net/ and drivers/net/ the preferred style for long (multi-line)
602 /* The preferred comment style for files in net/ and drivers/net
605 * It is nearly the same as the generally preferred comment style,
774 Enums are preferred when defining several related constants.
890 The preferred form for passing a size of a struct is the following:
904 The preferred form for allocating an array is the following:
910 The preferred form for allocating a zeroed array is the following: