Home
last modified time | relevance | path

Searched refs:search_empty (Results 1 – 14 of 14) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DHashtagHints.cpp40 …G()->td_db()->get_sqlite_pmc()->set(get_key(), serialize(keys_to_strings(hints_.search_empty(101).… in hashtag_used()
55 …G()->td_db()->get_sqlite_pmc()->set(get_key(), serialize(keys_to_strings(hints_.search_empty(101).… in remove_hashtag()
69 auto result = prefix.empty() ? hints_.search_empty(limit) : hints_.search(prefix, limit); in query()
H A DContactsManager.cpp5109 vector<int64> user_ids = contacts_hints_.search_empty(100000).second; in get_contacts_hash()
5607 result = contacts_hints_.search_empty(limit); in search_contacts()
8081 transform(contacts_hints_.search_empty(100000).second, [](int64 key) { return UserId(key); }); in save_contacts_to_database()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/trident/
H A Dtrident_memory.c125 search_empty(struct snd_util_memhdr *hdr, int size) in search_empty() function
193 blk = search_empty(hdr, runtime->dma_bytes); in snd_trident_alloc_sg_pages()
240 blk = search_empty(hdr, runtime->dma_bytes); in snd_trident_alloc_cont_pages()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/trident/
H A Dtrident_memory.c125 search_empty(struct snd_util_memhdr *hdr, int size) in search_empty() function
193 blk = search_empty(hdr, runtime->dma_bytes); in snd_trident_alloc_sg_pages()
240 blk = search_empty(hdr, runtime->dma_bytes); in snd_trident_alloc_cont_pages()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/trident/
H A Dtrident_memory.c125 search_empty(struct snd_util_memhdr *hdr, int size) in search_empty() function
193 blk = search_empty(hdr, runtime->dma_bytes); in snd_trident_alloc_sg_pages()
240 blk = search_empty(hdr, runtime->dma_bytes); in snd_trident_alloc_cont_pages()
/dports/devel/mdds/mdds-1.7.0/test/gdb/src/
H A Drtree.cpp37 auto search_empty = tree.search({{0, 0}, {0, 0}}, tree_type::search_type::match); in test_rtree() local
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/
H A DHints.h40 std::pair<size_t, vector<KeyT>> search_empty(int32 limit) const; // == search("", limit, true)
H A DHints.cpp225 std::pair<size_t, vector<Hints::KeyT>> Hints::search_empty(int32 limit) const { in search_empty() function in td::Hints
/dports/textproc/xsv-rs/xsv-0.13.0/tests/
H A Dtest_search.rs30 fn search_empty() { in search_empty() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/emu10k1/
H A Dmemory.c202 search_empty(struct snd_emu10k1 *emu, int size) in search_empty() function
316 blk = search_empty(emu, runtime->dma_bytes + idx); in snd_emu10k1_alloc_pages()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/emu10k1/
H A Dmemory.c202 search_empty(struct snd_emu10k1 *emu, int size) in search_empty() function
316 blk = search_empty(emu, runtime->dma_bytes + idx); in snd_emu10k1_alloc_pages()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/emu10k1/
H A Dmemory.c202 search_empty(struct snd_emu10k1 *emu, int size) in search_empty() function
316 blk = search_empty(emu, runtime->dma_bytes + idx); in snd_emu10k1_alloc_pages()
/dports/editors/elementary-code/code-6.0.0/src/Widgets/
H A DSearchBar.vala47 public signal void search_empty ();
258 search_empty ();
/dports/editors/elementary-code/code-6.0.0/src/
H A DMainWindow.vala293 search_bar.search_empty.connect (() => {