Home
last modified time | relevance | path

Searched refs:m_searches (Results 1 – 25 of 28) sorted by relevance

12

/dports/net-p2p/amule/aMule-2.3.3/src/kademlia/kademlia/
H A DSearchManager.cpp65 for (SearchMap::const_iterator it = m_searches.begin(); it != m_searches.end(); ++it) { in IsSearching()
76 for (SearchMap::iterator it = m_searches.begin(); it != m_searches.end(); ++it) { in StopSearch()
86 m_searches.erase(it++); in StopSearch()
96 DeleteContents(m_searches); in StopAllSearches()
191 m_searches[id] = s; in PrepareLookup()
224 if (it != m_searches.end()) { in IsFWCheckUDPSearch()
407 for (SearchMap::const_iterator it = m_searches.begin(); it != m_searches.end(); ++it) { in UpdateStats()
452 if (it != m_searches.end()) { in ProcessPublishResult()
481 if (it != m_searches.end()) { in ProcessResponse()
539 for (SearchMap::iterator it = m_searches.begin(); it != m_searches.end(); ++it) { in CancelNodeSpecial()
[all …]
H A DSearchManager.h87 …static bool AlreadySearchingFor(const CUInt128& target) throw() { return m_searches.count(target) … in AlreadySearchingFor()
105 static SearchMap m_searches; variable
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/kademlia/kademlia/
H A DSearchManager.cpp65 for (SearchMap::const_iterator it = m_searches.begin(); it != m_searches.end(); ++it) { in IsSearching()
76 for (SearchMap::iterator it = m_searches.begin(); it != m_searches.end(); ++it) { in StopSearch()
86 m_searches.erase(it++); in StopSearch()
96 DeleteContents(m_searches); in StopAllSearches()
191 m_searches[id] = s; in PrepareLookup()
224 if (it != m_searches.end()) { in IsFWCheckUDPSearch()
407 for (SearchMap::const_iterator it = m_searches.begin(); it != m_searches.end(); ++it) { in UpdateStats()
452 if (it != m_searches.end()) { in ProcessPublishResult()
481 if (it != m_searches.end()) { in ProcessResponse()
539 for (SearchMap::iterator it = m_searches.begin(); it != m_searches.end(); ++it) { in CancelNodeSpecial()
[all …]
H A DSearchManager.h87 …static bool AlreadySearchingFor(const CUInt128& target) throw() { return m_searches.count(target) … in AlreadySearchingFor()
105 static SearchMap m_searches; variable
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dsearchresultmodel.cpp59 m_searches.clear(); in SearchResultModel()
71 m_searches.append(search); in addSearch()
73 m_searches.last().lineNumberHints.clear(); in addSearch()
84 return m_searches; in getSearches()
91 m_searches.clear(); in clear()
103 if (m_searches[i].doc == doc) in removeSearch()
104 m_searches.removeAt(i); in removeSearch()
110 m_searches.clear(); in removeAllSearches()
123 return m_searches.size(); in rowCount()
338 if (!m_searches[i].doc) return nullptr; in getDocument()
[all …]
/dports/net/kget/kget-21.12.3/transfer-plugins/checksumsearch/
H A Dchecksumsearchtransferdatasource.cpp51 const bool alreadySearchedFor = m_searches.contains(baseUrl); in registerSearch()
52 if (!m_searches.contains(baseUrl, search)) { in registerSearch()
53 m_searches.insert(baseUrl, search); in registerSearch()
90 const QList<QUrl> keys = m_searches.keys(search); in unregisterSearch()
92 m_searches.remove(key, search); in unregisterSearch()
95 m_searches.remove(baseUrl, search); in unregisterSearch()
142 const QList<ChecksumSearchTransferDataSource*> searches = m_searches.values(baseUrl); in slotResult()
143 m_searches.remove(baseUrl); in slotResult()
H A Dchecksumsearchtransferdatasource.h63 QMultiHash<QUrl, ChecksumSearchTransferDataSource*> m_searches;
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dhash-table.h484 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
540 unsigned int m_searches; variable
573 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
596 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
821 m_searches++; in find_with_hash()
862 m_searches++; in find_slot_with_hash()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dhash-table.h484 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
540 unsigned int m_searches; variable
573 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
596 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
821 m_searches++; in find_with_hash()
862 m_searches++; in find_slot_with_hash()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dhash-table.h484 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
541 unsigned int m_searches; variable
574 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
597 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
844 m_searches++; in find_with_hash()
885 m_searches++; in find_slot_with_hash()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dhash-table.h495 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
551 unsigned int m_searches; variable
590 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
622 m_searches (0), m_collisions (0), m_ggc (ggc) in hash_table()
890 m_searches++; in find_with_hash()
941 m_searches++; in find_slot_with_hash()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dhash-table.h484 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
541 unsigned int m_searches; variable
574 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
597 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
844 m_searches++; in find_with_hash()
885 m_searches++; in find_slot_with_hash()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dhash-table.h484 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
541 unsigned int m_searches; variable
574 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
597 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
844 m_searches++; in find_with_hash()
885 m_searches++; in find_slot_with_hash()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dhash-table.h484 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
541 unsigned int m_searches; variable
574 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
597 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
844 m_searches++; in find_with_hash()
885 m_searches++; in find_slot_with_hash()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dhash-table.h484 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
541 unsigned int m_searches; variable
574 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
597 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
844 m_searches++; in find_with_hash()
885 m_searches++; in find_slot_with_hash()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dhash-table.h495 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
551 unsigned int m_searches; variable
590 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
622 m_searches (0), m_collisions (0), m_ggc (ggc) in hash_table()
890 m_searches++; in find_with_hash()
941 m_searches++; in find_slot_with_hash()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dhash-table.h495 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
551 unsigned int m_searches; variable
590 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
622 m_searches (0), m_collisions (0), m_ggc (ggc) in hash_table()
890 m_searches++; in find_with_hash()
941 m_searches++; in find_slot_with_hash()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dhash-table.h484 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
541 unsigned int m_searches; variable
574 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
597 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
844 m_searches++; in find_with_hash()
885 m_searches++; in find_slot_with_hash()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dhash-table.h507 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
567 unsigned int m_searches; variable
610 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
643 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
909 m_searches++; in find_with_hash()
971 m_searches++; in find_slot_with_hash()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dhash-table.h507 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
567 unsigned int m_searches; variable
610 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
643 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
909 m_searches++; in find_with_hash()
971 m_searches++; in find_slot_with_hash()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dhash-table.h507 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
567 unsigned int m_searches; variable
610 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
643 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
909 m_searches++; in find_with_hash()
971 m_searches++; in find_slot_with_hash()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dhash-table.h507 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
567 unsigned int m_searches; variable
610 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
643 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
909 m_searches++; in find_with_hash()
971 m_searches++; in find_slot_with_hash()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dhash-table.h507 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
567 unsigned int m_searches; variable
610 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
643 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
909 m_searches++; in find_with_hash()
971 m_searches++; in find_slot_with_hash()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dhash-table.h507 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
567 unsigned int m_searches; variable
610 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
643 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
909 m_searches++; in find_with_hash()
971 m_searches++; in find_slot_with_hash()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dhash-table.h507 return m_searches ? static_cast <double> (m_collisions) / m_searches : 0; in collisions()
567 unsigned int m_searches; variable
610 m_n_elements (0), m_n_deleted (0), m_searches (0), m_collisions (0), in hash_table()
643 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
912 m_searches++; in find_with_hash()
974 m_searches++; in find_slot_with_hash()

12