Home
last modified time | relevance | path

Searched refs:was_last (Results 1 – 11 of 11) sorted by relevance

/dports/net/onenetd/onenetd-12/
H A Dtest-onenetd65 was_last = False
72 was_last = True
73 if not was_last:
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/tool/src/commands/
H A Dsign.rs294 let was_last = ops.last(); in sign_message_() localVariable
301 if was_last { in sign_message_()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/tool/src/commands/
H A Dsign.rs294 let was_last = ops.last(); in sign_message_() localVariable
301 if was_last { in sign_message_()
/dports/audio/jack-smf-utils/jack-smf-utils-1.0/libsmf/
H A Dsmf.c534 int i, was_last; in smf_track_remove_event() local
542 was_last = smf_event_is_last(event); in smf_track_remove_event()
565 if (was_last) in smf_track_remove_event()
/dports/audio/ardour6/Ardour-6.8.0/libs/evoral/libsmf/
H A Dsmf.c582 int was_last; in smf_event_remove_from_track() local
590 was_last = smf_event_is_last(event); in smf_event_remove_from_track()
613 if (was_last) in smf_event_remove_from_track()
/dports/audio/denemo/denemo-2.0.6/libs/libsmf/
H A Dsmf.c583 int i, was_last; in smf_event_remove_from_track() local
591 was_last = smf_event_is_last(event); in smf_event_remove_from_track()
614 if (was_last) in smf_event_remove_from_track()
/dports/audio/libsmf/libsmf-1.3/src/
H A Dsmf.c583 int i, was_last; in smf_event_remove_from_track() local
591 was_last = smf_event_is_last(event); in smf_event_remove_from_track()
614 if (was_last) in smf_event_remove_from_track()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/atomic/src/
H A Dlock_pool.cpp840 bool was_last = sem->is_singular(); in ~wait_state() local
846 if (was_last) in ~wait_state()
904 bool was_last = sem->is_singular(); in notify_all() local
913 if (was_last) in notify_all()
/dports/devel/hyperscan/boost_1_75_0/libs/atomic/src/
H A Dlock_pool.cpp840 bool was_last = sem->is_singular(); in ~wait_state() local
846 if (was_last) in ~wait_state()
904 bool was_last = sem->is_singular(); in notify_all() local
913 if (was_last) in notify_all()
/dports/cad/verilator/verilator-4.216/include/
H A Dverilated_vpi.cpp598 const bool was_last = it == last; in callCbs() local
601 if (was_last) break; in callCbs()
609 if (was_last) break; in callCbs()
623 const bool was_last = it == last; in callValueCbs() local
626 if (was_last) break; in callValueCbs()
648 if (was_last) break; in callValueCbs()
/dports/lang/v/v-0.1.29/vlib/builtin/
H A Dstring.v484 was_last := nth > 0 && res.len == nth_1
485 if was_last {