| /vbox/src/VBox/Runtime/generic/ |
| H A D | RTMpGetCount-generic.cpp | 39 RTCPUSET Set; local 40 RTMpGetSet(&Set); 41 return RTCpuSetCount(&Set);
|
| H A D | RTMpGetOnlineCount-generic.cpp | 39 RTCPUSET Set; local 40 RTMpGetOnlineSet(&Set); 41 return RTCpuSetCount(&Set);
|
| /vbox/src/VBox/Runtime/r3/os2/ |
| H A D | mp-os2.cpp | 62 RTCPUSET Set; local 63 return RTCpuSetIsMember(RTMpGetSet(&Set), idCpu); 89 RTCPUSET Set; local 90 return RTCpuSetIsMember(RTMpGetOnlineSet(&Set), idCpu); 111 RTCPUSET Set; local 112 RTMpGetOnlineSet(&Set); 113 return RTCpuSetCount(&Set);
|
| /vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/ |
| H A D | MathDivU64x64.c | 55 ; Set up the local stack for NULL Reminder pointer 61 ; Set up the local stack for Divisor parameter 69 ; Set up the local stack for Dividend parameter
|
| H A D | MathMultS64x64.c | 52 ; Set up the local stack for Multiplicand parameter 60 ; Set up the local stack for Multiplier parameter
|
| H A D | MathReminderU64x64.c | 54 ; Set up the local stack for Reminder pointer 60 ; Set up the local stack for Divisor parameter 68 ; Set up the local stack for Dividend parameter
|
| H A D | MathDivU64x64.S | 52 # Set up the local stack for NULL Reminder pointer 58 # Set up the local stack for Divisor parameter 66 # Set up the local stack for Dividend parameter
|
| H A D | MathReminderU64x64.S | 52 # Set up the local stack for Reminder pointer 58 # Set up the local stack for Divisor parameter 66 # Set up the local stack for Dividend parameter
|
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/ |
| H A D | ulldiv.c | 55 ; Set up the local stack for NULL Reminder pointer 61 ; Set up the local stack for Divisor parameter 69 ; Set up the local stack for Dividend parameter
|
| H A D | llmul.c | 52 ; Set up the local stack for Multiplicand parameter 60 ; Set up the local stack for Multiplier parameter
|
| H A D | lldiv.c | 64 ; Set up the local stack for NULL Reminder pointer 70 ; Set up the local stack for Divisor parameter 78 ; Set up the local stack for Dividend parameter
|
| H A D | lldvrm.c | 60 ; Set up the local stack for Reminder pointer 66 ; Set up the local stack for Divisor parameter 74 ; Set up the local stack for Dividend parameter
|
| H A D | llrem.c | 54 ; Set up the local stack for Reminder pointer 60 ; Set up the local stack for Divisor parameter 68 ; Set up the local stack for Dividend parameter
|
| H A D | ulldvrm.c | 60 ; Set up the local stack for Remainder pointer 66 ; Set up the local stack for Divisor parameter 74 ; Set up the local stack for Dividend parameter
|
| H A D | ullrem.c | 54 ; Set up the local stack for Reminder pointer 60 ; Set up the local stack for Divisor parameter 68 ; Set up the local stack for Dividend parameter
|
| H A D | udivdi3.S | 52 # Set up the local stack for NULL Reminder pointer 58 # Set up the local stack for Divisor parameter 66 # Set up the local stack for Dividend parameter
|
| H A D | umoddi3.S | 52 # Set up the local stack for Reminder pointer 58 # Set up the local stack for Divisor parameter 66 # Set up the local stack for Dividend parameter
|
| /vbox/src/VBox/Runtime/testcase/ |
| H A D | tstRTMp-1.cpp | 68 RTCPUSET Set; local 69 PRTCPUSET pSet = RTMpGetSet(&Set); 70 RTTESTI_CHECK(pSet == &Set); 71 if (pSet == &Set) 73 RTTESTI_CHECK((RTCPUID)RTCpuSetCount(&Set) == cCpus); 79 if (RTCpuSetIsMemberByIndex(&Set, iCpu)) 108 RTCpuSetEmpty(&Set); 109 RTCpuSetAdd(&Set, RTMpCpuIdFromSetIndex(0)); 158 if (!RTCpuSetIsMemberByIndex(&Set, iCpu)) 165 RTTestIFailed("RTMpGetOnlineSet -> %p, expected %p\n", pSet, &Set); [all...] |
| /vbox/src/VBox/Runtime/r3/win/ |
| H A D | mp-win.cpp | 68 RTCPUSET Set; local 69 return RTCpuSetIsMember(RTMpGetOnlineSet(&Set), idCpu); 75 RTCPUSET Set; local 76 return RTCpuSetIsMember(RTMpGetSet(&Set), idCpu); 176 RTCPUSET Set; local 177 RTMpGetOnlineSet(&Set); 178 return RTCpuSetCount(&Set);
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
| H A D | dlg.r | 15 " Set (PCCTS) lexical analyzer generator.",
174 {134, 175, 149, 255}, "None", "", Set, "When this option is selected, DLG will n"
201 Set,
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
| H A D | IScsiInitiatorName.h | 81 EFI_ISCSI_INITIATOR_NAME_SET Set; member in struct:_EFI_ISCSI_INITIATOR_NAME_PROTOCOL
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | ks.h | 35 GUID Set; member in struct:tagKSIDENTIFIER::__anon13630
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
| H A D | ks.h | 35 GUID Set; member in struct:tagKSIDENTIFIER::__anon1010
|
| /vbox/src/libs/xpcom18a4/xpcom/base/ |
| H A D | nsISupportsObsolete.h | 129 postfix - Method part after Get/Set such as "Width" for "GetWidth" 163 NS_IMPL_CLASS_SETTER(Set##_postfix, _type, _member) 174 NS_IMPL_CLASS_SETTER_STR(Set##_postfix, _member) 187 NS_IMPL_SETTER(_class::Set##_postfix, _type, _member) 198 NS_IMPL_SETTER_STR(_class::Set##_postfix, _member)
|
| /vbox/src/libs/libpng-1.2.8/projects/visualc71/ |
| H A D | README_zlib.txt | 19 3) Set one of the project as the StartUp project. If you just want to build the 21 Project | Set as StartUp project). If you want to build and test the 23 Set as StartUp project), If you want to build the minigzip utility set it to 24 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
|