Searched refs:Set (Results 1 - 25 of 107) sorted by relevance

12345

/vbox/src/VBox/Runtime/generic/
H A DRTMpGetCount-generic.cpp39 RTCPUSET Set; local
40 RTMpGetSet(&Set);
41 return RTCpuSetCount(&Set);
H A DRTMpGetOnlineCount-generic.cpp39 RTCPUSET Set; local
40 RTMpGetOnlineSet(&Set);
41 return RTCpuSetCount(&Set);
/vbox/src/VBox/Runtime/r3/os2/
H A Dmp-os2.cpp62 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 DMathDivU64x64.c55 ; 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 DMathMultS64x64.c52 ; Set up the local stack for Multiplicand parameter
60 ; Set up the local stack for Multiplier parameter
H A DMathReminderU64x64.c54 ; 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 DMathDivU64x64.S52 # 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 DMathReminderU64x64.S52 # 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 Dulldiv.c55 ; 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 Dllmul.c52 ; Set up the local stack for Multiplicand parameter
60 ; Set up the local stack for Multiplier parameter
H A Dlldiv.c64 ; 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 Dlldvrm.c60 ; 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 Dllrem.c54 ; 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 Dulldvrm.c60 ; 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 Dullrem.c54 ; 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 Dudivdi3.S52 # 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 Dumoddi3.S52 # 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 DtstRTMp-1.cpp68 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 Dmp-win.cpp68 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 Ddlg.r15 " 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 DIScsiInitiatorName.h81 EFI_ISCSI_INITIATOR_NAME_SET Set; member in struct:_EFI_ISCSI_INITIATOR_NAME_PROTOCOL
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dks.h35 GUID Set; member in struct:tagKSIDENTIFIER::__anon13630
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dks.h35 GUID Set; member in struct:tagKSIDENTIFIER::__anon1010
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsISupportsObsolete.h129 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 DREADME_zlib.txt19 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

Completed in 149 milliseconds

12345