Lines Matching full:list
8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
38 * Returns the first argument in a list of input arguments.
40 * @param[in] ... A list of arguments (MUST contain at least one).
42 * @returns The first argument in the given list of input arguments.
47 * Returns the second argument in a list of input arguments if any.
49 * @note: This macro works when the list contains either one or two arguments.
51 * @param[in] ... A list of arguments (MUST contain either one or two arguments).
58 * Expands to comma separated list of arguments excluding the first one.
65 * @param[in] ... A list of arguments (MUST contain at least one).
67 * @returns A comma separated list of arguments excluding the first one.