Home
last modified time | relevance | path

Searched refs:to_mark (Results 1 – 17 of 17) sorted by relevance

/dports/mail/geary/geary-40.0/src/engine/imap-engine/replay-ops/
H A Dimap-engine-mark-email.vala9 private Gee.List<ImapDB.EmailIdentifier> to_mark = new Gee.ArrayList<ImapDB.EmailIdentifier>();
16 Gee.Collection<ImapDB.EmailIdentifier> to_mark,
24 this.to_mark.add_all(to_mark);
37 if (to_mark.size == 0)
44 original_flags = yield engine.local_folder.get_email_flags_async(to_mark, cancellable);
80 return "to_mark=%d flags_to_add=%s flags_to_remove=%s".printf(to_mark.size,
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/BN/algorithms/
H A DbarrenNodesFinder.cpp245 List< NodeId > to_mark{path}; in barrenNodes() local
246 while (!to_mark.empty()) { in barrenNodes()
247 NodeId node = to_mark.front(); in barrenNodes()
248 to_mark.popFront(); in barrenNodes()
252 if (mark[par] < mark_id) { to_mark.insert(par); } in barrenNodes()
/dports/misc/pfm/pfm-2.12.3/lib/App/PFM/
H A DFile.pm374 my ($to_mark, $res);
378 $to_mark = $directory->M_OLDMARK;
380 $to_mark = $self->{mark};
383 $self->stat_entry($self->{name}, '?', $to_mark);
385 $self->{mark} = $to_mark;
H A DDirectory.pm877 my ($self, $entry, $to_mark) = @_;
880 $entry->{mark} = $to_mark || ' ';
/dports/devel/liblas/libLAS-1.8.1/src/detail/reader/
H A Dcachedreader.cpp103 …cache_mask_type::size_type to_mark = (std::min)(m_cache_size, header_size - old_cache_start_positi… in CacheData() local
105 for (uint32_t i = 0; i < to_mark; ++i) in CacheData()
293 size_type to_mark = (std::min)(m_cache_size, header_size - old_cache_start_position); in Reset() local
295 for (uint32_t i = 0; i < to_mark; ++i) { in Reset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/
H A Dh264_decoder.cc741 scoped_refptr<H264Picture> to_mark; in HandleMemoryManagementOps() local
754 to_mark = dpb_.GetShortRefPicByPicNum(pic_num_x); in HandleMemoryManagementOps()
755 if (to_mark) { in HandleMemoryManagementOps()
756 to_mark->ref = false; in HandleMemoryManagementOps()
766 to_mark = dpb_.GetLongRefPicByLongTermPicNum( in HandleMemoryManagementOps()
768 if (to_mark) { in HandleMemoryManagementOps()
769 to_mark->ref = false; in HandleMemoryManagementOps()
780 to_mark = dpb_.GetShortRefPicByPicNum(pic_num_x); in HandleMemoryManagementOps()
781 if (to_mark) { in HandleMemoryManagementOps()
782 DCHECK(to_mark->ref && !to_mark->long_term); in HandleMemoryManagementOps()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/
H A Dh264_decoder.cc730 scoped_refptr<H264Picture> to_mark; in HandleMemoryManagementOps() local
743 to_mark = dpb_.GetShortRefPicByPicNum(pic_num_x); in HandleMemoryManagementOps()
744 if (to_mark) { in HandleMemoryManagementOps()
745 to_mark->ref = false; in HandleMemoryManagementOps()
755 to_mark = dpb_.GetLongRefPicByLongTermPicNum( in HandleMemoryManagementOps()
757 if (to_mark) { in HandleMemoryManagementOps()
758 to_mark->ref = false; in HandleMemoryManagementOps()
769 to_mark = dpb_.GetShortRefPicByPicNum(pic_num_x); in HandleMemoryManagementOps()
770 if (to_mark) { in HandleMemoryManagementOps()
771 DCHECK(to_mark->ref && !to_mark->long_term); in HandleMemoryManagementOps()
[all …]
/dports/mail/geary/geary-40.0/src/engine/api/
H A Dgeary-folder-supports-mark.vala21 mark_email_async(Gee.Collection<EmailIdentifier> to_mark,
/dports/devel/arm-elf-binutils/binutils-2.37/libctf/
H A Dctf-dedup.c1815 ctf_dynset_t *to_mark = NULL; in ctf_dedup_conflictify_unshared() local
1817 if ((to_mark = ctf_dynset_create (htab_hash_string, htab_eq_string, in ctf_dedup_conflictify_unshared()
1835 if (ctf_dynset_cinsert (to_mark, hval) < 0) in ctf_dedup_conflictify_unshared()
1841 while ((err = ctf_dynset_cnext (to_mark, &i, &k)) == 0) in ctf_dedup_conflictify_unshared()
1851 ctf_dynset_destroy (to_mark); in ctf_dedup_conflictify_unshared()
1861 ctf_dynset_destroy (to_mark); in ctf_dedup_conflictify_unshared()
/dports/devel/gdb/gdb-11.1/libctf/
H A Dctf-dedup.c1815 ctf_dynset_t *to_mark = NULL; in ctf_dedup_conflictify_unshared() local
1817 if ((to_mark = ctf_dynset_create (htab_hash_string, htab_eq_string, in ctf_dedup_conflictify_unshared()
1835 if (ctf_dynset_cinsert (to_mark, hval) < 0) in ctf_dedup_conflictify_unshared()
1841 while ((err = ctf_dynset_cnext (to_mark, &i, &k)) == 0) in ctf_dedup_conflictify_unshared()
1851 ctf_dynset_destroy (to_mark); in ctf_dedup_conflictify_unshared()
1861 ctf_dynset_destroy (to_mark); in ctf_dedup_conflictify_unshared()
/dports/devel/gnulibiberty/binutils-2.37/libctf/
H A Dctf-dedup.c1815 ctf_dynset_t *to_mark = NULL; in ctf_dedup_conflictify_unshared() local
1817 if ((to_mark = ctf_dynset_create (htab_hash_string, htab_eq_string, in ctf_dedup_conflictify_unshared()
1835 if (ctf_dynset_cinsert (to_mark, hval) < 0) in ctf_dedup_conflictify_unshared()
1841 while ((err = ctf_dynset_cnext (to_mark, &i, &k)) == 0) in ctf_dedup_conflictify_unshared()
1851 ctf_dynset_destroy (to_mark); in ctf_dedup_conflictify_unshared()
1861 ctf_dynset_destroy (to_mark); in ctf_dedup_conflictify_unshared()
/dports/devel/binutils/binutils-2.37/libctf/
H A Dctf-dedup.c1815 ctf_dynset_t *to_mark = NULL; in ctf_dedup_conflictify_unshared() local
1817 if ((to_mark = ctf_dynset_create (htab_hash_string, htab_eq_string, in ctf_dedup_conflictify_unshared()
1835 if (ctf_dynset_cinsert (to_mark, hval) < 0) in ctf_dedup_conflictify_unshared()
1841 while ((err = ctf_dynset_cnext (to_mark, &i, &k)) == 0) in ctf_dedup_conflictify_unshared()
1851 ctf_dynset_destroy (to_mark); in ctf_dedup_conflictify_unshared()
1861 ctf_dynset_destroy (to_mark); in ctf_dedup_conflictify_unshared()
/dports/mail/geary/geary-40.0/src/client/conversation-list/
H A Dconversation-list-view.vala353 Gee.Collection<Geary.App.Conversation> to_mark = (
360 mark_conversations(to_mark, Geary.EmailFlags.UNREAD);
363 mark_conversations(to_mark, Geary.EmailFlags.FLAGGED);
/dports/mail/geary/geary-40.0/src/engine/outbox/
H A Doutbox-folder.vala151 mark_email_async(Gee.Collection<Geary.EmailIdentifier> to_mark,
160 foreach (Geary.EmailIdentifier id in to_mark) {
/dports/mail/geary/geary-40.0/src/engine/imap-engine/
H A Dimap-engine-minimal-folder.vala1349 mark_email_async(Gee.Collection<Geary.EmailIdentifier> to_mark,
1355 check_ids("mark_email_async", to_mark);
1360 to_mark,
/dports/mail/geary/geary-40.0/src/engine/imap-db/
H A Dimap-db-folder.vala1063 public async void mark_email_async(Gee.Collection<ImapDB.EmailIdentifier> to_mark,
1071 to_mark, cancellable);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.cpp17252 BOOL to_mark = !mark_array_marked (o); in background_mark1() local
17254 dprintf (3, ("b*%Ix*b(%d)", (size_t)o, (to_mark ? 1 : 0))); in background_mark1()
17255 if (to_mark) in background_mark1()