Lines Matching refs:variable
128 variable = (x) + (y); \
227 * Do not use uppercase letters - either in the form of ALL_UPPERCASE, or CamelCase - in variable na…
252 * Use of the structures should be by separate variable declarations and those declarations must be …
260 and maybe local variable functions.
500 …The exception to this is when the variable is ``const`` in which case the declaration must be at t…
503 …e the code by initializing variables in the declarations, only the last variable on a line should …
511 char a = 0; /* OK, one variable per line with initializer */
514 float x, y = 0.0; /* OK, only last variable has initializer */
622 The error type should be indicated may setting the variable ``rte_errno`` appropriately.
631 which, unlike ``void *``, needs a typecast to assign to a pointer variable.)
701 The ``const`` attribute should be used as often as possible when a variable is read-only.
827 This variable should list out the files to be compiled up to create the
862 variable may be omitted from the ``meson.build`` file. For example:
875 found, and, if not, the ``build`` variable should be set to ``false``.
907 name, the name should be specified using this variable. In practice,
921 This variable can be used to pass to the library build some pre-built
927 This variable should be used when a library is not to be built i.e. when
960 variable to allow the headers from that base directory to be found when
978 This variable is used to pass additional library link flags through to