/vbox/src/libs/xpcom18a4/nsprpub/config/ |
H A D | rules.mk | 367 $(RC) $(RCFLAGS) $(filter-out -U%,$(DEFINES)) $(INCLUDES:-I%=--include-dir %) -o $@ $< 369 $(RC) $(RCFLAGS) $(filter-out -U%,$(DEFINES)) $(INCLUDES) -Fo$@ $<
|
/vbox/src/VBox/Devices/Storage/ |
H A D | VBoxSCSI.cpp | 25 # error This device has no R0 or RC components
|
/vbox/include/VBox/vmm/ |
H A D | pdmifs.h | 160 * @param InterfaceType The interface type base name, no trailing RC. The 167 ( (P##InterfaceType##RC)((pIBaseRC) ? (pIBaseRC)->pfnQueryInterface(pIBaseRC, InterfaceType##_IID) : NIL_RTRCPTR) ) 177 * @param InterfaceType The interface type base name, no trailing RC. The 188 InterfaceType##RC *pReturnInterfaceTypeCheck = (pInterface); \
|
/vbox/src/libs/xpcom18a4/nsprpub/ |
H A D | configure | 3767 RC=$WINDRES 3778 RC=rc.exe 4659 RC=rc.exe 5544 RC="\$(CYGWIN_WRAPPER) $RC" 5922 s%@RC@%$RC%g
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | TRPMRCHandlersA.asm | 408 ; Check if we're in the raw-mode context (RC / hypervisor) when this happened. 907 ; Check if we're in the raw-mode context (RC / hypervisor) when this happened. 1044 mov ecx, 'intH' ; indicate trap in RC.
|
/vbox/include/iprt/ |
H A D | cdefs.h | 607 * both HC and RC. The main purpose is to make sure structures have the same 610 * @param RCType The RC type. 684 * identifier name. The suffix is R3, R0 or RC. 692 # define CTX_SUFF(var) var##RC 701 * identifier name, combining RC and R0 into RZ. 760 * The middle name is R3, R0 or RC. 767 # define CTX_MID(first, last) first##RC##last 775 * Adds the current context as a middle name of an identifier name, combining RC 823 * A macro which in R3 and R0 will return a dummy string while in RC it will return 827 * between R3, R0 and/or RC [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | edid.h | 627 __extension__ Uchar RC:1; member in struct:cea_speaker_block
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | edid.h | 627 __extension__ Uchar RC:1; member in struct:cea_speaker_block
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | edid.h | 632 __extension__ Uchar RC:1; member in struct:cea_speaker_block
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | edid.h | 632 __extension__ Uchar RC:1; member in struct:cea_speaker_block
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | edid.h | 632 __extension__ Uchar RC:1; member in struct:cea_speaker_block
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | edid.h | 632 __extension__ Uchar RC:1; member in struct:cea_speaker_block
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | edid.h | 632 __extension__ Uchar RC:1; member in struct:cea_speaker_block
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | edid.h | 627 __extension__ Uchar RC:1; member in struct:cea_speaker_block
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | edid.h | 627 __extension__ Uchar RC:1; member in struct:cea_speaker_block
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | edid.h | 627 __extension__ Uchar RC:1; member in struct:cea_speaker_block
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 248 * ring-0 on 32-bit darwin and in RC. 269 * ring-0 on 32-bit darwin and in RC. 289 * ring-0 on 32-bit darwin and in RC. 303 * ring-0 on 32-bit darwin and in RC. 317 * ring-0 on 32-bit darwin and in RC. 329 * Hints to the dynamic mapping code in RC and R0/darwin that the specified page 348 * Hints to the dynamic mapping code in RC and R0/darwin that the specified page 562 /** The RC virtual address of the 32-bit page table. */ 564 /** The RC virtual address of the two PAE page table. */ 601 /** Pointer to RC callbac [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | configure | 19804 RC) 19807 # Source file extension for RC test sources. 19810 # Object file extension for compiled RC test sources. 19848 CC=${RC-"windres"}
|