Home
last modified time | relevance | path

Searched refs:_offset (Results 1 – 12 of 12) sorted by relevance

/wasmtime-44.0.1/crates/wiggle/tests/
H A Dwasi.rs88 _offset: types::Filesize, in fd_advise()
99 _offset: types::Filesize, in fd_allocate()
173 _offset: types::Filesize, in fd_pread()
201 _offset: types::Filesize, in fd_pwrite()
239 _offset: types::Filedelta, in fd_seek()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent_disabled.rs108 _offset: usize, in linear_lower_to_memory()
158 _offset: usize, in linear_lower_to_memory()
/wasmtime-44.0.1/crates/wasi-common/src/
H A Dfile.rs82 async fn advise(&self, _offset: u64, _len: u64, _advice: Advice) -> Result<(), Error> { in advise()
101 _offset: u64, in read_vectored_at()
113 _offset: u64, in write_vectored_at()
/wasmtime-44.0.1/crates/wasi-common/src/sync/
H A Dstdio.rs54 _offset: u64, in read_vectored_at()
142 _offset: u64,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Dtyped.rs3080 mut _offset: usize,
3082 debug_assert!(_offset % (Self::ALIGN32 as usize) == 0);
3091 $t.linear_lower_to_memory(cx, ty, $t::ABI.next_field32_size(&mut _offset))?;
3125 let mut _offset = 0; localVariable
3128 …t::linear_lift_from_memory(cx, ty, &bytes[$t::ABI.next_field32_size(&mut _offset)..][..$t::SIZE32]…
/wasmtime-44.0.1/docs/js/
H A Dmoment.min.2.30.1.js12_offset)||(e._offset=t._offset),o(t._pf)||(e._pf=f(t)),o(t._locale)||(e._locale=t._locale),r>0)for…
H A Dmermaid.min.11.6.0.js803_offset}get length(){return this._length}get end(){return this._offset+this._length}get hidden(){r…
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dinst.isle1991 (sinkable_inst (and inst (load _ (bigendian) _addr _offset))))
2006 (sinkable_inst (and inst (load _ (littleendian) _addr _offset))))
2011 (sinkable_inst (and inst (sload16 _ (bigendian) _addr _offset))))
2016 (sinkable_inst (and inst (sload32 _ (bigendian) _addr _offset))))
2021 (sinkable_inst (and inst (uload16 _ (bigendian) _addr _offset))))
2026 (sinkable_inst (and inst (uload32 _ (bigendian) _addr _offset))))
/wasmtime-44.0.1/crates/wasi-common/src/snapshots/
H A Dpreview_1.rs139 _offset: types::Filesize, in fd_allocate()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs2144 let (module_with_code, _offset) = self in trace_wasm_stack_frame()
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Dlib.rs737 pub unsafe extern "C" fn fd_allocate(fd: Fd, _offset: Filesize, _len: Filesize) -> Errno { in fd_allocate()
/wasmtime-44.0.1/crates/wasi/src/
H A Dp1.rs1348 _offset: types::Filesize, in fd_allocate()