Searched defs:ARGS (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/
H A DLzmaF86Compress.bat25 set ARGS=%ARGS% %1 variable
30 LzmaCompress %ARGS% %FLAG%
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A DVBoxInterceptor.h72 #define ARGS(x) ARGS##x macro
107 indentRight(), #func_name, off, ARGS(nparams))); \
109 gThis->CONCAT(SERVICE,Orig).func_name(ARGS(nparams)); \
120 indentRight(), #func_name, off, ARGS(nparams))); \
122 r =gThis->CONCAT(SERVICE,Orig).func_name(ARGS(nparams)); \
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c573 ARGS and NOARGS are used for function prototypes.
583 #define ARGS(x) x macro
592 #define ARGS(x) ()
685 char *malloc ARGS((size_t size));
687 Void free ARGS((char *p)); /* Syntax error here? Try -DNO_VOID */
689 Void exit ARGS((int status));
691 char *f_rep ARGS((int precision, Long_double val));
702 int fprop ARGS((int byte_size));
703 int dprop ARGS((int byte_size));
704 int ldprop ARGS((in
[all...]

Completed in 52 milliseconds