Home
last modified time | relevance | path

Searched defs:tmpBuffer (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dsenderhelper.cpp56 SendBuffer &tmpBuffer = session->GetSendBuffer(); in Send() local
69 SendBuffer &tmpBuffer = session->GetSendBuffer(); in Send() local
87 SendBuffer &tmpBuffer = session->GetSendBuffer(); in SetCloseAfterSend() local
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_GUID.cxx46 Standard_PCharacter Standard_GUID_GetValue32(Standard_PCharacter tmpBuffer, in Standard_GUID_GetValue32()
65 Standard_PCharacter Standard_GUID_GetValue16(Standard_PCharacter tmpBuffer, in Standard_GUID_GetValue16()
85 Standard_PCharacter Standard_GUID_GetValue8(Standard_PCharacter tmpBuffer, in Standard_GUID_GetValue8()
178 char* tmpBuffer =(char*) aGuid; in Standard_GUID() local
211 char *tmpBuffer = tpb; in Standard_GUID() local
/dports/multimedia/snapcast/snapcast-0.25.0/client/
H A Ddouble_buffer.hpp59 std::deque<T> tmpBuffer(buffer.begin(), buffer.end()); in median() local
92 std::deque<T> tmpBuffer(buffer.begin(), buffer.end()); in percentile() local
104 std::deque<T> tmpBuffer(buffer.begin(), buffer.end()); in percentiles() local
/dports/www/squid/squid-4.15/src/ssl/
H A DErrorDetail.cc549 static char tmpBuffer[128]; in GetErrorName() local
588 static char tmpBuffer[256]; // A temporary buffer in subject() local
636 static char tmpBuffer[256]; // A temporary buffer in ca_name() local
653 static char tmpBuffer[256]; // A temporary buffer in notbefore() local
668 static char tmpBuffer[256]; // A temporary buffer in notafter() local
/dports/graphics/libfreehand/libfreehand-0.1.2/src/lib/
H A DFHInternalStream.cpp30 const unsigned char *tmpBuffer = input->read(size, tmpNumBytesRead); in FHInternalStream() local
56 const unsigned char *tmpBuffer = input->read(size, tmpNumBytesRead); in FHInternalStream() local
/dports/graphics/libcdr01/libcdr-0.1.7/src/lib/
H A DCDRInternalStream.cpp36 const unsigned char *tmpBuffer = input->read(size, tmpNumBytesRead); in CDRInternalStream() local
61 const unsigned char *tmpBuffer = input->read(size, tmpNumBytesRead); in CDRInternalStream() local
H A DCommonParser.cpp167 const unsigned char *tmpBuffer = input->read(bmpsize, tmpNumBytesRead); in readRImage() local
194 const unsigned char *tmpBuffer = input->read(dataSize, tmpNumBytesRead); in readBmpPattern() local
/dports/games/wop/wop-0.4.3/src/
H A Dtcpconnection.cpp33 Uint8* tmpBuffer = new Uint8[message->uncompressedDataSize]; in sendMessage() local
225 Uint8* tmpBuffer = new Uint8[message->uncompressedDataSize]; in recvMessage() local
/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
481 for (auto &tmpBuffer : SoundBuffersMap) { in vw_ReleaseAllSoundBuffers() local
500 auto tmpBuffer = SoundBuffersMap.find(Name); in vw_ReleaseSoundBuffer() local
/dports/games/astromenace/astromenace-1.4.1/src/
H A Dloop_proc.cpp130 std::array<char, 128> tmpBuffer; in Loop_Proc() local
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSD6Parser.cpp73 const unsigned char *tmpBuffer = input->read(m_header.dataLength - 8, numBytesRead); in readText() local
95 const unsigned char *tmpBuffer = input->read(textLength, numBytesRead); in readLayerMem() local
211 const unsigned char *tmpBuffer = input->read(numBytes, numBytesRead); in readParaIX() local
316 const unsigned char *tmpBuffer = input->read(m_header.dataLength, numBytesRead); in readName() local
/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
318 Buffer tmpBuffer = null; in getDataBuffer() local
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DMaxFilterSeparableOpImage.java73 int tmpBuffer[] = new int[filterSize*dwidth]; in byteLoop() local
160 int tmpBuffer[] = new int[filterSize*dwidth]; in shortLoop() local
247 int tmpBuffer[] = new int[filterSize*dwidth]; in ushortLoop() local
332 int tmpBuffer[] = new int[filterSize*dwidth]; in intLoop() local
418 float tmpBuffer[] = new float[filterSize*dwidth]; in floatLoop() local
503 double tmpBuffer[] = new double[filterSize*dwidth]; in doubleLoop() local
H A DMedianFilterSeparableOpImage.java74 int tmpBuffer[] = new int[filterSize*dwidth]; in byteLoop() local
157 int tmpBuffer[] = new int[filterSize*dwidth]; in shortLoop() local
240 int tmpBuffer[] = new int[filterSize*dwidth]; in ushortLoop() local
321 int tmpBuffer[] = new int[filterSize*dwidth]; in intLoop() local
403 float tmpBuffer[] = new float[filterSize*dwidth]; in floatLoop() local
484 double tmpBuffer[] = new double[filterSize*dwidth]; in doubleLoop() local
H A DMinFilterSeparableOpImage.java73 int tmpBuffer[] = new int[filterSize*dwidth]; in byteLoop() local
160 int tmpBuffer[] = new int[filterSize*dwidth]; in shortLoop() local
247 int tmpBuffer[] = new int[filterSize*dwidth]; in ushortLoop() local
332 int tmpBuffer[] = new int[filterSize*dwidth]; in intLoop() local
418 float tmpBuffer[] = new float[filterSize*dwidth]; in floatLoop() local
503 double tmpBuffer[] = new double[filterSize*dwidth]; in doubleLoop() local
H A DSeparableConvolveOpImage.java166 float tmpBuffer[] = new float[kh*dwidth]; in byteLoop() local
263 float tmpBuffer[] = new float[kh*dwidth]; in shortLoop() local
359 float tmpBuffer[] = new float[kh*dwidth]; in ushortLoop() local
453 float tmpBuffer[] = new float[kh*dwidth]; in intLoop() local
542 float tmpBuffer[] = new float[kh*dwidth]; in floatLoop() local
629 double tmpBuffer[] = new double[kh*dwidth]; in doubleLoop() local
/dports/games/scorched3d/scorched/src/common/engine/
H A DModFiles.cpp268 NetBuffer tmpBuffer; in exportModFiles() local
320 NetBuffer tmpBuffer; in importModFiles() local
330 bool ModFiles::importModFiles(std::string &mod, NetBuffer &tmpBuffer) in importModFiles()
H A DModFileEntryLoader.cpp96 static NetBuffer tmpBuffer; in loadModFile() local
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/store/
H A Dtest_store_io_bam.h129 char tmpBuffer[1023]; in SEQAN_DEFINE_TEST() local
/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/
H A Dlooper.hxx77 vector<float> tmpBuffer; member in Looper
/dports/audio/id3lib/id3lib-3.8.3/src/
H A Dtag_file.cpp252 char *tmpBuffer[BUFSIZ]; in RenderV2ToFile() local
285 uchar tmpBuffer[BUFSIZ]; in RenderV2ToFile() local
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_module_saver.c129 char fileName[128], tmpBuffer[64]; in saveModule() local
/dports/java/jakarta-oro/jakarta-oro-2.0.8/src/java/org/apache/oro/text/awk/
H A DAwkStreamInput.java143 char[] tmpBuffer; in _reallocate() local
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/posix/filesystem/
H A DSMBFile.cpp401 struct stat tmpBuffer; in Open() local
493 struct stat tmpBuffer = {0}; in Stat() local
511 struct stat tmpBuffer = {0}; in Stat() local
/dports/lang/gcc48/gcc-4.8.5/libjava/java/util/
H A DScanner.h149 JArray< jbyte > * tmpBuffer; variable

12345678910>>...12