/vbox/src/bldprogs/ |
H A D | scmdiff.cpp | 114 * @param iLeft Where the difference starts on the left side. 121 size_t iLeft, size_t cLeft, 130 if (c >= iLeft) 131 cLeft = c - iLeft; 134 iLeft = c; 166 RTStrmPrintf(pState->pDiff, "%zu,%zu%c%zu,%zu\n", iLeft + 1, iLeft + cLeft, ch, iRight + 1, iRight + cRight); 168 RTStrmPrintf(pState->pDiff, "%zu,%zu%c%zu\n", iLeft + 1, iLeft + cLeft, ch, iRight + 1); 170 RTStrmPrintf(pState->pDiff, "%zu%c%zu,%zu\n", iLeft 120 scmDiffReport(PSCMDIFFSTATE pState, size_t cMatches, size_t iLeft, size_t cLeft, size_t iRight, size_t cRight) argument 257 scmDiffCompareLines(PSCMDIFFSTATE pState, size_t iLeft, size_t iRight, size_t cLines) argument [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UINetworkRequestWidget.cpp | 91 int iLeft, iTop, iRight, iBottom; local 93 m_pMainLayout->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom); 94 iMinimumWidth -= iLeft; 97 layout()->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom); 98 iMinimumWidth -= iLeft; 102 pParentLayout->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom); 103 iMinimumWidth -= iLeft;
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIAdvancedToolBar.h | 50 void setToolBarMargins(int iLeft, int iTop, int iRight, int iBottom);
|
H A D | QIAdvancedToolBar.cpp | 123 void QIAdvancedToolBar::setToolBarMargins(int iLeft, int iTop, int iRight, int iBottom) argument 125 m_pMainLayout->setContentsMargins(iLeft, iTop, iRight, iBottom);
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIPopupStack.cpp | 134 int iLeft, iTop, iRight, iBottom; local 135 m_pMainLayout->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom); 298 int iLeft, iTop, iRight, iBottom; local 299 m_pMainLayout->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom); 300 iWidth -= (iLeft + iRight);
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/ |
H A D | UIWizard.cpp | 239 int iLeft, iTop, iRight, iBottom; local 240 pPage->layout()->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom); 241 int iCurrentLabelWidth = iPageWidth - iLeft - iRight; 314 int iLeft, iTop, iRight, iBottom; local 315 pPage->layout()->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom); 316 pPage->layout()->setContentsMargins(iLeft, iTop, 0, 0);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIStatusBarEditorWindow.cpp | 361 int iLeft, iTop, iRight, iBottom; local 362 m_pMainLayout->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom); 364 iLeft = qMin(iLeft, 10); 373 iLeft += 5; 375 m_pMainLayout->setContentsMargins(iLeft, iTop, iRight, iBottom);
|
H A D | UIMenuBarEditorWindow.cpp | 264 int iLeft, iTop, iRight, iBottom; local 265 m_pMainLayout->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom); 267 iLeft = qMin(iLeft, 10); 280 m_pMainLayout->setContentsMargins(iLeft, iTop, iRight, iBottom);
|
/vbox/src/VBox/Runtime/common/asn1/ |
H A D | asn1-ut-integer.cpp | 219 uint32_t iLeft = RTAsn1Integer_UnsignedLastBit(pLeft); local 221 if (iLeft != iRight) 222 return iLeft < iRight ? -1 : 1; 224 uint32_t i = iLeft / 8;
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/ |
H A D | s_tritemp.h | 535 GLfixed iLeft=0, diOuter=0, diInner; local 702 iLeft = (GLfixed)(vLower->attrib[FRAG_ATTRIB_CI][0] * FIXED_SCALE 708 iLeft = FloatToFixed(v2->attrib[FRAG_ATTRIB_CI][0]); 826 span.index = iLeft; 900 iLeft += diOuter; 935 iLeft += diInner;
|
/vbox/src/VBox/Runtime/common/crypto/ |
H A D | x509-certpaths.cpp | 1428 for (uint32_t iLeft = 0; iLeft < cLeft; iLeft++) 1429 if (papLeft[iLeft]->Base.enmChoice == enmRightChoice) 1431 if (RTCrX509GeneralSubtree_Compare(papLeft[iLeft], &paRight[iRight]) == 0) 1436 rtCrX509CpvAddPermittedSubtrees(pThis, 1, papLeft[iLeft]); 1439 else if (RTCrX509GeneralSubtree_ConstraintMatch(papLeft[iLeft], &paRight[iRight])) 1447 else if (RTCrX509GeneralSubtree_ConstraintMatch(&paRight[iRight], papLeft[iLeft])) 1448 rtCrX509CpvAddPermittedSubtrees(pThis, 1, papLeft[iLeft]); 1455 for (uint32_t iLeft [all...] |
H A D | x509-core.cpp | 551 for (uint32_t iLeft = 0; iLeft < cItems; iLeft++) 553 PCRTCRX509ATTRIBUTETYPEANDVALUE pLeftAttr = &pLeft->paItems[iLeft];
|
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/ |
H A D | UIExtraDataManager.cpp | 3577 int iLeft = 0, iRight = 0; local 3582 iLeft = data[0].toInt(&fOk); 3592 hints << iLeft; local
|