Home
last modified time | relevance | path

Searched refs:Read (Results 1 – 25 of 79) sorted by relevance

1234

/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/
H A Dinstructions.rs146 (Read, Reg(_)), in check_sse_matches_avx()
151 [(ReadWrite, Reg(_)), (Read, RegMem(_)), (Read, Imm(_))], in check_sse_matches_avx()
154 (Read, Reg(_)), in check_sse_matches_avx()
155 (Read, RegMem(_)), in check_sse_matches_avx()
156 (Read, Imm(_)), in check_sse_matches_avx()
161 [(Write, Reg(_)), (Read, Reg(_)), (Read, Imm(_))], in check_sse_matches_avx()
177 (Read, Reg(_) | RegMem(_)), in check_sse_matches_avx()
178 (Read, Imm(_)), in check_sse_matches_avx()
182 (Read, Reg(_) | RegMem(_)), in check_sse_matches_avx()
183 (Read, Imm(_)), in check_sse_matches_avx()
[all …]
/wasmtime-44.0.1/crates/wasi-common/src/sched/
H A Dsubscription.rs57 Read(RwSubscription<'a>), enumerator
64 Read(Result<(u64, RwEventFlags), Error>), enumerator
72 Subscription::Read(mut s) => s.result().map(SubscriptionResult::Read), in from_subscription()
/wasmtime-44.0.1/crates/wasi-common/src/
H A Dpipe.rs13 use std::io::{self, Read, Write};
33 pub struct ReadPipe<R: Read> {
37 impl<R: Read> Clone for ReadPipe<R> {
45 impl<R: Read> ReadPipe<R> {
102 impl<R: Read + Any + Send + Sync> WasiFile for ReadPipe<R> {
H A Dsched.rs61 .push((Subscription::Read(RwSubscription::new(file)), ud)); in subscribe_read()
87 Subscription::Read { .. } | Subscription::Write { .. } => Some(s), in rw_subscriptions()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dhandle_table.rs24 Read { enumerator
286 state: TransmitLocalState::Read { done: false }, in stream_insert_read()
341 TransmitLocalState::Read { done } => *done, in stream_remove_readable()
368 TransmitLocalState::Read { .. } => { in stream_remove_writable()
389 state: TransmitLocalState::Read { done: false }, in future_insert_read()
444 TransmitLocalState::Read { done } => *done, in future_remove_readable()
471 TransmitLocalState::Read { .. } => { in future_remove_writable()
/wasmtime-44.0.1/crates/wasi-http/src/
H A Dio.rs3 use hyper::rt::{Read, ReadBufCursor, Write};
23 impl<T: AsyncRead + Unpin> Read for TokioIo<T> {
/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/dsl/
H A Dformat.rs245 if !matches!(mutability, Mutability::Read) { in fmt()
504 Read, enumerator
515 Mutability::Read | Mutability::ReadWrite => true, in is_read()
525 Mutability::Read => false, in is_write()
533 Self::Read in default()
540 Self::Read => write!(f, "r"), in fmt()
/wasmtime-44.0.1/benches/wasi/
H A Dread-dir.wat1 ;; Read the directory entries of the preopened directory.
13 ;; Read the file into the sole iovec buffer.
H A Dread-arguments.wat10 ;; Read the current argument list by:
21 ;; Read the arguments with parameters:
H A Dread-environment.wat10 ;; Read the current environment key-value pairs by:
23 ;; Read the environment with parameters:
/wasmtime-44.0.1/crates/wasi-common/src/sync/sched/
H A Dunix.rs13 Subscription::Read(f) => { in poll_oneoff()
58 Subscription::Read(sub) => { in poll_oneoff()
/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/generate/
H A Doperand.rs96 dsl::Mutability::Read => "Read", in generate_camel_case()
105 dsl::Mutability::Read => "read", in generate_snake_case()
/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp2_http_outbound_request_large_post.rs2 use std::io::{self, Read};
H A Dp3_http_outbound_request_large_post.rs2 use std::io::{self, Read};
/wasmtime-44.0.1/cranelift/src/
H A Dutils.rs5 use std::io::{self, Read};
/wasmtime-44.0.1/cranelift/codegen/meta/src/
H A Dgen_asm.rs61 Mutability::Read => format!("{ASM}::Fixed({r})"), in rust_convert_isle_to_assembler()
74 Mutability::Read => { in rust_convert_isle_to_assembler()
155 Mutability::Read => unreachable!(), in generate_macro_inst_fn()
416 Read => unreachable!(), in isle_constructors()
/wasmtime-44.0.1/crates/wasi-common/src/sync/
H A Dnet.rs209 use std::io::Read;
210 let n = Read::read_vectored(&mut &*self.as_socketlike_view::<$std_ty>(), bufs)?;
280 cap_std::net::Shutdown::Read
/wasmtime-44.0.1/crates/wiggle/
H A DREADME.md11 Read the docs on [docs.rs](https://docs.rs/wiggle/).
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-component-onnx/
H A DREADME.md72 Read ONNX model, size in bytes: 4956208
75 Read ONNX Labels, # of labels: 1000
/wasmtime-44.0.1/crates/wasi-common/src/tokio/sched/
H A Dunix.rs57 Subscription::Read(f) => { in poll_oneoff()
/wasmtime-44.0.1/crates/wasi/src/p2/
H A Dtcp.rs37 if let Shutdown::Both | Shutdown::Read = how { in shutdown()
93 native_shutdown(&self.stream, Shutdown::Read); in shutdown()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/miri/
H A Dmmap.rs13 use std::io::{Read, Seek, SeekFrom};
/wasmtime-44.0.1/crates/wasi-nn/src/backend/
H A Dmod.rs26 use std::io::Read;
/wasmtime-44.0.1/src/commands/
H A Dwizer.rs4 use std::io::{self, Read, Write};
/wasmtime-44.0.1/crates/wasi/src/cli/
H A Dfile.rs4 use std::io::{Read, Write};

1234