Home
last modified time | relevance | path

Searched refs:tempSize (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/resource/
H A Dstaticres_lol.cpp255 int tempSize; in initStaticResource() local
292 _dscOvlMap = _staticres->loadRawData(kLoLDscOvlMap, tempSize); in initStaticResource()
331 uint8 entrySize = tempSize / 12; in initStaticResource()
332 tempSize /= entrySize; in initStaticResource()
333 if (tempSize) { in initStaticResource()
334 _defaultLegendData = new MapLegendData[tempSize]; in initStaticResource()
335 for (int i = 0; i < tempSize; i++) { in initStaticResource()
345 tmp = _staticres->loadRawData(kLoLMapCursorOvl, tempSize); in initStaticResource()
347 _mapCursorOverlay = new uint8[tempSize]; in initStaticResource()
348 memcpy(_mapCursorOverlay, tmp, tempSize); in initStaticResource()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/resource/
H A Dstaticres_lol.cpp255 int tempSize; in initStaticResource() local
292 _dscOvlMap = _staticres->loadRawData(kLoLDscOvlMap, tempSize); in initStaticResource()
329 uint8 entrySize = tempSize / 12; in initStaticResource()
330 tempSize /= entrySize; in initStaticResource()
331 if (tempSize) { in initStaticResource()
332 _defaultLegendData = new MapLegendData[tempSize]; in initStaticResource()
333 for (int i = 0; i < tempSize; i++) { in initStaticResource()
343 tmp = _staticres->loadRawData(kLoLMapCursorOvl, tempSize); in initStaticResource()
345 _mapCursorOverlay = new uint8[tempSize]; in initStaticResource()
346 memcpy(_mapCursorOverlay, tmp, tempSize); in initStaticResource()
[all …]
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/src/json/
H A Djson_serialization.cpp153 char tempBuffer[tempSize]; in format()
158 _i64toa_s(m_number.m_intval, tempBuffer, tempSize, 10); in format()
160 _ui64toa_s(m_number.m_uintval, tempBuffer, tempSize, 10); in format()
162 const auto numChars = strnlen_s(tempBuffer, tempSize); in format()
177 char tempBuffer[tempSize]; in format()
180 tempSize, in format()
217 wchar_t tempBuffer[tempSize]; in format()
220 _i64tow_s(m_number.m_intval, tempBuffer, tempSize, 10); in format()
224 stream.append(tempBuffer, wcsnlen_s(tempBuffer, tempSize)); in format()
231 wchar_t tempBuffer[tempSize]; in format()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/MPIParallel/
H A DvtkPWindBladeReader.cxx265 MPI_Offset i, tempSize; in ReadGlobalData() local
268 MPICall(MPI_File_get_size(tempFile, &tempSize)); in ReadGlobalData()
276 inStr.write(&(inBuf[0]), tempSize - i); in ReadGlobalData()
405 MPI_Offset i, tempSize; in SetupBladeData() local
408 MPICall(MPI_File_get_size(tempFile, &tempSize)); in SetupBladeData()
416 inStr.write(&(inBuf[0]), tempSize - i); in SetupBladeData()
448 MPICall(MPI_File_get_size(tempFile, &tempSize)); in SetupBladeData()
456 inStr2.write(&(inBuf[0]), tempSize - i); in SetupBladeData()
496 inStr2.write(&(inBuf[0]), tempSize - i); in SetupBladeData()
573 MPI_Offset i, tempSize; in LoadBladeData() local
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/MPIParallel/
H A DvtkPWindBladeReader.cxx273 MPI_Offset i, tempSize; in ReadGlobalData() local
276 MPICall(MPI_File_get_size(tempFile, &tempSize)); in ReadGlobalData()
284 inStr.write(&(inBuf[0]), tempSize - i); in ReadGlobalData()
414 MPI_Offset i, tempSize; in SetupBladeData() local
417 MPICall(MPI_File_get_size(tempFile, &tempSize)); in SetupBladeData()
425 inStr.write(&(inBuf[0]), tempSize - i); in SetupBladeData()
457 MPICall(MPI_File_get_size(tempFile, &tempSize)); in SetupBladeData()
465 inStr2.write(&(inBuf[0]), tempSize - i); in SetupBladeData()
505 inStr2.write(&(inBuf[0]), tempSize - i); in SetupBladeData()
581 MPI_Offset i, tempSize; in LoadBladeData() local
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/MPIParallel/
H A DvtkPWindBladeReader.cxx265 MPI_Offset i, tempSize; in ReadGlobalData() local
268 MPICall(MPI_File_get_size(tempFile, &tempSize)); in ReadGlobalData()
276 inStr.write(&(inBuf[0]), tempSize - i); in ReadGlobalData()
408 MPI_Offset i, tempSize; in SetupBladeData() local
411 MPICall(MPI_File_get_size(tempFile, &tempSize)); in SetupBladeData()
419 inStr.write(&(inBuf[0]), tempSize - i); in SetupBladeData()
451 MPICall(MPI_File_get_size(tempFile, &tempSize)); in SetupBladeData()
459 inStr2.write(&(inBuf[0]), tempSize - i); in SetupBladeData()
499 inStr2.write(&(inBuf[0]), tempSize - i); in SetupBladeData()
576 MPI_Offset i, tempSize; in LoadBladeData() local
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_crop/
H A Dkis_constrained_rect.cpp162 QSize tempSize = baseSizeCoeff * oldSize + sizeDiff; in moveHandle() local
163 bool widthPreferrable = qAbs(tempSize.width()) > qAbs(tempSize.height() * m_ratio); in moveHandle()
166 newSize.setWidth(tempSize.width()); in moveHandle()
169 newSize.setHeight(tempSize.height()); in moveHandle()
170 … newSize.setWidth(widthFromHeightUnsignedRatio(newSize.height(), m_ratio, tempSize.width())); in moveHandle()
172 newSize.setWidth(KisAlgebra2D::copysign(newSize.width(), tempSize.width())); in moveHandle()
173 newSize.setHeight(KisAlgebra2D::copysign(newSize.height(), tempSize.height())); in moveHandle()
175 newSize.setWidth(KisAlgebra2D::copysign(newSize.width(), tempSize.width())); in moveHandle()
176 newSize.setHeight(tempSize.height()); in moveHandle()
179 newSize.setHeight(KisAlgebra2D::copysign(newSize.height(), tempSize.height())); in moveHandle()
[all …]
/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dsourcefetcher.cpp158 if (_checkBufSize(&requestBuf, &bufsize, tempSize) || in http_fetch()
166 tempSize = (int)strlen("GET ") + (int)strlen(charIndex) + in http_fetch()
169 if (_checkBufSize(&requestBuf, &bufsize, tempSize) || in http_fetch()
189 tempSize = (int)strlen("Host: ") + (int)strlen(host) + 3; in http_fetch()
191 if (_checkBufSize(&requestBuf, &bufsize, tempSize + 128)) { in http_fetch()
204 if (_checkBufSize(&requestBuf, &bufsize, tempSize)) { in http_fetch()
215 tempSize = (int)strlen("User-Agent: ") + in http_fetch()
218 if (_checkBufSize(&requestBuf, &bufsize, tempSize)) { in http_fetch()
232 if (_checkBufSize(&requestBuf, &bufsize, tempSize)) { in http_fetch()
242 tempSize = (int)strlen("Connection: Close\r\n\r\n"); in http_fetch()
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dzoomablegraphicsview.cpp143 double tempSize = m_scaleValue + step; in relativeZoom() local
144 if (tempSize < m_minScaleValue) { in relativeZoom()
149 if (tempSize > m_maxScaleValue) { in relativeZoom()
154 double tempScaleValue = tempSize/100; in relativeZoom()
156 m_scaleValue = tempSize; in relativeZoom()
/dports/graphics/gimp-data-extras/gimp-data-extras-2.0.4/scripts/
H A D3dTruchet.scm82 (tempSize (* size 3))
83 (temp-img (car (gimp-image-new tempSize tempSize RGB)))
84 (temp-draw (car (gimp-layer-new temp-img tempSize tempSize
86 (temp-draw2 (car (gimp-layer-new temp-img tempSize tempSize
H A Dtruchet.scm61 (tempSize (* size 3))
62 (temp-img (car (gimp-image-new tempSize tempSize RGB)))
63 … (temp-draw (car (gimp-layer-new temp-img tempSize tempSize RGB-IMAGE "Jabar" 100 NORMAL-MODE)))
/dports/audio/ssr-lv2/ssr-e1999da/libs/strings/
H A DBuffer.h165 …std::size_t tempSize = newSize + 2 * AlignmentMask; // To ensure that we have leeway at the beginn… in resize() local
166 Type* newData = reinterpret_cast<Type*>(std::calloc(tempSize, sizeof(value_type))); in resize()
172 counter().bufferResized(largerSize * sizeof(value_type), tempSize * sizeof(value_type)); in resize()
174 counter().newBuffer(tempSize * sizeof(value_type)); in resize()
176 largerSize = tempSize; in resize()
180 normalData = static_cast<pointer>(align(Alignment, alignedSize, newData, tempSize)); in resize()
/dports/lang/clips/clips_core_source_630/core/
H A Dsymblbin.c327 unsigned short tempSize; in WriteNeededBitMaps() local
368 tempSize = (unsigned short) bitMapPtr->size; in WriteNeededBitMaps()
369 GenWrite((void *) &tempSize,(unsigned long) sizeof(unsigned short),fp); in WriteNeededBitMaps()
541 unsigned short *tempSize; in ReadNeededBitMaps() local
572 tempSize = (unsigned short *) bitMapPtr; in ReadNeededBitMaps()
573 …v)->BitMapArray[i] = (BITMAP_HN *) EnvAddBitMap(theEnv,bitMapPtr+sizeof(unsigned short),*tempSize); in ReadNeededBitMaps()
574 bitMapPtr += *tempSize + sizeof(unsigned short); in ReadNeededBitMaps()
/dports/audio/id3lib/id3lib-3.8.3/src/
H A Dtag_render.cpp213 luint tempSize = curSize + ID3_GetDataSize(*this) + in PaddingSize() local
219 tempSize = ((tempSize / ID3_PADMULTIPLE) + 1) * ID3_PADMULTIPLE; in PaddingSize()
222 newSize = tempSize - ID3_GetDataSize(*this) - this->GetAppendedBytes () - in PaddingSize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test435/
H A DA_in.java15 int tempSize = widestCellColumn(col); in temp() local
17 col.setMinWidth(tempSize); in temp()
H A DA_out.java17 int tempSize = widestCellColumn(col); in temp() local
19 col.setMinWidth(tempSize); in temp()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/codegen/aes/
H A DTestAESDecode.java42 …int tempSize = dCipher.update(encode, encOutputOffset, (decodeMsgSize - lastChunkSize), decode, de… in run() local
43 …utputOffset + decodeMsgSize - lastChunkSize), lastChunkSize, decode, (decOutputOffset + tempSize)); in run()
H A DTestAESEncode.java42 …int tempSize = cipher.update(input, encInputOffset, (msgSize - lastChunkSize), encode, encOutputOf… in run() local
43 …, (encInputOffset + msgSize - lastChunkSize), lastChunkSize, encode, (encOutputOffset + tempSize)); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/codegen/aes/
H A DTestAESEncode.java42 …int tempSize = cipher.update(input, encInputOffset, (msgSize - lastChunkSize), encode, encOutputOf… in run() local
43 …, (encInputOffset + msgSize - lastChunkSize), lastChunkSize, encode, (encOutputOffset + tempSize)); in run()
H A DTestAESDecode.java42 …int tempSize = dCipher.update(encode, encOutputOffset, (decodeMsgSize - lastChunkSize), decode, de… in run() local
43 …utputOffset + decodeMsgSize - lastChunkSize), lastChunkSize, decode, (decOutputOffset + tempSize)); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/codegen/aes/
H A DTestAESDecode.java42 …int tempSize = dCipher.update(encode, encOutputOffset, (decodeMsgSize - lastChunkSize), decode, de… in run() local
43 …utputOffset + decodeMsgSize - lastChunkSize), lastChunkSize, decode, (decOutputOffset + tempSize)); in run()
H A DTestAESEncode.java42 …int tempSize = cipher.update(input, encInputOffset, (msgSize - lastChunkSize), encode, encOutputOf… in run() local
43 …, (encInputOffset + msgSize - lastChunkSize), lastChunkSize, encode, (encOutputOffset + tempSize)); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/codegen/aes/
H A DTestAESDecode.java42 …int tempSize = dCipher.update(encode, encOutputOffset, (decodeMsgSize - lastChunkSize), decode, de… in run() local
43 …utputOffset + decodeMsgSize - lastChunkSize), lastChunkSize, decode, (decOutputOffset + tempSize)); in run()
H A DTestAESEncode.java42 …int tempSize = cipher.update(input, encInputOffset, (msgSize - lastChunkSize), encode, encOutputOf… in run() local
43 …, (encInputOffset + msgSize - lastChunkSize), lastChunkSize, encode, (encOutputOffset + tempSize)); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/codegen/aes/
H A DTestAESDecode.java42 …int tempSize = dCipher.update(encode, encOutputOffset, (decodeMsgSize - lastChunkSize), decode, de… in run() local
43 …utputOffset + decodeMsgSize - lastChunkSize), lastChunkSize, decode, (decOutputOffset + tempSize)); in run()

12345678910