Searched defs:cLeft (Results 1 - 25 of 31) sorted by relevance

12

/vbox/src/VBox/Debugger/
H A DDBGCFunctions.cpp84 uint32_t cLeft = pDbgc->cEmulationFuncs; local
85 while (cLeft-- > 0)
H A DDBGPlugInDarwin.cpp462 uint32_t cLeft = uBuf.Hdr32.ncmds; local
477 while (cLeft-- > 0)
H A DDBGPlugInLinux.cpp908 uint32_t cLeft = pThis->cKernelSymbols; local
909 while (cLeft-- > 0 && RT_SUCCESS(rc))
967 Log(("dbgDiggerLinuxLoadKernelSymbols: offName=%#x cLeft=%#x cbName=%#x cbKernelNames=%#x\n",
968 offName, cLeft, cbName, pThis->cbKernelNames));
974 Log(("dbgDiggerLinuxLoadKernelSymbols: offName=%#x cLeft=%#x cbKernelNames=%#x\n",
975 offName, cLeft, pThis->cbKernelNames));
H A DDBGCCommands.cpp303 unsigned cLeft = pDbgc->cEmulationCmds; local
304 while (cLeft-- > 0)
676 unsigned cLeft = g_cDbgcOps; local
677 while (cLeft > 0)
685 cLeft--;
H A DDBGCEmulateCodeView.cpp1254 unsigned cLeft = Line.uLineNo - cBefore; local
1255 while (cLeft > 0)
1260 cLeft--;
1262 if (!cLeft)
/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-core.cpp141 uint32_t cLeft = pAttr->uValues.pContentInfos->cItems; local
143 while (cLeft-- > 0)
/vbox/src/VBox/Runtime/common/misc/
H A Dhandletable.cpp170 uint32_t cLeft = pThis->cCurAllocated; local
173 for (i1 = 0; cLeft > 0 && i1 < pThis->cLevel1; i1++)
182 Assert(cLeft > 0);
183 cLeft--;
189 for (i1 = 0; cLeft > 0 && i1 < pThis->cLevel1; i1++)
198 Assert(cLeft > 0);
199 cLeft--;
203 Assert(!cLeft);
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIPerf.cpp60 uint32_t cLeft = cCalls; local
62 while (cLeft-- > 0)
83 uint32_t cLeft = cCalls; local
85 while (cLeft-- > 0)
120 uint32_t cLeft = cCalls1; local
122 while (cLeft-- > 0)
142 cLeft = cCalls2;
144 while (cLeft-- > 0)
177 uint32_t cLeft = cCalls; local
179 while (cLeft
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_htable.h51 uint32_t cLeft; member in struct:CRHTABLE_ITERATOR
70 pIter->cLeft = pTbl->cData;
77 if (!pIter->cLeft)
91 --(pIter->cLeft);
/vbox/src/VBox/VMM/VMMAll/
H A DDBGFAll.cpp40 unsigned cLeft = RT_ELEMENTS(pVM->dbgf.s.aHwBreakpoints); local
41 while (cLeft-- > 0)
/vbox/src/VBox/Runtime/testcase/
H A DtstRTBitOperations.cpp114 uint32_t cLeft = TEST2_ID_LAST; local
115 while (cLeft-- > 0)
/vbox/src/VBox/VMM/VMMR0/
H A DPGMR0.cpp379 uint32_t cLeft = pRam->cb >> PAGE_SHIFT; local
380 while (cLeft-- > 0)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPMisc.h58 uint32_t cLeft; member in struct:VBOXWDDM_HTABLE_ITERATOR
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp639 unsigned cLeft = pPool->cUsedPages; local
767 if (!--cLeft)
887 unsigned cLeft = pPool->cUsedPages; local
942 if (!--cLeft)
H A DPGMSharedPage.cpp343 uint32_t cLeft = pRam->cb >> PAGE_SHIFT; local
344 while (cLeft-- > 0)
H A DCPUMR3Db.cpp756 uint32_t cLeft = pEntry->cMsrRanges; local
757 while (cLeft-- > 0)
H A DPGMPhys.cpp1790 uint32_t cLeft = pRam->cb >> PAGE_SHIFT; local
1791 while (cLeft-- > 0)
2223 uint32_t cLeft = cb >> PAGE_SHIFT; local
2224 while (cLeft-- > 0)
2371 uint32_t cLeft = cPages; local
2372 while (cLeft-- > 0)
2418 uint32_t cLeft = cb >> PAGE_SHIFT; local
2419 while (cLeft--)
/vbox/src/VBox/VMM/testcase/
H A DtstVMM.cpp103 size_t cLeft = RT_ELEMENTS(apTimers); local
105 while (cLeft-- > 0)
109 if ( cLeft == RT_ELEMENTS(apTimers) / 2
117 rc = TMTimerSetMicro(pTimer, 50 + cLeft);
/vbox/src/bldprogs/
H A Dscmdiff.cpp115 * @param cLeft How long it is on this side. ~(size_t)0 is used
121 size_t iLeft, size_t cLeft,
127 if (cLeft == ~(size_t)0)
131 cLeft = c - iLeft;
135 cLeft = 0;
160 char ch = cLeft == 0
165 if (cLeft > 1 && cRight > 1)
166 RTStrmPrintf(pState->pDiff, "%zu,%zu%c%zu,%zu\n", iLeft + 1, iLeft + cLeft, ch, iRight + 1, iRight + cRight);
167 else if (cLeft > 1)
168 RTStrmPrintf(pState->pDiff, "%zu,%zu%c%zu\n", iLeft + 1, iLeft + cLeft, c
120 scmDiffReport(PSCMDIFFSTATE pState, size_t cMatches, size_t iLeft, size_t cLeft, size_t iRight, size_t cRight) argument
[all...]
/vbox/src/VBox/Runtime/common/log/
H A Dtracebuf.cpp543 uint32_t cLeft; local
548 cLeft = pThis->cEntries;
549 while (cLeft--)
557 rc = pfnCallback((RTTRACEBUF)pThis, cLeft, pEntry->NanoTS, pEntry->idCpu, pEntry->szMsg, pvUser);
612 uint32_t cLeft; local
617 cLeft = pThis->cEntries;
618 while (cLeft--)
625 RTLogPrintf("%04u/%'llu/%02x: %s\n", cLeft, pEntry->NanoTS, pEntry->idCpu, pEntry->szMsg);
639 uint32_t cLeft; local
644 cLeft
[all...]
/vbox/src/VBox/Devices/Audio/
H A DAudioMixBuffer.cpp161 uint32_t cLeft = RT_MIN(cSamplesToClear, pMixBuf->cSamples); local
164 if (cLeft > pMixBuf->offReadWrite) /* Zero end of buffer first (wrap-around). */
167 (pMixBuf->cSamples - (cLeft - pMixBuf->offReadWrite)),
170 RT_BZERO(pMixBuf->pSamples + (pMixBuf->cSamples - (cLeft - pMixBuf->offReadWrite)),
171 (cLeft - pMixBuf->offReadWrite) * sizeof(PDMAUDIOSAMPLE));
173 cLeft -= cLeft - pMixBuf->offReadWrite;
177 offClear = pMixBuf->offReadWrite - cLeft;
179 if (cLeft)
182 offClear, offClear + cLeft));
[all...]
/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h1090 * @param cLeft The number of section headers left to search. Can be 0.
1092 static const Elf_Shdr *RTLDRELF_NAME(GetFirstAllocatedSection)(const Elf_Shdr *pShdr, unsigned cLeft) argument
1094 while (cLeft-- > 0)
1189 unsigned cLeft = pModElf->Ehdr.e_shnum - 1; local
1190 const Elf_Shdr *pShdr = &pModElf->paOrgShdrs[cLeft];
1191 while (cLeft-- > 0)
1199 *piSeg = cLeft;
1265 unsigned cLeft = pModElf->Ehdr.e_shnum - 1; local
1266 const Elf_Shdr *pShdr = &pModElf->paShdrs[cLeft];
1267 while (cLeft
[all...]
/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp719 uint32_t cLeft = RTSTRCACHE_FIXED_GROW_SIZE / cbEntry - 1; local
726 while (cLeft-- > 0)
/vbox/src/VBox/Runtime/common/zip/
H A Dxarvfs.cpp1717 uint32_t cLeft = pThis->XarReader.cCurDepth; local
1718 while (cLeft-- > 0)
1739 cLeft = pThis->XarReader.cCurDepth;
1740 while (cLeft-- > 0)
/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp494 uint32_t cLeft = s_aRanges[i].cMsrs; local
495 while (cLeft-- > 0 && (uMsr & fMsrMask) == uMsr)

Completed in 427 milliseconds

12