Searched refs:UINT32_MAX (Results 101 - 125 of 350) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp859 *pu32 = UINT32_MAX;
877 *pu32 = UINT32_MAX;
903 *pu32 = UINT32_MAX;
921 *pu32 = UINT32_MAX;
930 *pu32 = UINT32_MAX;
1061 * @returns Size in bytes, UINT32_MAX on error.
1087 return UINT32_MAX;
1325 if (cbInfo == UINT32_MAX)
1354 *pu32 = UINT32_MAX;
1568 : UINT32_MAX;
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp398 AssertReturn(RTMemPoolRetain(pServer) != UINT32_MAX, VERR_INVALID_HANDLE);
578 AssertReturn(RTMemPoolRetain(pServer) != UINT32_MAX, VERR_INVALID_HANDLE);
664 AssertReturn(RTMemPoolRetain(pServer) != UINT32_MAX, VERR_INVALID_HANDLE);
700 AssertReturn(RTMemPoolRetain(pServer) != UINT32_MAX, VERR_INVALID_HANDLE);
754 AssertReturn(RTMemPoolRetain(pServer) != UINT32_MAX, VERR_INVALID_HANDLE); /* paranoia */
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemeventmulti-posix.cpp496 && ( uTimeout > UINT64_C(1000000000) * UINT32_MAX
497 || (uint64_t)ts.tv_sec + tsAdd.tv_sec >= UINT32_MAX) )
515 && uAbsTimeout > UINT64_C(1000000000) * UINT32_MAX)
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-string.cpp544 iGn = UINT32_MAX;
545 if (iGn != UINT32_MAX)
724 if (uGL != UINT32_MAX)
726 if (RT_SUCCESS(rc) && uG0 != UINT32_MAX)
728 if (RT_SUCCESS(rc) && uC0 != UINT32_MAX)
730 if (RT_SUCCESS(rc) && uC1 != UINT32_MAX)
H A Dasn1-ut-objid.cpp86 AssertReturn(pauComponents[1] <= (pauComponents[0] < 2 ? 39 : UINT32_MAX - 80), VERR_ASN1_INTERNAL_ERROR_1);
200 /* Subsequent components have max values of UINT32_MAX - 80. */
363 return UINT32_MAX;
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgas.cpp339 pMod->iOrdinal = UINT32_MAX;
354 * @returns New reference count, UINT32_MAX on invalid handle (asserted).
363 RTDBGAS_VALID_RETURN_RC(pDbgAs, UINT32_MAX);
377 * @returns New reference count, UINT32_MAX on invalid handle (asserted).
389 RTDBGAS_VALID_RETURN_RC(pDbgAs, UINT32_MAX);
794 pMod->iOrdinal = UINT32_MAX;
1279 * UINT32_MAX. Optional
1379 uint32_t iBest = UINT32_MAX;
1391 if (iBest == UINT32_MAX)
1711 * set to UINT32_MAX
[all...]
H A Ddbgmodldr.cpp91 return rtLdrReadAt(pThis->hLdrMod, pvBuf, UINT32_MAX /** @todo iDbgInfo*/, off, cb);
/vbox/src/VBox/Devices/Audio/
H A DAudioMixer.cpp190 pMixer->VolMaster.uLeft = UINT32_MAX;
191 pMixer->VolMaster.uRight = UINT32_MAX;
H A Dmixeng.c143 #define IN_MAX UINT32_MAX
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest3.cpp428 AssertReturn(cRefs != UINT32_MAX, VERR_INVALID_HANDLE);
430 AssertReturnStmt(cRefs != UINT32_MAX, RTManifestRelease(hManifest), VERR_INVALID_HANDLE);
H A Dmanifest2.cpp217 * @returns The new reference count, UINT32_MAX if the handle is invalid.
223 AssertPtrReturn(pThis, UINT32_MAX);
224 AssertReturn(pThis->u32Magic == RTMANIFEST_MAGIC, UINT32_MAX);
262 * @returns The new reference count, 0 if free. UINT32_MAX is returned if the
272 AssertPtrReturn(pThis, UINT32_MAX);
273 AssertReturn(pThis->u32Magic == RTMANIFEST_MAGIC, UINT32_MAX);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp39 mClientID(UINT32_MAX),
387 UINT cFiles = DragQueryFile(hDrop, UINT32_MAX /* iFile */,
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfschain.cpp146 pSpec->iActionElement = UINT32_MAX;
408 if (pSpec->iActionElement != UINT32_MAX)
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtimer-r0drv-solaris.c393 pTimer->iCpu = UINT32_MAX;
405 pTimer->iCpu = UINT32_MAX;
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp110 , muPort(UINT32_MAX)
161 * 0 indicates the end of the stream, while UINT32_MAX indicates
314 AssertReturn(cbToWrite < UINT32_MAX, VERR_OUT_OF_RANGE);
418 || Hdr.cb == UINT32_MAX)
535 EofHdr.cb = fCanceled ? UINT32_MAX : 0;
/vbox/src/VBox/Main/src-server/win/
H A Dsvcmain.cpp332 RTLOGDEST_FILE, UINT32_MAX /* cMaxEntriesPerGroup */,
/vbox/src/VBox/HostDrivers/VBoxNetAdp/
H A DVBoxNetAdp.c217 Assert(cRefs < UINT32_MAX / 2);
247 Assert(cBusy < UINT32_MAX / 2);
276 Assert(cRefs > 1 && cRefs < UINT32_MAX / 2);
301 Assert(cBusy > 0 && cBusy < UINT32_MAX / 2);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxDrvTool.cpp199 Assert(cRefs < UINT32_MAX/2);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_base.cpp141 Assert(mcUpdates < UINT32_MAX/2);
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmvfs.cpp392 AssertReturn(cRefs != UINT32_MAX, VERR_INVALID_HANDLE);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibSharedFolders.cpp56 Info.u32ClientID = UINT32_MAX; /* try make valgrind shut up. */
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.cpp126 &g_uControlIntervalMS, 1, UINT32_MAX - 1);
H A DVBoxServiceVMInfo.cpp174 &g_cMsVMInfoInterval, 1, UINT32_MAX - 1);
177 &g_uVMInfoUserIdleThresholdMS, 1, UINT32_MAX - 1);
261 g_uVMInfoUserIdleThresholdMS = RT_CLAMP(RTStrToUInt32(pszValue), 1000, UINT32_MAX - 1);
1356 0 /* Min */, UINT32_MAX /* Max */);
/vbox/include/iprt/
H A Dthread.h549 # define RTTHREADPREEMPTSTATE_INITIALIZER { NIL_RTCPUID, UINT32_MAX }
633 * UINT32_MAX is returned if the handle is invalid (asserted).
647 * @retval UINT32_MAX is returned if the handle is invalid (asserted).
/vbox/src/VBox/Runtime/common/rand/
H A Drandparkmiller.cpp70 if (offLast == UINT32_MAX)

Completed in 157 milliseconds

1234567891011>>