Searched defs:fValue (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-boolean.cpp53 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 Duint128.h499 * @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 Dasn1.h845 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 DVBoxNetFltCmn-win.h335 UINT fValue = ASMAtomicUoReadU32((volatile uint32_t *)&State.Value); local
336 return *((PVBOXNETFLTWIN_STATE)((void*)&fValue));
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp580 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 DDevOHCI.cpp4865 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 Dmmsystem.h1480 LONG fValue; member in struct:__anon13685
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmmsystem.h1478 LONG fValue; member in struct:__anon1062
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 110 milliseconds