Home
last modified time | relevance | path

Searched defs:HeapData (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Dheap.rs9 pub struct HeapData { struct
11 pub base: GlobalValue,
15 pub min_size: Uimm64,
18 pub offset_guard_size: Uimm64,
44 impl fmt::Display for HeapData { argument
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Dheap.rs9 pub struct HeapData { struct
11 pub base: GlobalValue,
15 pub min_size: Uimm64,
18 pub offset_guard_size: Uimm64,
44 impl fmt::Display for HeapData { argument
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Dheap.rs13 pub struct HeapData { struct
15 pub base: GlobalValue,
19 pub min_size: Uimm64,
22 pub offset_guard_size: Uimm64,
25 pub style: HeapStyle,
49 impl fmt::Display for HeapData { argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dheap.rs13 pub struct HeapData { struct
15 pub base: GlobalValue,
19 pub min_size: Uimm64,
22 pub offset_guard_size: Uimm64,
25 pub style: HeapStyle,
49 impl fmt::Display for HeapData { argument
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Dheap.rs13 pub struct HeapData { struct
15 pub base: GlobalValue,
19 pub min_size: Uimm64,
22 pub offset_guard_size: Uimm64,
25 pub style: HeapStyle,
49 impl fmt::Display for HeapData { argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dheap.rs13 pub struct HeapData { struct
15 pub base: GlobalValue,
19 pub min_size: Uimm64,
22 pub offset_guard_size: Uimm64,
25 pub style: HeapStyle,
49 impl fmt::Display for HeapData { argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Dheap.rs9 pub struct HeapData { struct
11 pub base: GlobalValue,
15 pub min_size: Uimm64,
18 pub offset_guard_size: Uimm64,
44 impl fmt::Display for HeapData { argument
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/
H A Dsearch_engine_data.hpp24 struct HeapData struct
26 NodeID parent;
27 /* explicit */ HeapData(NodeID p) : parent(p) {} in HeapData() function
/dports/www/osrm-backend/osrm-backend-5.26.0/include/customizer/
H A Dcell_customizer.hpp21 struct HeapData struct in osrm::customizer::CellCustomizer
23 bool from_clique;
24 EdgeDuration duration;
25 EdgeDistance distance;
/dports/math/zimpl/zimpl-3.3.6/src/zimpl/
H A Dheap.h43 typedef union heap_data HeapData; typedef
/dports/databases/grass7/grass-7.8.6/lib/vector/dglib/
H A Dspan-template.c247 dglHeapData_u HeapData; in DGL_SPAN_MINIMUM_SPANNING_FUNC() local
/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Dquery_heap.hpp199 using HeapData = std::pair<Weight, Key>; typedef in osrm::util::QueryHeap
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/reader/src/
H A Dparser.rs247 fn add_heap(&mut self, heap: Heap, data: HeapData, loc: Location) -> ParseResult<()> { in add_heap()
1677 fn parse_heap_decl(&mut self) -> ParseResult<(Heap, HeapData)> { in parse_heap_decl() argument