| /vbox/src/libs/xpcom18a4/xpcom/ds/ |
| H A D | nsDeque.cpp | 85 mOrigin=mSize=0; 146 if (mSize && mData) { 149 mSize=0; 160 if (mDeallocator && mSize) { 220 if (mSize==mCapacity) { 223 mData[modulus(mOrigin + mSize, mCapacity)]=aItem; 224 mSize++; 264 if (mSize==mCapacity) { 267 mData[mSize]=mData[mOrigin]; 270 mSize [all...] |
| H A D | nsFixedSizeAllocator.cpp | 57 bucket->mSize = aSize; 97 if (aSize == bucket->mSize) { 147 NS_ASSERTION(bucket && bucket->mSize == aSize, "ack! corruption! bucket->mSize != aSize!"); 148 memset(aPtr, 0xd8, bucket->mSize);
|
| H A D | nsDeque.h | 101 inline PRInt32 GetSize() const {return mSize;} 212 PRInt32 mSize; member in class:nsDeque
|
| H A D | nsFixedSizeAllocator.h | 153 size_t mSize; member in struct:nsFixedSizeAllocator::Bucket
|
| /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
| H A D | xptiFile.cpp | 51 mSize(), 70 mSize(aSize), 87 mSize(r.mSize),
|
| H A D | xptiprivate.h | 188 const nsInt64& GetSize() const {return mSize;} 211 mSize == r.mSize && 235 mSize = r.mSize; 246 nsInt64 mSize;
|
| /vbox/src/libs/xpcom18a4/xpcom/string/public/ |
| H A D | nsUTF8Utils.h | 383 : 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/Main/src-client/ |
| H A D | VideoRec.cpp | 133 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 D | VBoxDrvCfg.cpp | 123 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 D | EventImpl.cpp | 430 uint32_t mSize; member in class:EventMapList 435 mSize(0) 460 mSize++; 479 mSize--; 488 return mSize;
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/ |
| H A D | VfrFormPkg.cpp | 1247 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 D | VfrUtilityLib.cpp | 460 UINT32 mSize; member in struct:__anon10272 758 New->mTotalSize = gInternalTypesTable[Index].mSize;
|
| /vbox/src/VBox/Main/src-server/ |
| H A D | MediumImpl.cpp | 292 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());
|