Searched refs:_offset (Results 1 – 12 of 12) sorted by relevance
| /wasmtime-44.0.1/crates/wiggle/tests/ |
| H A D | wasi.rs | 88 _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 D | concurrent_disabled.rs | 108 _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 D | file.rs | 82 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 D | stdio.rs | 54 _offset: u64, in read_vectored_at() 142 _offset: u64,
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/ |
| H A D | typed.rs | 3080 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 D | moment.min.2.30.1.js | 12 …_offset)||(e._offset=t._offset),o(t._pf)||(e._pf=f(t)),o(t._locale)||(e._locale=t._locale),r>0)for…
|
| H A D | mermaid.min.11.6.0.js | 803 …_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 D | inst.isle | 1991 (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 D | preview_1.rs | 139 _offset: types::Filesize, in fd_allocate()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | store.rs | 2144 let (module_with_code, _offset) = self in trace_wasm_stack_frame()
|
| /wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/ |
| H A D | lib.rs | 737 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 D | p1.rs | 1348 _offset: types::Filesize, in fd_allocate()
|