Searched defs:fValue (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Runtime/common/asn1/ |
H A D | asn1-ut-boolean.cpp | 53 RTDECL(int) RTAsn1Boolean_InitDefault(PRTASN1BOOLEAN pThis, bool fValue, PCRTASN1ALLOCATORVTABLE pAllocator) argument 57 pThis->fValue = fValue; 58 pThis->Asn1Core.uData.pv = (void *)(fValue ? &g_bTrue : &g_bFalse); 63 RTDECL(int) RTAsn1Boolean_Set(PRTASN1BOOLEAN pThis, bool fValue) argument 70 pThis->fValue = fValue; 71 pThis->Asn1Core.uData.pv = (void *)(fValue ? &g_bTrue : &g_bFalse); 105 pThis->fValue = true; 137 pThis->Asn1Core.uData.pv = (void *)(pSrc->fValue [all...] |
/vbox/include/iprt/ |
H A D | uint128.h | 499 * @param fValue The boolean value. 501 DECLINLINE(PRTUINT128U) RTUInt128AssignBoolean(PRTUINT128U pValueResult, bool fValue) argument 504 pValueResult->s.Lo = fValue; 507 pValueResult->DWords.dw0 = fValue;
|
H A D | asn1.h | 845 bool fValue; member in struct:RTASN1BOOLEAN 860 * @param fValue The default value. 863 RTDECL(int) RTAsn1Boolean_InitDefault(PRTASN1BOOLEAN pBoolean, bool fValue, PCRTASN1ALLOCATORVTABLE pAllocator); 864 RTDECL(int) RTAsn1Boolean_Set(PRTASN1BOOLEAN pThis, bool fValue);
|
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/ |
H A D | VBoxNetFltCmn-win.h | 335 UINT fValue = ASMAtomicUoReadU32((volatile uint32_t *)&State.Value); local 336 return *((PVBOXNETFLTWIN_STATE)((void*)&fValue));
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageList.cpp | 580 BOOL fValue; local 663 systemProperties->COMGETTER(ExclusiveHwVirt)(&fValue); 664 RTPrintf("Exclusive HW virtualization use: %ls\n", fValue ? L"on" : L"off");
|
/vbox/src/VBox/Devices/USB/ |
H A D | DevOHCI.cpp | 4865 static bool rhport_set_if_connected(POHCIROOTHUB pRh, int iPort, uint32_t fValue) argument 4870 if (fValue == 0) 4883 bool fRc = !(pRh->aPorts[iPort].fReg & fValue); 4886 pRh->aPorts[iPort].fReg |= fValue;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | mmsystem.h | 1480 LONG fValue; member in struct:__anon13685
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | mmsystem.h | 1478 LONG fValue; member in struct:__anon1062
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | sjsxp.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
Completed in 137 milliseconds