Home
last modified time | relevance | path

Searched refs:vectSize (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/plugins/dotplot/src/
H A DDotPlotTasks.cpp382 int vectSize = superRegions.size(); in filterForCurrentSuperRegions() local
383 if (vectSize == 0) { in filterForCurrentSuperRegions()
393 for (vectorI = 0; vectorI < vectSize; vectorI++) { in filterForCurrentSuperRegions()
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist.cc1448 const size_t vectSize = g_udpVectorSize; in MultipleMessagesUDPClientThread() local
1450 auto recvData = std::unique_ptr<MMReceiver[]>(new MMReceiver[vectSize]); in MultipleMessagesUDPClientThread()
1451 auto msgVec = std::unique_ptr<struct mmsghdr[]>(new struct mmsghdr[vectSize]); in MultipleMessagesUDPClientThread()
1452 auto outMsgVec = std::unique_ptr<struct mmsghdr[]>(new struct mmsghdr[vectSize]); in MultipleMessagesUDPClientThread()
1463 for (size_t idx = 0; idx < vectSize; idx++) { in MultipleMessagesUDPClientThread()
1474 for (size_t idx = 0; idx < vectSize; idx++) { in MultipleMessagesUDPClientThread()
1482 int msgsGot = recvmmsg(cs->udpFD, msgVec.get(), vectSize, MSG_WAITFORONE | MSG_TRUNC, nullptr); in MultipleMessagesUDPClientThread()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A Dhanoitest.cpp112 const unsigned int vectSize = 50; in test1() local
121 vects[i] = std::vector<int>(vectSize); in test1()
122 for (unsigned int j = 0; j < vectSize; ++j) { in test1()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_core.hpp2021 unsigned vectSize : 3; member