Home
last modified time | relevance | path

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

/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dscanner.cc73 bool need_tuple = (flags & SCAN_TUPLE) && !tuple.valid(); in run() local
81 if (need_tuple || need_image) in run()
88 Tuple & rtuple = need_tuple ? tuple : dummy_tuple; in run()
H A Dplaylist-data.h110 bool need_tuple);
H A Dplaylist.cc440 int entry_num, bool need_decoder, bool need_tuple) in wait_for_entry() argument
450 !playlist->entry_needs_rescan(entry, need_decoder, need_tuple)) in wait_for_entry()
H A Dplaylist-data.cc1177 bool need_tuple) in entry_needs_rescan() argument
1184 (need_tuple && !entry->tuple.valid()); in entry_needs_rescan()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/
H A Dgen_legalizer.rs64 let need_tuple = if iform.num_value_operands >= 1 { in unwrap_inst() localVariable
81 let tuple_or_value = if need_tuple { in unwrap_inst()
131 if need_tuple { in unwrap_inst()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_legalizer.rs64 let need_tuple = if iform.num_value_operands >= 1 { in unwrap_inst() localVariable
81 let tuple_or_value = if need_tuple { in unwrap_inst()
131 if need_tuple { in unwrap_inst()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_legalizer.rs64 let need_tuple = if iform.num_value_operands >= 1 { in unwrap_inst() localVariable
81 let tuple_or_value = if need_tuple { in unwrap_inst()
131 if need_tuple { in unwrap_inst()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/
H A Dgen_legalizer.rs64 let need_tuple = if iform.num_value_operands >= 1 { in unwrap_inst() localVariable
81 let tuple_or_value = if need_tuple { in unwrap_inst()
131 if need_tuple { in unwrap_inst()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_legalizer.rs64 let need_tuple = if iform.num_value_operands >= 1 { in unwrap_inst() localVariable
81 let tuple_or_value = if need_tuple { in unwrap_inst()
131 if need_tuple { in unwrap_inst()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_legalizer.rs64 let need_tuple = if iform.num_value_operands >= 1 { in unwrap_inst() localVariable
81 let tuple_or_value = if need_tuple { in unwrap_inst()
131 if need_tuple { in unwrap_inst()
/dports/devel/pythontidy/
H A DPythonTidy-1.23.python3114 def walk(self, tuple_, func, need_tuple=False):
3116 result = [self.walk(item, func, need_tuple) for item in
3118 if need_tuple:
3155 tuple_ = self.walk(arg, NAME_SPACE.get_name, need_tuple=True)