Searched refs:fValue (Results 1 - 18 of 18) 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...]
H A Dasn1-ut-boolean-decode.cpp42 pThis->fValue = 0;
56 pThis->fValue = *pThis->Asn1Core.uData.pu8 != 0;
H A Dasn1-dump.cpp592 rtAsn1DumpPrintf(pData, "BOOLEAN %s %RTbool\n", pszValuePrefix, ((PCRTASN1BOOLEAN)pAsn1Core)->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/ValidationKit/testmanager/webui/
H A Dwuihlpform.py245 def _reinterpretBool(fValue):
247 if fValue is not type(True):
248 if fValue is None:
249 fValue = False;
250 elif str(fValue) in ('True', 'true', '1'):
251 fValue = True;
253 fValue = False;
254 return fValue;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIAddDiskEncryptionPasswordDialog.cpp244 foreach (const bool &fValue, m_encryptionPasswordStatus.values())
245 if (!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/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/Runtime/common/crypto/
H A Dx509-certpaths.cpp2359 if (!pBasicConstraints->CA.fValue)
2403 if (pCur->Critical.fValue)
/vbox/src/VBox/Runtime/common/math/
H A Dbignum.cpp1671 * @param fValue The bit value.
1673 DECLINLINE(int) rtBigNumMagnitudeWriteBit(PRTBIGNUM pBigNum, uint32_t iBit, bool fValue)
1675 if (fValue)
/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 Dmsxml2.idl2786 [out, retval] VARIANT_BOOL * fValue);
2791 [in] VARIANT_BOOL fValue);
H A Dmsxml6.idl2650 [out, retval] VARIANT_BOOL * fValue);
2655 [in] VARIANT_BOOL fValue);
H A Dmmsystem.h1480 LONG fValue; member in struct:__anon13685
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1798 && !pCert->TbsCertificate.T3.pBasicConstraints->CA.fValue)
/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 170 milliseconds