Home
last modified time | relevance | path

Searched refs:allocAmount (Results 1 – 11 of 11) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dasiosendbuffer.h64 size_t allocAmount = sendBufAllocated * 2; in ReallocSendBuf() local
65 if (0 == allocAmount) { in ReallocSendBuf()
66 allocAmount = (size_t)SEND_BUF_FIRST_ALLOC_CHUNKSIZE; in ReallocSendBuf()
68 if (allocAmount <= MAX_SEND_BUF_SIZE) { in ReallocSendBuf()
69 char *tempBuf = (char *)std::realloc(sendBuf, allocAmount); in ReallocSendBuf()
72 sendBufAllocated = allocAmount; in ReallocSendBuf()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp194 GrGLsizei allocAmount = range + (kPathIDPreallocationAmount - fPreallocatedPathCount); in genPaths() local
195 if (allocAmount >= range) { in genPaths()
196 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
202 fPreallocatedPathCount += allocAmount - range; in genPaths()
207 if (allocAmount > range) { in genPaths()
212 fPreallocatedPathCount = allocAmount - range; in genPaths()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp195 GrGLsizei allocAmount = range + (kPathIDPreallocationAmount - fPreallocatedPathCount); in genPaths() local
196 if (allocAmount >= range) { in genPaths()
197 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
203 fPreallocatedPathCount += allocAmount - range; in genPaths()
208 if (allocAmount > range) { in genPaths()
213 fPreallocatedPathCount = allocAmount - range; in genPaths()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp202 GrGLsizei allocAmount = range + (kPathIDPreallocationAmount - fPreallocatedPathCount); in genPaths() local
203 if (allocAmount >= range) { in genPaths()
204 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
210 fPreallocatedPathCount += allocAmount - range; in genPaths()
215 if (allocAmount > range) { in genPaths()
220 fPreallocatedPathCount = allocAmount - range; in genPaths()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp202 GrGLsizei allocAmount = range + (kPathIDPreallocationAmount - fPreallocatedPathCount); in genPaths() local
203 if (allocAmount >= range) { in genPaths()
204 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
210 fPreallocatedPathCount += allocAmount - range; in genPaths()
215 if (allocAmount > range) { in genPaths()
220 fPreallocatedPathCount = allocAmount - range; in genPaths()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp202 GrGLsizei allocAmount = range + (kPathIDPreallocationAmount - fPreallocatedPathCount); in genPaths() local
203 if (allocAmount >= range) { in genPaths()
204 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
210 fPreallocatedPathCount += allocAmount - range; in genPaths()
215 if (allocAmount > range) { in genPaths()
220 fPreallocatedPathCount = allocAmount - range; in genPaths()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp202 GrGLsizei allocAmount = range + (kPathIDPreallocationAmount - fPreallocatedPathCount); in genPaths() local
203 if (allocAmount >= range) { in genPaths()
204 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
210 fPreallocatedPathCount += allocAmount - range; in genPaths()
215 if (allocAmount > range) { in genPaths()
220 fPreallocatedPathCount = allocAmount - range; in genPaths()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp276 GrGLsizei allocAmount = range + (kPathIDPreallocationAmount - fPreallocatedPathCount); in genPaths() local
277 if (allocAmount >= range) { in genPaths()
278 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
284 fPreallocatedPathCount += allocAmount - range; in genPaths()
289 if (allocAmount > range) { in genPaths()
294 fPreallocatedPathCount = allocAmount - range; in genPaths()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp274 GrGLsizei allocAmount = range + (kPathIDPreallocationAmount - fPreallocatedPathCount); in genPaths() local
275 if (allocAmount >= range) { in genPaths()
276 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
282 fPreallocatedPathCount += allocAmount - range; in genPaths()
287 if (allocAmount > range) { in genPaths()
292 fPreallocatedPathCount = allocAmount - range; in genPaths()
/dports/sysutils/istio/istio-1.6.7/mixer/adapter/memquota/
H A DrollingWindow_test.go60 allocAmount int64
80 if ok := w.alloc(c.allocAmount, c.allocTick); !ok {
H A Dmemquota_test.go103 allocAmount int64
148 QuotaAmount: c.allocAmount,