Lines Matching full:be

13 have descriptive names. For example, the port of a chip should be composed of
36 of the file name should be connected by "_".
41 In every header file, there should be copyright information and Change Log
49 * The license and distribution terms for this file may be
71 Braces should have their own lines and the members should be defines with
74 The names of type defines such like structure types should be the structure name
80 In order to be easily referenced, the types of objects in kernel is pointer. For
97 upper application should be declared in header files. If the function don't have
98 parameters, it should be declared as void:
105 Please use English to comment. There shouldn't be too much comments and the
107 complicated algorithm works. Comments to statements should be placed before them
121 The only one exception is switch. In switch-case statements, "case" should be
130 "case" is aligned with "switch", the following code block should be indented.
146 There should be a space before parentheses when it's not a function call. For
159 In expressions, there should be a space between most binary and ternary
180 Logging should be off by default and can be turned on by a switch(e.g. a
181 variable or a macro). When logging, it should be easy to understand and easy to
187 Functions in kernel should be K.I.S.S. If the function is too long, you should
215 rt_timer + verb phrase stands for the method that could be used on timer object.
218 object could be created or it could only created dynamically on heap.