Home
last modified time | relevance | path

Searched defs:MemoryDesc (Results 1 – 4 of 4) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dstruct_manager.hh32 struct MemoryDesc { struct
41MemoryDesc() : fIndex(-1), fOffset(-1), fIntOffset(-1), fRealOffset(-1), fSize(-1), fType(Typed::k… in MemoryDesc() argument
43 MemoryDesc(int index, int offset, int size, Typed::VarType type) in MemoryDesc() argument
46MemoryDesc(int index, int offset, int int_offset, int read_offset, int size, Typed::VarType type) in MemoryDesc() function
66 MemoryDesc fDefault; argument
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmModuleTypes.h491 struct MemoryDesc { struct
492 Limits limits;
494 bool isShared() const { return limits.shared == Shareable::True; } in isShared()
520 // See static_assert after MemoryDesc for why this is safe. in initialLength32() argument
529 MemoryDesc() = default; argument
530 explicit MemoryDesc(Limits limits) : limits(limits) {} in MemoryDesc() argument
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmTypes.h1343 struct MemoryDesc { struct
1344 MemoryKind kind;
1345 Limits limits;
1347 bool isShared() const { return limits.shared == Shareable::True; } in isShared()
1371 // See static_assert after MemoryDesc for why this is safe. in initialLength32() argument
1379 // See static_assert after MemoryDesc for why this is safe. in maximumLength32() argument
1386 MemoryDesc(MemoryKind kind, Limits limits) : kind(kind), limits(limits) {} in MemoryDesc() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmTypes.h1343 struct MemoryDesc { struct
1344 MemoryKind kind;
1345 Limits limits;
1347 bool isShared() const { return limits.shared == Shareable::True; } in isShared()
1371 // See static_assert after MemoryDesc for why this is safe. in initialLength32() argument
1379 // See static_assert after MemoryDesc for why this is safe. in maximumLength32() argument
1386 MemoryDesc(MemoryKind kind, Limits limits) : kind(kind), limits(limits) {} in MemoryDesc() function