Home
last modified time | relevance | path

Searched defs:inBuffer (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/fx/
H A DFFTConvolver.cpp41 void FFTConvolver::getNext(const sample_t* inBuffer, sample_t* outBuffer, int& length) in getNext()
70 void FFTConvolver::getNext(const sample_t* inBuffer, sample_t* outBuffer, int& length, fftwf_comple… in getNext()
100 void FFTConvolver::getNext(const fftwf_complex* inBuffer, sample_t* outBuffer, int& length) in getNext()
155 void FFTConvolver::IFFT_FDL(const fftwf_complex* inBuffer, sample_t* outBuffer, int& length) in IFFT_FDL()
171 void FFTConvolver::getNextFDL(const std::complex<sample_t>* inBuffer, std::complex<sample_t>* accBu… in getNextFDL()
179 void FFTConvolver::getNextFDL(const sample_t* inBuffer, std::complex<sample_t>* accBuffer, int& len… in getNextFDL()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/pebbl/src/pbb/pebbl/
H A DpbPack.cpp53 void parallelBranching::unpackGeneric(UnPackBuffer& inBuffer) in unpackGeneric()
106 void parallelBranchSub::unpackGeneric(UnPackBuffer& inBuffer) in unpackGeneric()
134 void spToken::unpack(UnPackBuffer& inBuffer) in unpack()
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A Dink_base64.cc41 ats_base64_encode(const unsigned char *inBuffer, size_t inBufferSize, char *outBuffer, size_t outBu… in ats_base64_encode()
98 ats_base64_encode(const char *inBuffer, size_t inBufferSize, char *outBuffer, size_t outBufSize, si… in ats_base64_encode()
125 ats_base64_decode(const char *inBuffer, size_t inBufferSize, unsigned char *outBuffer, size_t outBu… in ats_base64_decode()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/resourcemanager/
H A Dqssgrenderresourcemanager.cpp67 void QSSGResourceManager::release(const QSSGRef<QSSGRenderFrameBuffer> &inBuffer) in release()
121 void QSSGResourceManager::release(const QSSGRef<QSSGRenderRenderBuffer> &inBuffer) in release()
174 void QSSGResourceManager::release(const QSSGRef<QSSGRenderTexture2D> &inBuffer) in release()
239 void QSSGResourceManager::release(const QSSGRef<QSSGRenderTextureCube> &inBuffer) in release()
264 void QSSGResourceManager::release(const QSSGRef<QSSGRenderImage2D> &inBuffer) in release()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Libpfs/colorspace/
H A Dlcms.h42 TypeIn inBuffer[4] = {i1, i2, i3, i4}; in operator() local
64 TypeIn inBuffer[3] = {i1, i2, i3}; in operator() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/
H A DJceAesCtrCryptoCodec.java125 public void encrypt(ByteBuffer inBuffer, ByteBuffer outBuffer) in encrypt()
135 public void decrypt(ByteBuffer inBuffer, ByteBuffer outBuffer) in decrypt()
140 private void process(ByteBuffer inBuffer, ByteBuffer outBuffer) in process()
H A DOpensslAesCtrCryptoCodec.java124 public void encrypt(ByteBuffer inBuffer, ByteBuffer outBuffer) in encrypt()
134 public void decrypt(ByteBuffer inBuffer, ByteBuffer outBuffer) in decrypt()
139 private void process(ByteBuffer inBuffer, ByteBuffer outBuffer) in process()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/rijndael/
H A Dlibkvirijndael.cpp288 KviCryptEngine::DecryptResult KviRijndaelEngine::decrypt(const char * inBuffer, KviCString & plainT… in decrypt()
347 bool KviRijndaelHexEngine::binaryToAscii(const char * inBuffer, int len, KviCString & outBuffer) in binaryToAscii()
353 bool KviRijndaelHexEngine::asciiToBinary(const char * inBuffer, int * len, char ** outBuffer) in asciiToBinary()
375 bool KviRijndaelBase64Engine::binaryToAscii(const char * inBuffer, int len, KviCString & outBuffer) in binaryToAscii()
381 bool KviRijndaelBase64Engine::asciiToBinary(const char * inBuffer, int * len, char ** outBuffer) in asciiToBinary()
539 KviCryptEngine::DecryptResult KviMircryptionEngine::decrypt(const char * inBuffer, KviCString & pla… in decrypt()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/network/
H A DSocketStream.h129 inline long SocketStream::read( unsigned char *inBuffer, long inNumBytes ) { in read()
141 inline long SocketStream::write( unsigned char *inBuffer, long inNumBytes ) { in write()
H A DLoggingSocketStream.h130 inline long LoggingSocketStream::read( unsigned char *inBuffer, in read()
155 inline long LoggingSocketStream::write( unsigned char *inBuffer, in write()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DInputFlateDecodeStream.cpp84 IOBasicTypes::LongBufferSizeType InputFlateDecodeStream::Read(IOBasicTypes::Byte* inBuffer,IOBasicT… in Read()
94 …BufferSizeType InputFlateDecodeStream::DecodeBufferAndRead(const IOBasicTypes::Byte* inBuffer,IOBa… in DecodeBufferAndRead()
H A DOutputFlateDecodeStream.cpp97 LongBufferSizeType OutputFlateDecodeStream::Write(const IOBasicTypes::Byte* inBuffer,LongBufferSize… in Write()
107 LongBufferSizeType OutputFlateDecodeStream::DecodeBufferAndWrite(const IOBasicTypes::Byte* inBuffer in DecodeBufferAndWrite()
H A DOutputFlateEncodeStream.cpp116 LongBufferSizeType OutputFlateEncodeStream::Write(const IOBasicTypes::Byte* inBuffer,LongBufferSize… in Write()
126 LongBufferSizeType OutputFlateEncodeStream::EncodeBufferAndWrite(const IOBasicTypes::Byte* inBuffer in EncodeBufferAndWrite()
/dports/games/passage/Passage_v4_UnixSource/minorGems/io/
H A DPipedStream.h95 inline long PipedStream::read( unsigned char *inBuffer, long inNumBytes ) { in read()
162 inline long PipedStream::write( unsigned char *inBuffer, long inNumBytes ) { in write()
/dports/games/alephone/alephone-release-20190331/Source_Files/TCPMess/
H A DMessage.cpp66 BigChunkOfDataMessage::BigChunkOfDataMessage(MessageTypeID inType, const byte* inBuffer, size_t inL… in BigChunkOfDataMessage()
94 BigChunkOfDataMessage::copyBufferFrom(const byte* inBuffer, size_t inLength) in copyBufferFrom()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/io/
H A DPipedStream.h95 inline long PipedStream::read( unsigned char *inBuffer, long inNumBytes ) { in read()
162 inline long PipedStream::write( unsigned char *inBuffer, long inNumBytes ) { in write()
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/7zip/Compress/LZMA_Alone/
H A DLzmaRamDecode.c16 const unsigned char *inBuffer, in LzmaRamGetUncompressedSize()
36 const unsigned char *inBuffer, in LzmaRamDecompress()
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Compress/LZMA_Alone/
H A DLzmaRamDecode.c16 const unsigned char *inBuffer, in LzmaRamGetUncompressedSize()
36 const unsigned char *inBuffer, in LzmaRamDecompress()
/dports/archivers/lzmalib/lzmalib-0.0.1/7zip/Compress/LZMA_Alone/
H A DLzmaRamDecode.c16 const unsigned char *inBuffer, in LzmaRamGetUncompressedSize()
36 const unsigned char *inBuffer, in LzmaRamDecompress()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/7zip/Compress/LZMA_Alone/
H A DLzmaRamDecode.c16 const unsigned char *inBuffer, in LzmaRamGetUncompressedSize()
36 const unsigned char *inBuffer, in LzmaRamDecompress()
/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/modules/
H A DRebufferModule.cpp88 const char *inBuffer = static_cast<const char *>(m_inChunk->buffer); in runPull() local
187 const char *inBuffer = static_cast<const char *>(m_inChunk->buffer); in runPush() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/pebbl/src/example/pebbl/
H A DparKnapsack.cpp40 void parallelBinaryKnapsack::unpack(UnPackBuffer& inBuffer) in unpack()
91 void parBinKnapSub::unpack(UnPackBuffer& inBuffer) in unpack()
/dports/sysutils/squashfs-tools/CPP/Windows/
H A DFileIO.h67 bool DeviceIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inSize, in DeviceIoControl()
74 bool DeviceIoControl(DWORD controlCode, LPVOID inBuffer, in DeviceIoControl()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/srchelper/
H A DSoxrAdapter.h37 float * const inBuffer; variable
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/srchelper/
H A DSoxrAdapter.h37 float * const inBuffer; variable

12345678910>>...32