Home
last modified time | relevance | path

Searched refs:needs_more (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A DprojectM.cpp105 volatile bool needs_more; member
295 sd->needs_more = false; in render_frame()
318 sd->needs_more = true; in render_frame()
332 if (sd->needs_more || sd->audio_frames > sd->audio_offs) { in render_frame()
364 if (sd->needs_more && checked_audio) { in render_frame()
402 sd->needs_more = false; in render_frame()
591 if (sd->needs_update || sd->needs_more || !sd->got_first || sd->ncycs > 1.) { in worker()
765 sd->needs_more = false; in projectM_init()
863 sd->needs_more = true; in projectM_process()
934 while (sd->needs_more) pthread_cond_wait(&cond, &cond_mutex); in projectM_process()
[all …]
/dports/mail/geary/geary-40.0/src/engine/app/conversation-monitor/
H A Dapp-insert-operation.vala25 bool needs_more = this.monitor.should_load_more;
31 if (!needs_more && lowest.natural_sort_comparator(inserted) > 0) {
/dports/security/suricata/suricata-6.0.4/rust/src/smb/
H A Dnbss_records.rs47 pub fn needs_more(&self) -> bool { in needs_more() method
H A Dsmb.rs1992 } else if hdr.needs_more(){ in rs_smb_probe_tcp()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dinterface.c2639 boolean needs_more = FALSE; in on_set_exp() local
2671 needs_more = TRUE; in on_set_exp()
2718 needs_more = TRUE; in on_set_exp()
2754 if (!list->data && needs_more) { in on_set_exp()