Lines Matching refs:use
58 The use of the C preprocessor should be minimized. In particular:
59 * use functions or, if absolutely necessary, inline functions instead of macros
60 * use `static const` variables instead of `#define`
61 * use `enum` for enumerations, not a collection of `#define`s
62 * minimize the use of feature / conditional macros
110 // use i
143 Instead, use zero-length arrays as described above to avoid pointer arithmetic
159 mechanism exists. In other words, use `__func__` over `__FUNCTION__`.
163 Whereas the _Language_ section describes the use of language features, this
169 Likewise, use `osi_free` over `free`. These wrapped functions provide additional
237 * you may not use this file except in compliance with the License.
268 * use only spaces, indent 2 spaces at a time
271 * use one blank line to separate logical code blocks, function definitions,
299 Use only spaces, and indent 2 spaces at a time. Do not use tab characters in the