Home
last modified time | relevance | path

Searched refs:was_full (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/sysutils/vector/vector-0.10.0/src/sinks/util/
H A Dbatch.rs162 was_full: bool, field
169 was_full: false, in from()
175 pub fn was_full(&self) -> bool { in was_full() method
176 self.was_full in was_full()
192 if self.was_full { in push()
196 self.was_full = in push()
203 !self.was_full && self.inner.is_empty() in is_empty()
209 was_full: false, in fresh()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dgen_fifo.cpp29 bool was_full = m_size && is_full(); in clear() local
38 if(was_full) in clear()
69 bool was_full = is_full(); in device_timer() local
80 if(!was_full && is_full()) in device_timer()
127 bool was_full = is_full(); in pop() local
151 if(was_full && !is_full()) in pop()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dgen_fifo.cpp29 bool was_full = m_size && is_full(); in clear() local
38 if(was_full) in clear()
69 bool was_full = is_full(); in device_timer() local
80 if(!was_full && is_full()) in device_timer()
127 bool was_full = is_full(); in pop() local
151 if(was_full && !is_full()) in pop()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommonring.c81 if (!commonring->was_full) in brcmf_commonring_write_available()
84 commonring->was_full = false; in brcmf_commonring_write_available()
103 commonring->was_full = true; in brcmf_commonring_write_available()
137 commonring->was_full = true; in brcmf_commonring_reserve_for_write()
176 commonring->was_full = true; in brcmf_commonring_reserve_for_write_multiple()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommonring.c81 if (!commonring->was_full) in brcmf_commonring_write_available()
84 commonring->was_full = false; in brcmf_commonring_write_available()
103 commonring->was_full = true; in brcmf_commonring_write_available()
137 commonring->was_full = true; in brcmf_commonring_reserve_for_write()
176 commonring->was_full = true; in brcmf_commonring_reserve_for_write_multiple()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommonring.c81 if (!commonring->was_full) in brcmf_commonring_write_available()
84 commonring->was_full = false; in brcmf_commonring_write_available()
103 commonring->was_full = true; in brcmf_commonring_write_available()
137 commonring->was_full = true; in brcmf_commonring_reserve_for_write()
176 commonring->was_full = true; in brcmf_commonring_reserve_for_write_multiple()
/dports/www/tinyproxy/tinyproxy-1.11.0/src/
H A Dchild.c88 int ret, listenfd, was_full = 0; in child_main_loop() local
109 if (!was_full) in child_main_loop()
113 was_full = 1; in child_main_loop()
118 was_full = 0; in child_main_loop()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dmtc_slave.cc317 MTC_TransportMaster::update_mtc_time (const MIDI::byte *msg, bool was_full, samplepos_t now) in update_mtc_time() argument
336 DEBUG_TRACE (DEBUG::MTC, string_compose ("full mtc time known at %1, full ? %2\n", now, was_full)); in update_mtc_time()
403 …("MTC at %1 TC %2 = mtc_frame %3 (from full message ? %4)\n", now, timecode, mtc_frame, was_full)); in update_mtc_time()
405 if (was_full || outside_window (mtc_frame)) { in update_mtc_time()
406 …g_compose ("update_mtc_time: full TC %1 or outside window %2 MTC %3\n", was_full, outside_window (… in update_mtc_time()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dworker.c301 bool was_full = false;; in dequeue() local
315 was_full = full(); in dequeue()
317 if (was_full) { in dequeue()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/lib/
H A Dworker.c301 bool was_full = false;; in dequeue() local
315 was_full = full(); in dequeue()
317 if (was_full) { in dequeue()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dworker.c301 bool was_full = false;; in dequeue() local
315 was_full = full(); in dequeue()
317 if (was_full) { in dequeue()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dworker.c301 bool was_full = false;; in dequeue() local
315 was_full = full(); in dequeue()
317 if (was_full) { in dequeue()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dworker.c301 bool was_full = false;; in dequeue() local
315 was_full = full(); in dequeue()
317 if (was_full) { in dequeue()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/lib/
H A Dworker.c301 bool was_full = false;; in dequeue() local
315 was_full = full(); in dequeue()
317 if (was_full) { in dequeue()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/lib/
H A Dworker.c301 bool was_full = false;; in dequeue() local
315 was_full = full(); in dequeue()
317 if (was_full) { in dequeue()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/lib/
H A Dworker.c301 bool was_full = false;; in dequeue() local
315 was_full = full(); in dequeue()
317 if (was_full) { in dequeue()
/dports/multimedia/libv4l/linux-5.13-rc2/net/vmw_vsock/
H A Dvmci_transport_notify_qstate.c262 bool was_full = false; in vmci_transport_notify_pkt_recv_post_dequeue() local
273 was_full = free_space == copied; in vmci_transport_notify_pkt_recv_post_dequeue()
275 if (was_full) in vmci_transport_notify_pkt_recv_post_dequeue()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/vmw_vsock/
H A Dvmci_transport_notify_qstate.c262 bool was_full = false; in vmci_transport_notify_pkt_recv_post_dequeue() local
273 was_full = free_space == copied; in vmci_transport_notify_pkt_recv_post_dequeue()
275 if (was_full) in vmci_transport_notify_pkt_recv_post_dequeue()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/vmw_vsock/
H A Dvmci_transport_notify_qstate.c262 bool was_full = false; in vmci_transport_notify_pkt_recv_post_dequeue() local
273 was_full = free_space == copied; in vmci_transport_notify_pkt_recv_post_dequeue()
275 if (was_full) in vmci_transport_notify_pkt_recv_post_dequeue()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc289 bool was_full = pipe_full_.exchange(true); in ScheduleWork() local
290 if (was_full) { in ScheduleWork()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc289 bool was_full = pipe_full_.exchange(true); in ScheduleWork() local
290 if (was_full) { in ScheduleWork()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc289 bool was_full = pipe_full_.exchange(true); in ScheduleWork() local
290 if (was_full) { in ScheduleWork()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc289 bool was_full = pipe_full_.exchange(true); in ScheduleWork() local
290 if (was_full) { in ScheduleWork()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc305 bool was_full = pipe_full_.exchange(true);
306 if (was_full) {
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc289 bool was_full = pipe_full_.exchange(true); in ScheduleWork() local
290 if (was_full) { in ScheduleWork()

1234567