HomeSort by relevance Sort by last modified time
    Searched refs:ARG_LIST (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 47 #define ARG_LIST(...) __VA_ARGS__
222 ARG_LIST({
240 ARG_LIST({
258 ARG_LIST({
273 ARG_LIST({
282 ARG_LIST({
291 ARG_LIST({
301 ARG_LIST({
311 ARG_LIST({
321 ARG_LIST({
    [all...]
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 47 #define ARG_LIST(...) __VA_ARGS__
191 ARG_LIST({
207 ARG_LIST({
223 ARG_LIST({
238 ARG_LIST({
247 ARG_LIST({
256 ARG_LIST({
266 ARG_LIST({
276 ARG_LIST({
286 ARG_LIST({
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.h 57 typedef struct _ARG_LIST ARG_LIST;
60 ARG_LIST *Next;
70 ARG_LIST *VarArg;
IfConfig6.c 118 @return The pointer of headnode of ARG_LIST.
121 ARG_LIST *
129 ARG_LIST *ArgList;
130 ARG_LIST *ArgNode;
146 ArgNode = (ARG_LIST *) AllocateZeroPool (sizeof (ARG_LIST));
158 ArgNode->Next = (ARG_LIST *) AllocateZeroPool (sizeof (ARG_LIST));
347 @param[in, out] Arg The pointer of the address of ARG_LIST which save Args with the "-s" option.
357 IN OUT ARG_LIST **Arg,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
Ifconfig6.c 55 typedef struct _ARG_LIST ARG_LIST;
58 ARG_LIST *Next;
68 ARG_LIST *VarArg;
158 Free the ARG_LIST.
160 @param List Pointer to ARG_LIST to free.
164 ARG_LIST *List
167 ARG_LIST *Next;
183 @return The pointer of headnode of ARG_LIST.
186 ARG_LIST *
194 ARG_LIST *ArgList;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ifconfig.c 54 typedef struct _ARG_LIST ARG_LIST;
57 ARG_LIST *Next;
66 ARG_LIST *VarArg;
133 Free the ARG_LIST.
135 @param List Pointer to ARG_LIST to free.
139 ARG_LIST *List
142 ARG_LIST *Next;
158 @return The pointer of headnode of ARG_LIST.
161 ARG_LIST *
169 ARG_LIST *ArgList;
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 536 #define _beginthreadex_compat( SECURITY_PTR, STACK_SIZE, START_ADDRESS, ARG_LIST, FLAGS, THREAD_ID_PTR ) \
537 (uintptr_t) CreateThread( SECURITY_PTR, STACK_SIZE, (LPTHREAD_START_ROUTINE) START_ADDRESS, ARG_LIST, FLAGS, \
    [all...]

Completed in 485 milliseconds