Searched refs:spaces (Results 1 – 4 of 4) sorted by relevance
37 int spaces; in printnum() local53 spaces = width - (p - buf); in printnum()55 while (spaces > 0) in printnum()58 spaces--; in printnum()70 while (spaces > 0) in printnum()73 spaces--; in printnum()132 int spaces; in kvprintf() local136 spaces = width - strlen(p); in kvprintf()139 while (spaces > 0) in kvprintf()142 spaces--; in kvprintf()[all …]
34 int spaces; in printnum() local50 spaces = width - (p - buf); in printnum()52 while (spaces > 0) in printnum()55 spaces--; in printnum()67 while (spaces > 0) in printnum()70 spaces--; in printnum()129 int spaces; in kvprintf() local141 spaces = width - strlen(p); in kvprintf()144 while (spaces > 0) in kvprintf()147 spaces--; in kvprintf()[all …]
17 2. indentation is two spaces per level (i.e. per tab).23 8. spaces surrounding assignment and comparisons.
14 # Values that contain spaces should be placed between quotes (\" \").265 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen266 # uses this value to replace tabs by spaces in code fragments.917 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING2328 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"