Lines Matching full:arguments

144 	/* Mode optimized for simple messages with 0 to 2 32 bit word arguments.*/
236 /* Determine if amount of arguments (less than 3) qualifies to simple message. */
240 /* Set of marcos used to determine if arguments type allows simplified message creation mode. */
246 /** brief Determine if string arguments types allow to use simplified message creation mode.
248 * @param ... String with arguments.
257 * - Number of arguments from 0 to 2
260 * @param ... String with arguments.
275 /* Helper macro for handing log with two arguments. Macro casts arguments to uint32_t.
282 /* Call specific function based on the number of arguments.
283 * Since up 2 to arguments are supported COND_CODE_0 and COND_CODE_1 can be used to
284 * handle all cases (0, 1 and 2 arguments). When tracing is enable then for each
286 * macro is applied to any input arguments so we need to make sure that it is
287 * always called with proper number of arguments. For that it is wrapped around
288 * into another macro and dummy arguments to cover for cases when there is less
289 * arguments in a log call.
303 * Macro picks matching function (based on number of arguments) and calls it.
304 * String arguments are casted to uint32_t.
308 * @param ... String with arguments.
316 * on entries with 2 or less arguments.
321 * @param ... String with arguments.
393 /** @brief Wrapper for log message string with arguments.
400 * @param ... Optional log message with arguments (may be empty).
417 /** @brief Wrapper for log message string with tagged arguments.
421 * log message provided. Each subsequent arguments are tagged by preceding
425 * @param ... Optional log message with arguments (may be empty).
457 * @param ... Optional log message with arguments (may be empty).
466 * description, timestamp, arguments, copying string arguments into message and
472 * it contains data or string arguments which are string pointers.
500 * @param ... Optional string with arguments (fmt, ...). It may be empty.
566 * This is done to prevent multiple evaluations of input arguments (in case argument
613 /** @brief Create log message using simplified method for string with no arguments.
632 /** @brief Create log message using simplified method for string with two arguments.
676 * @param ap Variable list of string arguments.
703 * @param ... String arguments.