Home
last modified time | relevance | path

Searched defs:newBufSize (Results 1 – 25 of 44) sorted by relevance

12

/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/distrho/extra/
H A DString.hpp729 const std::size_t newBufSize = fBufferLen + std::strlen(strBuf) + 1; in operator +=() local
747 … const std::size_t newBufSize = fBufferLen + ((strBuf != nullptr) ? std::strlen(strBuf) : 0) + 1; in operator +() local
837 …const std::size_t newBufSize = strBefore.length() + ((strBufAfter != nullptr) ? std::strlen(strB… in operator +() local
850 …const std::size_t newBufSize = ((strBufBefore != nullptr) ? std::strlen(strBufBefore) : 0) + strA… in operator +() local
/dports/audio/carla/Carla-2.4.1/source/modules/distrho/extra/
H A DString.hpp717 const std::size_t newBufSize = fBufferLen + std::strlen(strBuf) + 1; in operator +=() local
735 … const std::size_t newBufSize = fBufferLen + ((strBuf != nullptr) ? std::strlen(strBuf) : 0) + 1; in operator +() local
825 …const std::size_t newBufSize = strBefore.length() + ((strBufAfter != nullptr) ? std::strlen(strB… in operator +() local
838 …const std::size_t newBufSize = ((strBufBefore != nullptr) ? std::strlen(strBufBefore) : 0) + strA… in operator +() local
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/distrho/extra/
H A DString.hpp729 const std::size_t newBufSize = fBufferLen + std::strlen(strBuf) + 1; in operator +=() local
747 … const std::size_t newBufSize = fBufferLen + ((strBuf != nullptr) ? std::strlen(strBuf) : 0) + 1; in operator +() local
837 …const std::size_t newBufSize = strBefore.length() + ((strBufAfter != nullptr) ? std::strlen(strB… in operator +() local
850 …const std::size_t newBufSize = ((strBufBefore != nullptr) ? std::strlen(strBufBefore) : 0) + strA… in operator +() local
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/distrho/extra/
H A DString.hpp729 const std::size_t newBufSize = fBufferLen + std::strlen(strBuf) + 1; in operator +=() local
747 … const std::size_t newBufSize = fBufferLen + ((strBuf != nullptr) ? std::strlen(strBuf) : 0) + 1; in operator +() local
837 …const std::size_t newBufSize = strBefore.length() + ((strBufAfter != nullptr) ? std::strlen(strB… in operator +() local
850 …const std::size_t newBufSize = ((strBufBefore != nullptr) ? std::strlen(strBufBefore) : 0) + strA… in operator +() local
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/distrho/extra/
H A DString.hpp717 const std::size_t newBufSize = fBufferLen + std::strlen(strBuf) + 1; in operator +=() local
735 … const std::size_t newBufSize = fBufferLen + ((strBuf != nullptr) ? std::strlen(strBuf) : 0) + 1; in operator +() local
825 …const std::size_t newBufSize = strBefore.length() + ((strBufAfter != nullptr) ? std::strlen(strB… in operator +() local
838 …const std::size_t newBufSize = ((strBufBefore != nullptr) ? std::strlen(strBufBefore) : 0) + strA… in operator +() local
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/distrho/extra/
H A DString.hpp717 const std::size_t newBufSize = fBufferLen + std::strlen(strBuf) + 1; in operator +=() local
735 … const std::size_t newBufSize = fBufferLen + ((strBuf != nullptr) ? std::strlen(strBuf) : 0) + 1; in operator +() local
825 …const std::size_t newBufSize = strBefore.length() + ((strBufAfter != nullptr) ? std::strlen(strB… in operator +() local
838 …const std::size_t newBufSize = ((strBufBefore != nullptr) ? std::strlen(strBufBefore) : 0) + strA… in operator +() local
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/distrho/extra/
H A DString.hpp729 const std::size_t newBufSize = fBufferLen + std::strlen(strBuf) + 1; in operator +=() local
747 … const std::size_t newBufSize = fBufferLen + ((strBuf != nullptr) ? std::strlen(strBuf) : 0) + 1; in operator +() local
837 …const std::size_t newBufSize = strBefore.length() + ((strBufAfter != nullptr) ? std::strlen(strB… in operator +() local
850 …const std::size_t newBufSize = ((strBufBefore != nullptr) ? std::strlen(strBufBefore) : 0) + strA… in operator +() local
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/distrho/extra/
H A DString.hpp729 const std::size_t newBufSize = fBufferLen + std::strlen(strBuf) + 1; in operator +=() local
747 … const std::size_t newBufSize = fBufferLen + ((strBuf != nullptr) ? std::strlen(strBuf) : 0) + 1; in operator +() local
837 …const std::size_t newBufSize = strBefore.length() + ((strBufAfter != nullptr) ? std::strlen(strB… in operator +() local
850 …const std::size_t newBufSize = ((strBufBefore != nullptr) ? std::strlen(strBufBefore) : 0) + strA… in operator +() local
/dports/lang/nx/nsf2.3.0/generic/
H A DnsfUtil.c188 size_t newBufSize = iss->bufSize + blockIncrement; in NsfStringIncr() local
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/panel/
H A DWaterfallPanel.cpp74 unsigned int newBufSize = (half_fft_size*lines_buffered.load()+half_fft_size); in step() local
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DCarlaString.hpp815 const std::size_t newBufSize = fBufferLen + strBufLen; in operator +() local
914 const std::size_t newBufSize = strBeforeLen + strBufAfterLen; in operator +() local
934 const std::size_t newBufSize = strBufBeforeLen + strAfterLen; in operator +() local
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/distrho/extra/
H A DString.hpp827 const std::size_t newBufSize = fBufferLen + strBufLen; in operator +() local
926 const std::size_t newBufSize = strBeforeLen + strBufAfterLen; in operator +() local
946 const std::size_t newBufSize = strBufBeforeLen + strAfterLen; in operator +() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/
H A DTTransportUtils.cpp77 uint32_t newBufSize = wBufSize_ * 2; in write() local
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/
H A DTTransportUtils.cpp76 uint32_t newBufSize = wBufSize_ * 2; in write() local
/dports/devel/py-thrift/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTTransportUtils.cpp77 uint32_t newBufSize = wBufSize_ * 2; in write() local
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/src/thrift/transport/
H A DTTransportUtils.cpp76 uint32_t newBufSize = wBufSize_ * 2; in write() local
/dports/devel/thrift-cpp/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTTransportUtils.cpp77 uint32_t newBufSize = wBufSize_ * 2; in write() local
/dports/devel/thrift/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTTransportUtils.cpp77 uint32_t newBufSize = wBufSize_ * 2; in write() local
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTTransportUtils.cpp77 uint32_t newBufSize = wBufSize_ * 2; in write() local
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/
H A DTTransportUtils.cpp76 uint32_t newBufSize = wBufSize_ * 2; in write() local
/dports/devel/node-thrift/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTTransportUtils.cpp77 uint32_t newBufSize = wBufSize_ * 2; in write() local
/dports/net/opal/opal-3.10.10/plugins/video/H.264/gpl/
H A Dh264_helper.cxx176 size_t newBufSize = x264.GetWidth()*x264.GetHeight()*3/2 + rtpSize + 1024; in ResizeBuffer() local
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/softoken/
H A Dtlsprf.c43 PRUint32 newBufSize = bytesUsed + data_len + 512; in sftk_TLSPRFHashUpdate() local
/dports/www/firefox/firefox-99.0/security/nss/lib/softoken/
H A Dtlsprf.c43 PRUint32 newBufSize = bytesUsed + data_len + 512; in sftk_TLSPRFHashUpdate() local
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/softoken/
H A Dtlsprf.c43 PRUint32 newBufSize = bytesUsed + data_len + 512; in sftk_TLSPRFHashUpdate() local

12