Lines Matching full:variable
20 * - using a trace level variable to only call trace functions
22 * - using the same variable for tracing on/off to never make a function
24 * - the function number is put into a local variable by the entry macro
50 * Trace level variable. Negative for "off".
66 * Bits 0-3: The function return type. First variable param.
111 * variable of the same name.
132 * Flag bit in utraceFnNumber, the local variable added to each function
145 * Stores the function number in a local variable.
146 * In C code, must be placed immediately after the last variable declaration.
168 * Stores the function number in a local variable.
169 * In C code, must be placed immediately after the last variable declaration.