Home
last modified time | relevance | path

Searched refs:ValueLabel (Results 1 – 25 of 85) sorted by relevance

1234

/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/doc/source/widgets/
H A Dvaluelabel.rst1 ValueLabel chapter
4 .. autoclass:: pyqtgraph.ValueLabel
7 .. automethod:: pyqtgraph.ValueLabel.__init__
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/debug/src/transform/
H A Dexpression.rs87 Local { label: ValueLabel, trailing: bool },
103 pub fn from_label(label: ValueLabel) -> CompiledExpression { in from_label()
411 let label = ValueLabel::from_u32(index as u32); in compile_expression()
490 label_location: HashMap<ValueLabel, ValueLoc>,
496 processed_labels: HashSet<ValueLabel>,
524 fn process_label(&mut self, label: ValueLabel) { in process_label() argument
624 let (val1, val3, val20) = (ValueLabel::new(1), ValueLabel::new(3), ValueLabel::new(20)); in test_debug_parse_expressions()
718 fn create_mock_value_ranges() -> (ValueLabelsRanges, (ValueLabel, ValueLabel, ValueLabel)) { in create_mock_value_ranges()
723 let value_0 = ValueLabel::new(0); in create_mock_value_ranges()
724 let value_1 = ValueLabel::new(1); in create_mock_value_ranges()
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/modules/resourceusage/
H A Dwidget.go60 ValueLabel: fmt.Sprintf("%d%%", int(stat)),
83 ValueLabel: fmt.Sprintf("%s/%s", usedMemLabel, totalMemLabel),
103 ValueLabel: fmt.Sprintf("%s/%s", usedSwapLabel, totalSwapLabel),
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/machinst/
H A Ddebug.rs22 use crate::ir::ValueLabel;
72 label_to_locs: HashMap<ValueLabel, HashSet<ValueLoc>>,
74 reg_to_label: HashMap<Reg, ValueLabel>,
76 stack_to_label: HashMap<i64, ValueLabel>,
103 fn clear_label(&mut self, label: ValueLabel) { in clear_label() argument
140 fn def_label_at_reg(&mut self, label: ValueLabel, reg: Reg) { in def_label_at_reg() argument
329 impl IntersectFrom for ValueLabel { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Ddebug.rs22 use crate::ir::ValueLabel;
72 label_to_locs: HashMap<ValueLabel, HashSet<ValueLoc>>,
74 reg_to_label: HashMap<Reg, ValueLabel>,
76 stack_to_label: HashMap<i64, ValueLabel>,
103 fn clear_label(&mut self, label: ValueLabel) { in clear_label() argument
140 fn def_label_at_reg(&mut self, label: ValueLabel, reg: Reg) { in def_label_at_reg() argument
329 impl IntersectFrom for ValueLabel { implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/machinst/
H A Ddebug.rs22 use crate::ir::ValueLabel;
72 label_to_locs: HashMap<ValueLabel, HashSet<ValueLoc>>,
74 reg_to_label: HashMap<Reg, ValueLabel>,
76 stack_to_label: HashMap<i64, ValueLabel>,
103 fn clear_label(&mut self, label: ValueLabel) { in clear_label() argument
140 fn def_label_at_reg(&mut self, label: ValueLabel, reg: Reg) { in def_label_at_reg() argument
329 impl IntersectFrom for ValueLabel { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Ddebug.rs22 use crate::ir::ValueLabel;
72 label_to_locs: HashMap<ValueLabel, HashSet<ValueLoc>>,
74 reg_to_label: HashMap<Reg, ValueLabel>,
76 stack_to_label: HashMap<i64, ValueLabel>,
103 fn clear_label(&mut self, label: ValueLabel) { in clear_label() argument
140 fn def_label_at_reg(&mut self, label: ValueLabel, reg: Reg) { in def_label_at_reg() argument
329 impl IntersectFrom for ValueLabel { implementation
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Dmod.rs86 pub struct ValueLabel(u32); struct
87 entity_impl!(ValueLabel, "val");
96 pub label: ValueLabel,
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Dmod.rs84 pub struct ValueLabel(u32); struct
85 entity_impl!(ValueLabel, "val");
94 pub label: ValueLabel,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Dmod.rs86 pub struct ValueLabel(u32); struct
87 entity_impl!(ValueLabel, "val");
96 pub label: ValueLabel,
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Dmod.rs89 pub struct ValueLabel(u32); struct
90 entity_impl!(ValueLabel, "val");
100 pub label: ValueLabel,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dmod.rs89 pub struct ValueLabel(u32); struct
90 entity_impl!(ValueLabel, "val");
100 pub label: ValueLabel,
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Dmod.rs89 pub struct ValueLabel(u32); struct
90 entity_impl!(ValueLabel, "val");
100 pub label: ValueLabel,
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dmod.rs89 pub struct ValueLabel(u32); struct
90 entity_impl!(ValueLabel, "val");
100 pub label: ValueLabel,
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A DJoystickButton.py25 l1 = pg.ValueLabel(siPrefix=True, suffix='m')
26 l2 = pg.ValueLabel(siPrefix=True, suffix='m')
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/view/widgets/curves/
H A Dcurveparamwidget.h15 template <typename CurveWidget_t> class ValueLabel; variable
85 ValueLabel<CurveWidget_t> *m_leftParam, *m_bottomParam;
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/
H A Dvalue_label.rs1 use crate::ir::{Function, SourceLoc, Value, ValueLabel, ValueLabelAssignments, ValueLoc};
28 pub type ValueLabelsRanges = HashMap<ValueLabel, Vec<ValueLocRange>>;
30 fn build_value_labels_index<T>(func: &Function) -> BTreeMap<T, (Value, ValueLabel)> in build_value_labels_index()
118 let mut tracked_values: Vec<(Value, ValueLabel, u32, ValueLoc)> = Vec::new(); in build_value_labels_ranges()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/
H A Dvalue_label.rs1 use crate::ir::{Function, SourceLoc, Value, ValueLabel, ValueLabelAssignments, ValueLoc};
27 pub type ValueLabelsRanges = HashMap<ValueLabel, Vec<ValueLocRange>>;
29 fn build_value_labels_index<T>(func: &Function) -> BTreeMap<T, (Value, ValueLabel)> in build_value_labels_index()
118 let mut tracked_values: Vec<(Value, ValueLabel, u32, ValueLoc)> = Vec::new(); in build_value_labels_ranges()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/
H A Dvalue_label.rs1 use crate::ir::{Function, SourceLoc, Value, ValueLabel, ValueLabelAssignments, ValueLoc};
28 pub type ValueLabelsRanges = HashMap<ValueLabel, Vec<ValueLocRange>>;
30 fn build_value_labels_index<T>(func: &Function) -> BTreeMap<T, (Value, ValueLabel)> in build_value_labels_index()
118 let mut tracked_values: Vec<(Value, ValueLabel, u32, ValueLoc)> = Vec::new(); in build_value_labels_ranges()
/dports/sysutils/go-wtf/wtf-0.21.0/view/
H A Dbargraph.go26 ValueLabel string member
73 label := bar.ValueLabel
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dspin-button-tool-item.h29 using ValueLabel = std::pair<double, Glib::ustring>;
98 void set_custom_numeric_menu_data(const std::vector<ValueLabel> &value_labels);
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Dvalue_label.rs1 use crate::ir::{Function, SourceLoc, Value, ValueLabel, ValueLabelAssignments, ValueLoc};
49 pub type ValueLabelsRanges = HashMap<ValueLabel, Vec<ValueLocRange>>;
51 fn build_value_labels_index<T>(func: &Function) -> BTreeMap<T, (Value, ValueLabel)> in build_value_labels_index()
144 let mut tracked_values: Vec<(Value, ValueLabel, u32, ValueLoc)> = Vec::new(); in build_value_labels_ranges()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dvalue_label.rs1 use crate::ir::{Function, SourceLoc, Value, ValueLabel, ValueLabelAssignments, ValueLoc};
49 pub type ValueLabelsRanges = HashMap<ValueLabel, Vec<ValueLocRange>>;
51 fn build_value_labels_index<T>(func: &Function) -> BTreeMap<T, (Value, ValueLabel)> in build_value_labels_index()
144 let mut tracked_values: Vec<(Value, ValueLabel, u32, ValueLoc)> = Vec::new(); in build_value_labels_ranges()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/
H A Dvalue_label.rs1 use crate::ir::{Function, SourceLoc, Value, ValueLabel, ValueLabelAssignments, ValueLoc};
49 pub type ValueLabelsRanges = HashMap<ValueLabel, Vec<ValueLocRange>>;
51 fn build_value_labels_index<T>(func: &Function) -> BTreeMap<T, (Value, ValueLabel)> in build_value_labels_index()
144 let mut tracked_values: Vec<(Value, ValueLabel, u32, ValueLoc)> = Vec::new(); in build_value_labels_ranges()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dvalue_label.rs1 use crate::ir::{Function, SourceLoc, Value, ValueLabel, ValueLabelAssignments, ValueLoc};
49 pub type ValueLabelsRanges = HashMap<ValueLabel, Vec<ValueLocRange>>;
51 fn build_value_labels_index<T>(func: &Function) -> BTreeMap<T, (Value, ValueLabel)> in build_value_labels_index()
144 let mut tracked_values: Vec<(Value, ValueLabel, u32, ValueLoc)> = Vec::new(); in build_value_labels_ranges()

1234