Searched refs:FLAG (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/preprocessor/
H A Dtst.ifndef.d38 #ifndef FLAG
39 #define FLAG
42 #if defined (FLAG)
H A Dtst.preexpif.d38 #define FLAG 1
39 #if defined (FLAG)
H A Dtst.preexpifelse.d38 #define FLAG 1
39 #if defined (FLAG)
H A Derr.D_IDENT_UNDEF.afterprobe.d49 #if !defined (FLAG)
H A Derr.ifdefnotendif.d37 #if !defined (FLAG)
H A Dtst.predicatedeclare.d42 #if !defined (FLAG)
H A Dtst.withinprobe.d44 #if !defined (FLAG)
H A Derr.ifdefelsenotendif.d38 #if !defined (FLAG)
H A Derr.mulelse.d38 #if !defined (FLAG)
H A Dtst.ifdef.d38 #if defined (FLAG)
H A Dtst.ifnotdef.d38 #if !defined (FLAG)
H A Dtst.logicaland.d38 #if !defined (FLAG) && !defined(STATUS)
H A Dtst.logicalandor.d38 #if !defined (FLAG) || !defined(STATUS) && !defined(STATE)
H A Dtst.logicalor.d38 #if !defined (FLAG) || !defined(STATUS)
H A Dtst.muland.d38 #if !defined (FLAG) && !defined(STATUS) && !defined(STATE)
H A Dtst.mulor.d38 #if !defined (FLAG) || !defined(STATUS) || !defined(STATE)
H A Dtst.preexpelse.d38 #if defined (FLAG)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/
H A DLzmaF86Compress.bat20 set FLAG=--f86 variable
23 set FLAG=--f86 variable
30 LzmaCompress %ARGS% %FLAG%
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/AcpiTables/
H A DFacp.aslc65 FLAG
H A DPlatform.h61 #define FLAG EFI_ACPI_1_0_WBINVD | EFI_ACPI_1_0_PROC_C1 | EFI_ACPI_1_0_SLP_BUTTON | EFI_ACPI_1_0_RTC_S4 | EFI_ACPI_1_0_TMR_VAL_EXT macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dregs.h222 #define CONDITIONAL_SET_FLAG(COND,FLAG) \
223 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dregs.h222 #define CONDITIONAL_SET_FLAG(COND,FLAG) \
223 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dregs.h211 #define CONDITIONAL_SET_FLAG(COND,FLAG) \
212 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dregs.h211 #define CONDITIONAL_SET_FLAG(COND,FLAG) \
212 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dregs.h211 #define CONDITIONAL_SET_FLAG(COND,FLAG) \
212 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)

Completed in 120 milliseconds

12