Home
last modified time | relevance | path

Searched refs:tmpBuffer (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_GUID.cxx190 tmpBuffer = Standard_GUID_GetValue8(tmpBuffer,my8b1); in Standard_GUID()
191 tmpBuffer = Standard_GUID_GetValue8(tmpBuffer,my8b2); in Standard_GUID()
192 tmpBuffer = Standard_GUID_GetValue8(tmpBuffer,my8b3); in Standard_GUID()
193 tmpBuffer = Standard_GUID_GetValue8(tmpBuffer,my8b4); in Standard_GUID()
194 tmpBuffer = Standard_GUID_GetValue8(tmpBuffer,my8b5); in Standard_GUID()
195 tmpBuffer = Standard_GUID_GetValue8(tmpBuffer,my8b6); in Standard_GUID()
230 tmpBuffer = Standard_GUID_GetValue8(tmpBuffer,my8b1); in Standard_GUID()
231 tmpBuffer = Standard_GUID_GetValue8(tmpBuffer,my8b2); in Standard_GUID()
232 tmpBuffer = Standard_GUID_GetValue8(tmpBuffer,my8b3); in Standard_GUID()
233 tmpBuffer = Standard_GUID_GetValue8(tmpBuffer,my8b4); in Standard_GUID()
[all …]
/dports/multimedia/snapcast/snapcast-0.25.0/client/
H A Ddouble_buffer.hpp59 std::deque<T> tmpBuffer(buffer.begin(), buffer.end()); in median() local
60 std::sort(tmpBuffer.begin(), tmpBuffer.end()); in median()
61 if ((mean <= 1) || (tmpBuffer.size() < mean)) in median()
62 return tmpBuffer[tmpBuffer.size() / 2]; in median()
72 result += tmpBuffer[i]; in median()
92 std::deque<T> tmpBuffer(buffer.begin(), buffer.end()); in percentile() local
93 std::sort(tmpBuffer.begin(), tmpBuffer.end()); in percentile()
94 return tmpBuffer[(size_t)((tmpBuffer.size() - 1) * ((float)percentile / (float)100))]; in percentile()
104 std::deque<T> tmpBuffer(buffer.begin(), buffer.end()); in percentiles() local
105 std::sort(tmpBuffer.begin(), tmpBuffer.end()); in percentiles()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/mdn/
H A DnsMsgMdnGenerator.cpp402 PR_snprintf(tmpBuffer + strlen(tmpBuffer), 100, "%c%02d%02d" CRLF, in CreateFirstPart()
408 PR_Free(tmpBuffer); in CreateFirstPart()
479 tmpBuffer = PR_smprintf( in CreateFirstPart()
509 tmpBuffer = PR_smprintf( in CreateFirstPart()
521 tmpBuffer = in CreateFirstPart()
526 tmpBuffer = in CreateFirstPart()
558 tmpBuffer = in CreateFirstPart()
585 tmpBuffer = in CreateSecondPart()
614 tmpBuffer = in CreateSecondPart()
633 tmpBuffer = in CreateSecondPart()
[all …]
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dsenderhelper.cpp56 SendBuffer &tmpBuffer = session->GetSendBuffer(); in Send() local
58 boost::mutex::scoped_lock lock(tmpBuffer.dataMutex); in Send()
59 tmpBuffer.InternalStorePacket(session, packet); in Send()
61 tmpBuffer.AsyncSendNextPacket(session); in Send()
69 SendBuffer &tmpBuffer = session->GetSendBuffer(); in Send() local
76 tmpBuffer.InternalStorePacket(session, *i); in Send()
80 tmpBuffer.AsyncSendNextPacket(session); in Send()
87 SendBuffer &tmpBuffer = session->GetSendBuffer(); in SetCloseAfterSend() local
89 boost::mutex::scoped_lock lock(tmpBuffer.dataMutex); in SetCloseAfterSend()
91 tmpBuffer.SetCloseAfterSend(); in SetCloseAfterSend()
[all …]
/dports/devel/tokamak/tokamak_release/include/math/
H A Dne_debug.h58 { char tmpBuffer[256];\
59 sprintf(tmpBuffer, frmt, d);\
60 OutputDebugString(tmpBuffer);\
63 { char tmpBuffer[256];\
64 sprintf(tmpBuffer, frmt, d1, d2);\
65 OutputDebugString(tmpBuffer);\
68 { char tmpBuffer[256];\
69 sprintf(tmpBuffer, frmt, d1, d2,d3);\
70 OutputDebugString(tmpBuffer);\
73 { char tmpBuffer[256];\
[all …]
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/tests/test_suite/
H A Dtest_field_imp.pas1116 Inc(tmpBuffer);
1145 Inc(tmpBuffer);
1186 Inc(tmpBuffer);
1227 Inc(tmpBuffer);
1281 Inc(tmpBuffer);
1310 Inc(tmpBuffer);
1352 Inc(tmpBuffer);
1393 Inc(tmpBuffer);
1447 Inc(tmpBuffer);
1488 Inc(tmpBuffer);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/tests/test_suite/
H A Dtest_field_imp.pas1116 Inc(tmpBuffer);
1145 Inc(tmpBuffer);
1186 Inc(tmpBuffer);
1227 Inc(tmpBuffer);
1281 Inc(tmpBuffer);
1310 Inc(tmpBuffer);
1352 Inc(tmpBuffer);
1393 Inc(tmpBuffer);
1447 Inc(tmpBuffer);
1488 Inc(tmpBuffer);
[all …]
/dports/games/scorched3d/scorched/src/common/engine/
H A DModFiles.cpp268 NetBuffer tmpBuffer; in exportModFiles() local
269 tmpBuffer.reset(); in exportModFiles()
271 tmpBuffer.addToBuffer(mod); in exportModFiles()
272 fwrite(tmpBuffer.getBuffer(), in exportModFiles()
274 tmpBuffer.getBufferUsed(), in exportModFiles()
289 tmpBuffer.reset(); in exportModFiles()
298 tmpBuffer.getBufferUsed(), in exportModFiles()
303 tmpBuffer.reset(); in exportModFiles()
304 tmpBuffer.addToBuffer("*"); in exportModFiles()
307 tmpBuffer.getBufferUsed(), in exportModFiles()
[all …]
H A DModFileEntryLoader.cpp96 static NetBuffer tmpBuffer; in loadModFile() local
97 tmpBuffer.reset(); in loadModFile()
104 tmpBuffer.addDataToBuffer(strbuffer, newSize); in loadModFile()
112 tmpBuffer.getBuffer(), in loadModFile()
113 tmpBuffer.getBufferUsed()); in loadModFile()
117 for (unsigned i=0; i<tmpBuffer.getBufferUsed(); i++) in loadModFile()
119 if (i >= tmpBuffer.getBufferUsed() - 1 || in loadModFile()
120 tmpBuffer.getBuffer()[i] != 13 || in loadModFile()
121 tmpBuffer.getBuffer()[i+1] != 10) in loadModFile()
124 &tmpBuffer.getBuffer()[i] , 1); in loadModFile()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/plotting/
H A Dalignments.c173 maxNum = strlen(tmpBuffer); in vrna_file_PS_aln_slice()
218 snprintf(tmpBuffer, length, "%d", i + start + offset); in vrna_file_PS_aln_slice()
219 num = strlen(tmpBuffer); in vrna_file_PS_aln_slice()
221 memcpy(ruler + i, tmpBuffer, num); in vrna_file_PS_aln_slice()
304 tmpBuffer[columnWidth] = '\0'; in vrna_file_PS_aln_slice()
308 while ((c = tmpBuffer[x])) { in vrna_file_PS_aln_slice()
331 tmpBuffer[max_len] = '\0'; in vrna_file_PS_aln_slice()
334 for (j = 0; j < (currPos + strlen(tmpBuffer)); j++) in vrna_file_PS_aln_slice()
348 strncpy(tmpBuffer, ruler + currPos, columnWidth); in vrna_file_PS_aln_slice()
349 tmpBuffer[columnWidth] = '\0'; in vrna_file_PS_aln_slice()
[all …]
/dports/www/squid/squid-4.15/src/ssl/
H A DErrorDetail.cc549 static char tmpBuffer[128]; in GetErrorName() local
550 snprintf(tmpBuffer, sizeof(tmpBuffer), "%s%d", prefixRawCode ? "SSL_ERR=" : "", (int)value); in GetErrorName()
551 return tmpBuffer; in GetErrorName()
589 … if (X509_NAME_oneline(X509_get_subject_name(broken_cert.get()), tmpBuffer, sizeof(tmpBuffer))) { in subject()
592 return html_quote(tmpBuffer); in subject()
637 … if (X509_NAME_oneline(X509_get_issuer_name(broken_cert.get()), tmpBuffer, sizeof(tmpBuffer))) { in ca_name()
640 return html_quote(tmpBuffer); in ca_name()
654 Ssl::asn1timeToString(tm, tmpBuffer, sizeof(tmpBuffer)); in notbefore()
655 return tmpBuffer; in notbefore()
669 Ssl::asn1timeToString(tm, tmpBuffer, sizeof(tmpBuffer)); in notafter()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DMedianFilterSeparableOpImage.java74 int tmpBuffer[] = new int[filterSize*dwidth]; in byteLoop() local
117 medianValues[a++] = tmpBuffer[b]; in byteLoop()
157 int tmpBuffer[] = new int[filterSize*dwidth]; in shortLoop() local
200 medianValues[a++] = tmpBuffer[b]; in shortLoop()
240 int tmpBuffer[] = new int[filterSize*dwidth]; in ushortLoop() local
283 medianValues[a++] = tmpBuffer[b]; in ushortLoop()
321 int tmpBuffer[] = new int[filterSize*dwidth]; in intLoop() local
364 medianValues[a++] = tmpBuffer[b]; in intLoop()
403 float tmpBuffer[] = new float[filterSize*dwidth]; in floatLoop() local
446 medianValues[a++] = tmpBuffer[b]; in floatLoop()
[all …]
H A DMaxFilterSeparableOpImage.java73 int tmpBuffer[] = new int[filterSize*dwidth]; in byteLoop() local
94 tmpBuffer[revolver+i] = maxval; in byteLoop()
116 tmpBuffer[revolver + i] = maxval; in byteLoop()
120 val = tmpBuffer[b]; in byteLoop()
160 int tmpBuffer[] = new int[filterSize*dwidth]; in shortLoop() local
181 tmpBuffer[revolver+i] = maxval; in shortLoop()
207 val = tmpBuffer[b]; in shortLoop()
294 val = tmpBuffer[b]; in ushortLoop()
379 val = tmpBuffer[b]; in intLoop()
465 val = tmpBuffer[b]; in floatLoop()
[all …]
H A DMinFilterSeparableOpImage.java73 int tmpBuffer[] = new int[filterSize*dwidth]; in byteLoop() local
94 tmpBuffer[revolver+i] = minval; in byteLoop()
116 tmpBuffer[revolver + i] = minval; in byteLoop()
120 val = tmpBuffer[b]; in byteLoop()
160 int tmpBuffer[] = new int[filterSize*dwidth]; in shortLoop() local
181 tmpBuffer[revolver+i] = minval; in shortLoop()
207 val = tmpBuffer[b]; in shortLoop()
294 val = tmpBuffer[b]; in ushortLoop()
379 val = tmpBuffer[b]; in intLoop()
465 val = tmpBuffer[b]; in floatLoop()
[all …]
H A DSeparableConvolveOpImage.java166 float tmpBuffer[] = new float[kh*dwidth]; in byteLoop() local
187 tmpBuffer[revolver+i] = f; in byteLoop()
207 tmpBuffer[revolver + i] = f; in byteLoop()
263 float tmpBuffer[] = new float[kh*dwidth]; in shortLoop() local
284 tmpBuffer[revolver+i] = f; in shortLoop()
305 tmpBuffer[revolver + i] = f; in shortLoop()
380 tmpBuffer[revolver+i] = f; in ushortLoop()
401 tmpBuffer[revolver + i] = f; in ushortLoop()
474 tmpBuffer[revolver+i] = f; in intLoop()
563 tmpBuffer[revolver+i] = f; in floatLoop()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DNFSDirectory.cpp122 NFSSTAT tmpBuffer = {0}; in ResolveSymlink() local
137 ret = gNfsConnection.stat(resolvedUrl, &tmpBuffer); in ResolveSymlink()
153 dirent->inode = tmpBuffer.st_ino; in ResolveSymlink()
154 dirent->mode = tmpBuffer.st_mode; in ResolveSymlink()
155 dirent->size = tmpBuffer.st_size; in ResolveSymlink()
156 dirent->atime.tv_sec = static_cast<long>(tmpBuffer.st_atime); in ResolveSymlink()
157 dirent->mtime.tv_sec = static_cast<long>(tmpBuffer.st_mtime); in ResolveSymlink()
158 dirent->ctime.tv_sec = static_cast<long>(tmpBuffer.st_ctime); in ResolveSymlink()
161 if(S_ISBLK(tmpBuffer.st_mode)){ dirent->type = NF3BLK; } in ResolveSymlink()
162 else if(S_ISCHR(tmpBuffer.st_mode)){ dirent->type = NF3CHR; } in ResolveSymlink()
[all …]
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_module_saver.c129 char fileName[128], tmpBuffer[64]; in saveModule() local
133 memset(tmpBuffer, 0, sizeof (tmpBuffer)); in saveModule()
188 tmpBuffer[j] = (char)tolower(song->header.name[j]); in saveModule()
189 if (tmpBuffer[j] == '\0') break; in saveModule()
190 sanitizeFilenameChar(&tmpBuffer[j]); in saveModule()
192 sprintf(fileName, "mod.%s-%d", tmpBuffer, i); in saveModule()
206 tmpBuffer[j] = (char)tolower(song->header.name[j]); in saveModule()
207 if (tmpBuffer[j] == '\0') break; in saveModule()
208 sanitizeFilenameChar(&tmpBuffer[j]); in saveModule()
210 sprintf(fileName, "%s-%d.mod", tmpBuffer, i); in saveModule()
H A Dpt2_sample_saver.c68 char fileName[128], tmpBuffer[64]; in saveSample() local
76 memset(tmpBuffer, 0, sizeof (tmpBuffer)); in saveSample()
96 tmpBuffer[i] = (char)tolower(song->samples[editor.currSample].text[i]); in saveSample()
97 if (tmpBuffer[i] == '\0') break; in saveSample()
98 sanitizeFilenameChar(&tmpBuffer[i]); in saveSample()
101 strcpy(fileName, tmpBuffer); in saveSample()
120 tmpBuffer[i] = (char)tolower(song->samples[editor.currSample].text[i]); in saveSample()
121 if (tmpBuffer[i] == '\0') break; in saveSample()
122 sanitizeFilenameChar(&tmpBuffer[i]); in saveSample()
125 removeSampleFileExt(tmpBuffer); in saveSample()
[all …]
/dports/graphics/grafx2/grafx2/src/
H A Dlibraw2crtc.c78 unsigned char *tmpBuffer; in raw2crtc() local
129 tmpBuffer = (unsigned char*)GFX2_malloc(0x10000); in raw2crtc()
130 if (tmpBuffer == NULL) in raw2crtc()
132 memset(tmpBuffer, 0, 0x10000); in raw2crtc()
137 free(tmpBuffer); in raw2crtc()
158 tmpBuffer[addr] = (*ptrMode)(context, x, y); in raw2crtc()
187 memcpy(outBuffer, tmpBuffer + minAddr, *outSize); in raw2crtc()
189 free(tmpBuffer); in raw2crtc()
190 tmpBuffer = NULL; in raw2crtc()
/dports/games/wop/wop-0.4.3/src/
H A Dtcpconnection.cpp33 Uint8* tmpBuffer = new Uint8[message->uncompressedDataSize]; in sendMessage() local
34 ASSERT( tmpBuffer, "TCPConnection::sendMessage: memory allocation failed\n" ); in sendMessage()
35 Uint8* bufferPointer = tmpBuffer; in sendMessage()
50 &zlibBufferSize, tmpBuffer, in sendMessage()
56 delete[] tmpBuffer; in sendMessage()
225 Uint8* tmpBuffer = new Uint8[message->uncompressedDataSize]; in recvMessage() local
226 ASSERT( tmpBuffer, "TCPConnection::recvMessage: memory allocation failed\n" ); in recvMessage()
230 ASSERT( uncompress( tmpBuffer, &zlibDataSize, in recvMessage()
234 bufferPointer = tmpBuffer; in recvMessage()
237 delete[] tmpBuffer; in recvMessage()
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSDInternalStream.cpp21 const unsigned char *tmpBuffer = input->read(size, tmpNumBytesRead); in VSDInternalStream() local
28 m_buffer.assign(tmpBuffer, tmpBuffer + tmpNumBytesRead); in VSDInternalStream()
38 unsigned flag = tmpBuffer[offset++]; in VSDInternalStream()
47 buffer[pos&4095] = tmpBuffer[offset++]; in VSDInternalStream()
55 unsigned char addr1 = tmpBuffer[offset++]; in VSDInternalStream()
56 unsigned char addr2 = tmpBuffer[offset++]; in VSDInternalStream()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/jai/opimage/
H A DBilateralFilterOpImage2.java150 tmpBuffer[0][revolver + i] = g0; in ushortLoop()
151 tmpBuffer[1][revolver + i] = sa/ss; in ushortLoop()
152 tmpBuffer[2][revolver + i] = sb/ss; in ushortLoop()
187 tmpBuffer[0][revolver + i] = g0; in ushortLoop()
188 tmpBuffer[1][revolver + i] = sa/ss; in ushortLoop()
189 tmpBuffer[2][revolver + i] = sb/ss; in ushortLoop()
199 g0 = tmpBuffer[0][idx0]; in ushortLoop()
200 a0 = tmpBuffer[1][idx0]; in ushortLoop()
201 b0 = tmpBuffer[2][idx0]; in ushortLoop()
204 float a = tmpBuffer[1][bb]; in ushortLoop()
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DNioImageBuffer.java167 ByteBuffer tmpBuffer = ByteBuffer.allocateDirect(width * height * bytesPerPixel); in NioImageBuffer() local
170 buffer = tmpBuffer; in NioImageBuffer()
174 buffer = tmpBuffer.order(ByteOrder.nativeOrder()).asIntBuffer(); in NioImageBuffer()
318 Buffer tmpBuffer = null; in getDataBuffer() local
322 tmpBuffer = ((ByteBuffer)buffer).duplicate(); in getDataBuffer()
326 tmpBuffer = ((IntBuffer)buffer).duplicate(); in getDataBuffer()
334 return tmpBuffer.rewind(); in getDataBuffer()
/dports/science/afni/afni-AFNI_21.3.16/src/3DEdge/src/
H A Dextrema.c145 norme = tmpBuffer; in Extract_Gradient_Maxima_2D()
272 free( tmpBuffer ); in Extract_Gradient_Maxima_2D()
280 free( tmpBuffer ); in Extract_Gradient_Maxima_2D()
404 gx[0] = tmpBuffer; in Extract_Gradient_Maxima_3D()
418 free( tmpBuffer ); in Extract_Gradient_Maxima_3D()
450 free( tmpBuffer ); in Extract_Gradient_Maxima_3D()
465 free( tmpBuffer ); in Extract_Gradient_Maxima_3D()
490 free( tmpBuffer ); in Extract_Gradient_Maxima_3D()
503 free( tmpBuffer ); in Extract_Gradient_Maxima_3D()
531 free( tmpBuffer ); in Extract_Gradient_Maxima_3D()
[all …]
/dports/games/astromenace/astromenace-1.4.1/src/core/audio/
H A Dbuffer.cpp298 ALuint tmpBuffer; in vw_UnqueueStreamBuffer() local
469 auto tmpBuffer = SoundBuffersMap.find(Name); in vw_FindSoundBufferIDByName() local
470 if (tmpBuffer != SoundBuffersMap.end()) in vw_FindSoundBufferIDByName()
471 return tmpBuffer->second; in vw_FindSoundBufferIDByName()
481 for (auto &tmpBuffer : SoundBuffersMap) { in vw_ReleaseAllSoundBuffers() local
482 if (tmpBuffer.second) in vw_ReleaseAllSoundBuffers()
483 alDeleteBuffers(1, &tmpBuffer.second); in vw_ReleaseAllSoundBuffers()
501 if (tmpBuffer == SoundBuffersMap.end()) in vw_ReleaseSoundBuffer()
504 if (tmpBuffer->second) { in vw_ReleaseSoundBuffer()
505 alDeleteBuffers(1, &tmpBuffer->second); in vw_ReleaseSoundBuffer()
[all …]

12345678910>>...15