Home
last modified time | relevance | path

Searched refs:ret_vec (Results 51 – 75 of 154) sorted by relevance

1234567

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/flate2-1.0.14/examples/
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
H A Dgzencoder-read.rs15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable
18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/flate2-1.0.9/examples/
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
H A Dgzencoder-read.rs15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable
18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/flate2/examples/
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
H A Dgzencoder-read.rs15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable
18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
/dports/games/dose-response/dose-response-179c326/cargo-crates/flate2-1.0.12/examples/
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
H A Dgzencoder-read.rs15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable
18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/flate2-1.0.20/examples/
H A Dgzencoder-read.rs15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable
18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
/dports/net-im/fractal/fractal-4.4.0/vendor/flate2/examples/
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
H A Dgzencoder-read.rs15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable
18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/flate2-1.0.20/examples/
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
H A Dgzencoder-read.rs15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable
18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/flate2-1.0.20/examples/
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
H A Dgzencoder-read.rs15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable
18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
/dports/lang/rust/rustc-1.58.1-src/vendor/flate2-1.0.16/examples/
H A Dgzencoder-read.rs15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable
18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/flate2/examples/
H A Dgzencoder-read.rs15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable
18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/flate2/examples/
H A Dgzencoder-read.rs15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable
18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/flate2-1.0.14/examples/
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
H A Dgzencoder-read.rs15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable
18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
/dports/textproc/bat/bat-0.18.3/cargo-crates/flate2-1.0.20/examples/
H A Ddeflateencoder-read.rs15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable
18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world()
19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()

1234567