Searched refs:UINT16_MAX (Results 26 - 50 of 55) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dwlan_compat.h244 #define UINT16_MAX (0xffffUL) macro
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1262 pPath->cch = UINT16_MAX;
1263 pPath->cComponents = UINT16_MAX;
1264 pPath->aoffComponents[0] = UINT16_MAX;
1265 pPath->aoffComponents[1] = UINT16_MAX;
/vbox/src/VBox/Runtime/testcase/
H A DtstIprtList.cpp669 au16TestInts[i] = (uint16_t)RTRandU32Ex(1, UINT16_MAX);
/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp307 pRoot->iParent = UINT16_MAX;
657 Assert(iChild < UINT16_MAX);
1153 pCur->iParent = UINT16_MAX;
1221 Assert(pCur->iParent == (pParent ? pParent->cChildren - 1 : UINT16_MAX));
H A DDBGFReg.cpp1991 Mask.u16 = UINT16_MAX;
2014 Value.r80Ex.au16[4] = UINT16_MAX;
H A DCPUMDbg.cpp560 fMaskMax = UINT16_MAX;
/vbox/src/VBox/VMM/include/
H A DHMInternal.h135 (pVCpu)->hm.s.auExitHistory[(pVCpu)->hm.s.idxExitHistoryFree] = UINT16_MAX; \
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp2031 && pScreen->u32Width <= UINT16_MAX
2032 && pScreen->u32Height <= UINT16_MAX
2033 && pScreen->u32LineSize <= UINT16_MAX * 4
H A DDevVGA.cpp947 * assign the pThis->vbe_regs[VBE_DISPI_INDEX_VIRT_HEIGHT] with a dummy UINT16_MAX value
951 ? UINT16_MAX : (uint16_t)cVirtHeight;
6449 rc = CFGMR3QueryU16Def(pCfg, "MaxBiosXRes", &maxBiosXRes, UINT16_MAX);
6452 rc = CFGMR3QueryU16Def(pCfg, "MaxBiosYRes", &maxBiosYRes, UINT16_MAX);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv-dtrace.cpp51 # undef UINT16_MAX macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllAImplC.cpp696 if (!(u32Src & UINT16_MAX))
H A DIEMAllCImpl.cpp.h87 uint16_t bmBytes = UINT16_MAX;
1696 pCtx->rip = offSeg & UINT16_MAX;
1776 offSeg &= UINT16_MAX;
1966 offSeg &= UINT16_MAX;
2333 pCtx->rip = uNewRip & UINT16_MAX; /** @todo Testcase: When exactly does this occur? With call it happens prior to the limit check according to Intel... */
2417 pCtx->rip = uNewRip & UINT16_MAX; /** @todo Testcase: When exactly does this occur? With call it happens prior to the limit check according to Intel... */
2732 if (uNewEip > UINT16_MAX)
H A DIEMAll.cpp939 AssertMsg(!(GCPtrPC32 & ~(uint32_t)UINT16_MAX) || pIemCpu->enmCpuMode == IEMMODE_32BIT, ("%04x:%RX64\n", pCtx->cs.Sel, pCtx->rip));
1076 Assert(!(GCPtrNext32 & ~(uint32_t)UINT16_MAX) || pIemCpu->enmCpuMode == IEMMODE_32BIT);
4746 Assert(uNewRip <= UINT16_MAX);
4816 Assert(pCtx->rip <= UINT16_MAX);
4863 Assert(pCtx->rip <= UINT16_MAX);
9388 *pGCPtrEff = u32EffAddr & UINT16_MAX;
H A DIOMAllMMIO.cpp954 case DISCPUMODE_16BIT: return UINT16_MAX;
/vbox/include/iprt/
H A Dtypes.h906 #define RTSEL_MAX UINT16_MAX
/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp149 #define RTSTRCACHEENTRY_BIG_LEN UINT16_MAX
/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp606 AssertReturnVoid(iStart != UINT16_MAX);
/vbox/src/VBox/VMM/VMMR3/cpus/
H A DIntel_Core_i7_3820QM.h199 MVX(0x000003f6, "TODO_0000_03f6", UINT16_MAX, UINT64_C(0xffffffffffff0000), 0),
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cc.c1231 if ((step = arg3->dn_value) > UINT16_MAX) {
1245 if (nlevels > UINT16_MAX) {
/vbox/src/VBox/Devices/Audio/
H A DAudioMixBuffer.cpp375 AUDMIXBUF_CONVERT(U16 /* Name */, uint16_t, 0 /* Min */, UINT16_MAX /* Max */, false /* fSigned */, 16 /* cShift */)
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-string.cpp122 1, UINT16_MAX, 0, NULL,
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp250 /** The index of the next page in the free list. UINT16_MAX is NIL. */
295 /** The index of the next page in the free list. UINT16_MAX is NIL. */
415 /** The mapping lock this chunk is using using. UINT16_MAX if nobody is
421 /** The head of the list of free pages. UINT16_MAX is the NIL value.
2148 pChunk->aPages[RT_ELEMENTS(pChunk->aPages) - 1].Free.iNext = UINT16_MAX;
3321 Assert(pChunk->iFreeHead < RT_ELEMENTS(pChunk->aPages) || pChunk->iFreeHead == UINT16_MAX);
4013 if (RT_UNLIKELY(cNewSize > UINT16_MAX))
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1882 if (cchPath >= UINT16_MAX)
H A Ddbgmoddwarf.cpp1905 case 2: u64Ret = rtDwarfCursor_GetU16(pCursor, UINT16_MAX); break;
3947 *(uint16_t *)((uintptr_t)pDie + pDieDesc->paAttributes[i].off) = UINT16_MAX;
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8035 if (cbString >= UINT16_MAX)
8049 if (cbString >= UINT16_MAX)
8115 if (cbString >= UINT16_MAX)

Completed in 332 milliseconds

123