Searched defs:mPos (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/src-server/win/
H A DVBoxComEvents.h35 : mArgc(0), mArgs(0), mPos(0)
51 mPos = argc - 1;
57 Assert(mPos>= 0);
58 mArgs[mPos] = v;
59 mPos--;
67 int mPos; member in class:ComEventDesc
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp68 PRUint32 mPos; member in class:StringUnicharInputStream
78 mPos = 0;
94 if (mPos >= mLen) {
99 NS_ASSERTION(mLen >= mPos, "unsigned madness");
100 PRUint32 amount = mLen - mPos;
104 memcpy(aBuf, us + mPos, sizeof(PRUnichar) * amount);
105 mPos += amount;
119 aCount = PR_MIN(mString->Length() - mPos, aCount);
122 rv = aWriter(this, aClosure, mString->get() + mPos,
132 mPos
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.h383 RTPOINT mPos; member in class:CrFbDisplayVrdp
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c260 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
629 mPosition[New] = mPos;
631 MakeChild(New, mText[mPos + mMatchLen], mPos);
672 mPosition[t] = mPos;
676 mPosition[t] = (NODE)(mPos | PERC_FLAG);
684 q = (INT16)(mText[mPos] + WNDSIZ);
685 c = mText[mPos + 1];
687 MakeChild(q, c, mPos);
708 if (mMatchPos >= mPos) {
[all...]
H A DTianoCompress.c268 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
651 mPosition[New] = mPos;
653 MakeChild (New, mText[mPos + mMatchLen], mPos);
704 mPosition[NodeT] = mPos;
709 mPosition[NodeT] = (NODE) (mPos | (UINT32) PERC_FLAG);
715 NodeQ = (NODE) (mText[mPos] + WNDSIZ);
716 CharC = mText[mPos + 1];
719 MakeChild (NodeQ, CharC, mPos);
740 if (mMatchPos >= mPos) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c116 STATIC NODE mPos; variable
347 mPosition[New] = mPos;
349 MakeChild (New, mText[mPos + mMatchLen], mPos);
396 mPosition[LoopVar10] = mPos;
401 mPosition[LoopVar10] = (NODE) (mPos | PERC_FLAG);
407 LoopVar6 = (NODE) (mText[mPos] + WNDSIZ);
408 LoopVar5 = mText[mPos + 1];
411 MakeChild (LoopVar6, LoopVar5, mPos);
432 if (mMatchPos >= mPos) {
[all...]
/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp132 mPos = 0;
146 if (mPos + PIX_SIZE <= mSize)
148 *aRed = mBuf[mPos + 2];
149 *aGreen = mBuf[mPos + 1];
150 *aBlue = mBuf[mPos ];
151 mPos += PIX_SIZE;
163 mPos += PIX_SIZE * aPixels;
169 unsigned mPos; member in class:ColorConvBGRA32Iter
185 mPos = 0;
199 if (mPos
222 unsigned mPos; member in class:ColorConvBGR24Iter
277 unsigned mPos; member in class:ColorConvBGR565Iter
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c85 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
473 mPosition[New] = mPos;
475 MakeChild (New, mText[mPos + mMatchLen], mPos);
526 mPosition[NodeT] = mPos;
531 mPosition[NodeT] = (NODE) (mPos | (UINT32) PERC_FLAG);
537 NodeQ = (NODE) (mText[mPos] + WNDSIZ);
538 CharC = mText[mPos + 1];
541 MakeChild (NodeQ, CharC, mPos);
562 if (mMatchPos >= mPos) {
[all...]

Completed in 58 milliseconds