Home
last modified time | relevance | path

Searched defs:dataVec (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/
H A Dfeatureset_test.go43 rubyFeatures: features(),
44 },
64 features: features(featureFlagB, featureFlagA),
/dports/graphics/lerc/lerc-3.0/src/LercLib/
H A DBitStuffer2.cpp35 bool BitStuffer2::EncodeSimple(Byte** ppByte, const vector<unsigned int>& dataVec, int lerc2Version… in EncodeSimple() argument
158 …tuffer2::Decode(const Byte** ppByte, size_t& nBytesRemaining, vector<unsigned int>& dataVec, size_… in Decode()
291 void BitStuffer2::BitStuff_Before_Lerc2v3(Byte** ppByte, const vector<unsigned int>& dataVec, int n… in BitStuff_Before_Lerc2v3()
352 vector<unsigned int>& dataVec, unsigned int numElements, int numBits) in BitUnStuff_Before_Lerc2v3()
437 void BitStuffer2::BitStuff(Byte** ppByte, const vector<unsigned int>& dataVec, int numBits) const in BitStuff() argument
481 …itStuffer2::BitUnStuff(const Byte** ppByte, size_t& nBytesRemaining, vector<unsigned int>& dataVec, in BitUnStuff()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/third_party/LercLib/
H A DBitStuffer2.cpp36 bool BitStuffer2::EncodeSimple(Byte** ppByte, const vector<unsigned int>& dataVec, int lerc2Version… in EncodeSimple() argument
159 …tuffer2::Decode(const Byte** ppByte, size_t& nBytesRemaining, vector<unsigned int>& dataVec, size_… in Decode()
298 void BitStuffer2::BitStuff_Before_Lerc2v3(Byte** ppByte, const vector<unsigned int>& dataVec, int n… in BitStuff_Before_Lerc2v3()
359 vector<unsigned int>& dataVec, unsigned int numElements, int numBits) in BitUnStuff_Before_Lerc2v3()
446 void BitStuffer2::BitStuff(Byte** ppByte, const vector<unsigned int>& dataVec, int numBits) const in BitStuff() argument
494 …itStuffer2::BitUnStuff(const Byte** ppByte, size_t& nBytesRemaining, vector<unsigned int>& dataVec, in BitUnStuff()
/dports/graphics/py-gdal/gdal-3.3.3/third_party/LercLib/
H A DBitStuffer2.cpp36 bool BitStuffer2::EncodeSimple(Byte** ppByte, const vector<unsigned int>& dataVec, int lerc2Version… in EncodeSimple() argument
159 …tuffer2::Decode(const Byte** ppByte, size_t& nBytesRemaining, vector<unsigned int>& dataVec, size_… in Decode()
298 void BitStuffer2::BitStuff_Before_Lerc2v3(Byte** ppByte, const vector<unsigned int>& dataVec, int n… in BitStuff_Before_Lerc2v3()
359 vector<unsigned int>& dataVec, unsigned int numElements, int numBits) in BitUnStuff_Before_Lerc2v3()
446 void BitStuffer2::BitStuff(Byte** ppByte, const vector<unsigned int>& dataVec, int numBits) const in BitStuff() argument
494 …itStuffer2::BitUnStuff(const Byte** ppByte, size_t& nBytesRemaining, vector<unsigned int>& dataVec, in BitUnStuff()
/dports/math/pdal/PDAL-2.3.0/plugins/i3s/lepcc/src/
H A DBitStuffer2.cpp147 bool BitStuffer2::Decode(const Byte** ppByte, vector<unsigned int>& dataVec, int lerc2Version) const in Decode()
245 void BitStuffer2::BitUnStuff_Before_Lerc2v3(const Byte** ppByte, vector<unsigned int>& dataVec, in BitUnStuff_Before_Lerc2v3()
319 void BitStuffer2::BitStuff(Byte** ppByte, const vector<unsigned int>& dataVec, int numBits) const in BitStuff() argument
363 void BitStuffer2::BitUnStuff(const Byte** ppByte, vector<unsigned int>& dataVec, in BitUnStuff()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/
H A Daobasis.cc154 std::vector<AOGaussianPrimitive::data> dataVec(numofprimitives); in WriteToCpt() local
173 std::vector<AOGaussianPrimitive::data> dataVec(table.numRows()); in ReadFromCpt() local
H A Decpaobasis.cc154 std::vector<PotentialIO::data> dataVec; in WriteToCpt() local
180 std::vector<PotentialIO::data> dataVec(table.numRows()); in ReadFromCpt() local
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/crypto/secp256k1/libsecp256k1/src/modules/ecdh/
H A Dmain_impl.h43 secp256k1_sha256_initialize(&sha);
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/include/votca/xtp/
H A Dcheckpointtable.h137 void write(std::vector<T>& dataVec) { in write()
180 void read(std::vector<T>& dataVec) { in read()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/
H A Decpaobasis.cc154 std::vector<PotentialIO::data> dataVec; in WriteToCpt() local
180 std::vector<PotentialIO::data> dataVec(table.numRows()); in ReadFromCpt() local
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtcharts/examples/charts/modeldata/
H A Dcustomtablemodel.cpp44 QVector<qreal>* dataVec = new QVector<qreal>(m_columnCount); in CustomTableModel() local
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/dmlpackage/
H A Ddmlcolumn.h145 void set_DataVector ( std::vector<std::string>& dataVec) in set_DataVector()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/dmlpackage/
H A Ddmlcolumn.h145 void set_DataVector ( std::vector<std::string>& dataVec) in set_DataVector()
/dports/math/pdal/PDAL-2.3.0/pdal/private/
H A DRaster.cpp45 DataVec dataVec(width() * height(), m_initializer); in setLimits() local
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtcharts/examples/charts/barmodelmapper/
H A Dcustomtablemodel.cpp45 QVector<qreal>* dataVec = new QVector<qreal>(m_columnCount); in CustomTableModel() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkThreadLoggerTest.cxx45 const ThreadDataVec* dataVec = static_cast<ThreadDataVec*>(threadInfo->UserData); in ThreadedGenerateLogMessages() local
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileHandling/SINEX/
H A DSinexBlock.hpp139 std::vector<T> dataVec; // Data storage member in gpstk::Sinex::Block
/dports/net/libilbc/libilbc-3.0.4/modules/audio_coding/codecs/ilbc/
H A Dencode.c70 int16_t dataVec[BLOCKL_MAX + LPC_FILTERORDER]; in WebRtcIlbcfix_EncodeImpl() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c69 int16_t dataVec[BLOCKL_MAX + LPC_FILTERORDER]; in WebRtcIlbcfix_EncodeImpl() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/ilbc/
H A Dencode.c70 int16_t dataVec[BLOCKL_MAX + LPC_FILTERORDER]; in WebRtcIlbcfix_EncodeImpl() local
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/coding_ilbc/
H A Dencode.c63 WebRtc_Word16 dataVec[BLOCKL_MAX + LPC_FILTERORDER]; in WebRtcIlbcfix_EncodeImpl() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c69 int16_t dataVec[BLOCKL_MAX + LPC_FILTERORDER]; in WebRtcIlbcfix_EncodeImpl() local
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c69 int16_t dataVec[BLOCKL_MAX + LPC_FILTERORDER]; in WebRtcIlbcfix_EncodeImpl() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c66 int16_t dataVec[BLOCKL_MAX + LPC_FILTERORDER]; in WebRtcIlbcfix_EncodeImpl() local
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c66 int16_t dataVec[BLOCKL_MAX + LPC_FILTERORDER]; in WebRtcIlbcfix_EncodeImpl() local

12