Searched defs:mSize (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsDeque.h101 inline PRInt32 GetSize() const {return mSize;}
212 PRInt32 mSize; member in class:nsDeque
H A DnsFixedSizeAllocator.h153 size_t mSize; member in struct:nsFixedSizeAllocator::Bucket
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsUTF8Utils.h383 : mSize(0) { }
385 size_t Size() const { return mSize; }
394 mSize += 1;
396 mSize += 2;
398 mSize += 3;
410 mSize += 4;
422 size_t mSize; member in class:CalculateUTF8Size
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.cpp1247 UINT8 mSize; member in struct:__anon10268
1398 mObjBinLen = (ObjBinLen == 0) ? gOpcodeSizesScopeTable[OpCode].mSize : ObjBinLen;
1432 mHeader->Length = (Length == 0) ? gOpcodeSizesScopeTable[OpCode].mSize : Length;
H A DVfrUtilityLib.cpp460 UINT32 mSize; member in struct:__anon10272
758 New->mTotalSize = gInternalTypesTable[Index].mSize;
/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp133 mSize = aWidth * aHeight * PIX_SIZE;
146 if (mPos + PIX_SIZE <= mSize)
167 unsigned mSize; member in class:ColorConvBGRA32Iter
186 mSize = aWidth * aHeight * PIX_SIZE;
199 if (mPos + PIX_SIZE <= mSize)
220 unsigned mSize; member in class:ColorConvBGR24Iter
239 mSize = aWidth * aHeight * PIX_SIZE;
252 if (mPos + PIX_SIZE <= mSize)
275 unsigned mSize; member in class:ColorConvBGR565Iter
/vbox/src/VBox/HostDrivers/win/cfg/
H A DVBoxDrvCfg.cpp123 int size() {return mSize;}
131 int mSize; member in class:VBoxDrvCfgStringList
138 mSize = 0;
146 for (int i = 0; i < mSize; ++i)
156 if (mSize == mBufSize)
165 maList[mSize] = str;
166 ++mSize;
172 NonStandardAssert(newSize >= mSize);
173 if (newSize < mSize)
178 memcpy(maList, pOld, mSize*sizeo
[all...]
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp430 uint32_t mSize; member in class:EventMapList
435 mSize(0)
460 mSize++;
479 mSize--;
488 return mSize;
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp292 mSize(aSize),
296 uint64_t mSize; member in class:Medium::CreateBaseTask
444 mSize(aSize),
457 uint64_t mSize; member in class:Medium::ResizeTask
7409 task.mSize,
8704 vrc = VDResize(hdd, task.mSize, &geo, &geo, task.mVDOperationIfaces);
8710 task.mSize, location.c_str());

Completed in 466 milliseconds