Searched refs:maxSize (Results 1 - 16 of 16) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsIStorageStream.idl62 * @param maxSize
69 void init(in PRUint32 segmentSize, in PRUint32 maxSize, in nsIMemory segmentAllocator);
106 NS_NewStorageStream(PRUint32 segmentSize, PRUint32 maxSize, nsIStorageStream **result);
H A DnsIPipe.idl170 * @param maxSize
172 * number of segments is maxSize / segmentSize, and maxSize must be a
189 PRUint32 maxSize = 0,
198 segmentCount = maxSize / segmentSize;
H A DnsSegmentedBuffer.h59 NS_COM nsresult Init(PRUint32 segmentSize, PRUint32 maxSize,
H A DnsSegmentedBuffer.cpp42 nsSegmentedBuffer::Init(PRUint32 segmentSize, PRUint32 maxSize, argument
48 mMaxSize = maxSize;
H A DnsStorageStream.cpp101 nsStorageStream::Init(PRUint32 segmentSize, PRUint32 maxSize, argument
115 return mSegmentedBuffer->Init(segmentSize, maxSize, segmentAllocator);
548 NS_NewStorageStream(PRUint32 segmentSize, PRUint32 maxSize, nsIStorageStream **result) argument
556 nsresult rv = storageStream->Init(segmentSize, maxSize, nsnull);
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_point.h23 CRbitvalue maxSize[CR_MAX_BITARRAY]; member in struct:__anon16222
39 GLfloat minSize, maxSize; member in struct:__anon16223
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_point.c25 p->maxSize = CR_ALIASED_POINT_SIZE_MAX;
26 RESET(pb->maxSize, ctx->bitid);
149 p->maxSize = params[0];
150 DIRTY(pb->maxSize, g->neg_bitid);
245 if (CHECKDIRTY(b->maxSize, bitID))
247 if (from->maxSize != to->maxSize)
249 diff_api.PointParameterfARB (GL_POINT_SIZE_MAX_ARB, to->maxSize);
250 from->maxSize = to->maxSize;
[all...]
H A Dstate_bits_globalop.h222 _CRSTATE_BITS_OP_SIZEOF(point.maxSize);
H A Dstate_lists.c1107 if (CHECKDIRTY(sb->point.maxSize, negbitID))
1109 CRSTATE_SET_FLOAT(point.maxSize, GL_POINT_SIZE_MAX_ARB);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxSnapshotDetailsDlg.cpp189 QSize maxSize = aScreenshot.size() + QSize (mArea->frameWidth() * 2, mArea->frameWidth() * 2); local
190 QSize initSize = QSize (640, (int)(640 * aspectRatio)).boundedTo (maxSize);
192 setMaximumSize (maxSize);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp849 QSize maxSize; local
853 maxSize = m_fixedMaxGuestSize;
856 maxSize = calculateMaxGuestSize().expandedTo(minimumSizeHint);
864 maxSize = QSize(0, 0);
867 RT_MAKE_U64(maxSize.height(), maxSize.width()));
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c1691 GLint *maxSize = (GLint *) values; local
1699 renderspu_SystemGetMaxWindowSize(window, maxSize + 0, maxSize + 1);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsIFileStream.cpp108 nsresult AllocateBuffers(PRUint32 segmentSize, PRUint32 maxSize);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3973 RTFOFF maxSize; local
3975 rc = RTFileGetMaxSizeEx(file, &maxSize);
3978 && maxSize > 0
3979 && i64Size > (LONG64)maxSize)
3984 uint64_t u64PrintMax = formatDiskSize(maxSize, &pszUnitMax);
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c1093 PRUint32 maxSize = (1 << i); local
1103 sizeStr = pr_GetSizeString(maxSize);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 121 milliseconds