Searched refs:_args (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a/lib/libc/ |
A D | printf.c | 14 #define get_num_va_args(_args, _lcount) \ argument 15 (((_lcount) > 1) ? va_arg(_args, long long int) : \ 16 (((_lcount) == 1) ? va_arg(_args, long int) : \ 17 va_arg(_args, int))) 19 #define get_unum_va_args(_args, _lcount) \ argument 20 (((_lcount) > 1) ? va_arg(_args, unsigned long long int) : \ 21 (((_lcount) == 1) ? va_arg(_args, unsigned long int) : \ 22 va_arg(_args, unsigned int)))
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/ |
A D | underscore-1.13.1.js | 1159 var debounced = restArguments(function(_args) { argument 1161 args = _args;
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 9502 any other interface to the PSCI library. It takes \sphinxcode{\sphinxupquote{lib\_args}}, a const p… 9503 …o \sphinxcode{\sphinxupquote{psci\_lib\_args\_t}}, as the argument. The \sphinxcode{\sphinxupquote… 9519 \sphinxcode{\sphinxupquote{psci\_lib.h}} to construct the \sphinxcode{\sphinxupquote{lib\_args}} ar… 62983 A new function \sphinxcode{\sphinxupquote{get\_arm\_std\_svc\_args()}} is introduced to get argumen… 62988 For PSCI, a new versioned structure \sphinxcode{\sphinxupquote{psci\_lib\_args\_t}} is introduced to 64402 (bl31\_args) holds the superset of information that needs to be passed from BL2
|
Completed in 111 milliseconds