Home
last modified time | relevance | path

Searched refs:Decoded (Results 1 – 25 of 1786) sorted by relevance

12345678910>>...72

/dports/games/openfodder/openfodder-1.6.0/Source/Amiga/
H A DGraphics_Amiga2.cpp128 sImage Decoded; in GetImage() local
132 if (!Decoded.mData->size()) in GetImage()
133 return Decoded; in GetImage()
136 if (Decoded.mData->size() == 51400) in GetImage()
137 Decoded.mPlanes = 5; in GetImage()
139 Decoded.mPlanes = 4; in GetImage()
142 Decoded.mDimension.mWidth = 0x140; in GetImage()
143 Decoded.mDimension.mHeight = 0x100; in GetImage()
147 return Decoded; in GetImage()
182 Decoded.mDimension.mWidth = 0x140; in Load_And_Draw_Image()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/toml_edit-0.9.1/tests/
H A Ddecoder.rs19 ) -> Result<toml_test_harness::Decoded, toml_test_harness::Error> { in document_to_decoded() argument
25 ) -> Result<toml_test_harness::Decoded, toml_test_harness::Error> { in item_to_decoded() argument
32 Ok(toml_test_harness::Decoded::Array(v?)) in item_to_decoded()
39 ) -> Result<toml_test_harness::Decoded, toml_test_harness::Error> { in value_to_decoded() argument
47 toml_edit::Value::Float(v) => Ok(toml_test_harness::Decoded::Value( in value_to_decoded()
60 Ok(toml_test_harness::Decoded::Value(value)) in value_to_decoded()
67 Ok(toml_test_harness::Decoded::Array(v?)) in value_to_decoded()
75 ) -> Result<toml_test_harness::Decoded, toml_test_harness::Error> { in table_to_decoded() argument
84 Ok(toml_test_harness::Decoded::Table(table?)) in table_to_decoded()
89 ) -> Result<toml_test_harness::Decoded, toml_test_harness::Error> { in inline_table_to_decoded() argument
[all …]
H A Dencoder.rs8 fn encode(&self, data: toml_test_harness::Decoded) -> Result<String, toml_test_harness::Error> { in encode()
15 decoded: &toml_test_harness::Decoded, in decoded_to_document() argument
24 decoded: &toml_test_harness::Decoded, in root_from_decoded() argument
27 toml_test_harness::Decoded::Value(_) => { in root_from_decoded()
30 toml_test_harness::Decoded::Table(value) => value in root_from_decoded()
38 toml_test_harness::Decoded::Array(_) => { in root_from_decoded()
45 decoded: &toml_test_harness::Decoded, in from_decoded() argument
48 toml_test_harness::Decoded::Value(value) => from_decoded_value(value)?, in from_decoded()
49 toml_test_harness::Decoded::Table(value) => { in from_decoded()
95 decoded: &std::collections::HashMap<String, toml_test_harness::Decoded>, in from_table() argument
[all …]
H A Deasy_decoder.rs10 fn decode(&self, data: &[u8]) -> Result<toml_test_harness::Decoded, toml_test_harness::Error> { in decode() argument
21 ) -> Result<toml_test_harness::Decoded, toml_test_harness::Error> { in value_to_decoded() argument
23 toml_edit::easy::Value::Integer(v) => Ok(toml_test_harness::Decoded::Value( in value_to_decoded()
26 toml_edit::easy::Value::String(v) => Ok(toml_test_harness::Decoded::Value( in value_to_decoded()
29 toml_edit::easy::Value::Float(v) => Ok(toml_test_harness::Decoded::Value( in value_to_decoded()
41 Ok(toml_test_harness::Decoded::Value(value)) in value_to_decoded()
43 toml_edit::easy::Value::Boolean(v) => Ok(toml_test_harness::Decoded::Value( in value_to_decoded()
48 Ok(toml_test_harness::Decoded::Array(v?)) in value_to_decoded()
56 ) -> Result<toml_test_harness::Decoded, toml_test_harness::Error> { in table_to_decoded() argument
65 Ok(toml_test_harness::Decoded::Table(table?)) in table_to_decoded()
/dports/games/dose-response/dose-response-179c326/cargo-crates/png-0.12.0/src/decoder/
H A Dstream.rs43 pub enum Decoded<'a> { enum
186 mem::transmute::<Decoded, Decoded>(result) in update()
381 -> Result<Decoded, DecodingError> { argument
426 -> Result<Decoded, DecodingError> { in parse_fctl() argument
466 -> Result<Decoded, DecodingError> { in parse_actl() argument
483 -> Result<Decoded, DecodingError> { in parse_plte() argument
489 Ok(Decoded::Nothing) in parse_plte()
521 Ok(Decoded::Nothing) in parse_trns()
535 Ok(Decoded::Nothing) in parse_trns()
541 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/png-0.15.2/src/decoder/
H A Dstream.rs58 pub enum Decoded { enum
394 -> Result<Decoded, DecodingError> { argument
438 -> Result<Decoded, DecodingError> { in parse_fctl() argument
481 Ok(Decoded::FrameControl(fc)) in parse_fctl()
485 -> Result<Decoded, DecodingError> { in parse_actl() argument
502 -> Result<Decoded, DecodingError> { in parse_plte() argument
506 Ok(Decoded::Nothing) in parse_plte()
537 Ok(Decoded::Nothing) in parse_trns()
551 Ok(Decoded::Nothing) in parse_trns()
557 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/png-0.14.1/src/decoder/
H A Dstream.rs42 pub enum Decoded { enum
365 -> Result<Decoded, DecodingError> { argument
409 -> Result<Decoded, DecodingError> { in parse_fctl() argument
446 Ok(Decoded::FrameControl(fc)) in parse_fctl()
450 -> Result<Decoded, DecodingError> { in parse_actl() argument
467 -> Result<Decoded, DecodingError> { in parse_plte() argument
473 Ok(Decoded::Nothing) in parse_plte()
505 Ok(Decoded::Nothing) in parse_trns()
519 Ok(Decoded::Nothing) in parse_trns()
525 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/png-0.15.3/src/decoder/
H A Dstream.rs58 pub enum Decoded { enum
394 -> Result<Decoded, DecodingError> { argument
438 -> Result<Decoded, DecodingError> { in parse_fctl() argument
481 Ok(Decoded::FrameControl(fc)) in parse_fctl()
485 -> Result<Decoded, DecodingError> { in parse_actl() argument
502 -> Result<Decoded, DecodingError> { in parse_plte() argument
506 Ok(Decoded::Nothing) in parse_plte()
537 Ok(Decoded::Nothing) in parse_trns()
551 Ok(Decoded::Nothing) in parse_trns()
557 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/png-0.16.3/src/decoder/
H A Dstream.rs61 pub enum Decoded { enum
208 Ok((len - buf.len(), Decoded::Nothing)) in update()
221 Ok(($n, Decoded::Nothing)) in next_state()
225 Ok((1, Decoded::Nothing)) in next_state()
389 emit Decoded::ImageData in next_state()
485 Ok(Decoded::FrameControl(fc)) in parse_fctl()
508 Ok(Decoded::Nothing) in parse_plte()
538 Ok(Decoded::Nothing) in parse_trns()
550 Ok(Decoded::Nothing) in parse_trns()
556 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/png-0.15.0/src/decoder/
H A Dstream.rs58 pub enum Decoded { enum
384 -> Result<Decoded, DecodingError> { argument
428 -> Result<Decoded, DecodingError> { in parse_fctl() argument
471 Ok(Decoded::FrameControl(fc)) in parse_fctl()
475 -> Result<Decoded, DecodingError> { in parse_actl() argument
492 -> Result<Decoded, DecodingError> { in parse_plte() argument
498 Ok(Decoded::Nothing) in parse_plte()
530 Ok(Decoded::Nothing) in parse_trns()
544 Ok(Decoded::Nothing) in parse_trns()
550 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/png/src/decoder/
H A Dstream.rs58 pub enum Decoded { enum
394 -> Result<Decoded, DecodingError> { argument
438 -> Result<Decoded, DecodingError> { in parse_fctl() argument
481 Ok(Decoded::FrameControl(fc)) in parse_fctl()
485 -> Result<Decoded, DecodingError> { in parse_actl() argument
502 -> Result<Decoded, DecodingError> { in parse_plte() argument
506 Ok(Decoded::Nothing) in parse_plte()
537 Ok(Decoded::Nothing) in parse_trns()
551 Ok(Decoded::Nothing) in parse_trns()
557 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/png-0.15.3/src/decoder/
H A Dstream.rs58 pub enum Decoded { enum
394 -> Result<Decoded, DecodingError> { argument
438 -> Result<Decoded, DecodingError> { in parse_fctl() argument
481 Ok(Decoded::FrameControl(fc)) in parse_fctl()
485 -> Result<Decoded, DecodingError> { in parse_actl() argument
502 -> Result<Decoded, DecodingError> { in parse_plte() argument
506 Ok(Decoded::Nothing) in parse_plte()
537 Ok(Decoded::Nothing) in parse_trns()
551 Ok(Decoded::Nothing) in parse_trns()
557 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/png-0.15.0/src/decoder/
H A Dstream.rs58 pub enum Decoded { enum
384 -> Result<Decoded, DecodingError> { argument
428 -> Result<Decoded, DecodingError> { in parse_fctl() argument
471 Ok(Decoded::FrameControl(fc)) in parse_fctl()
475 -> Result<Decoded, DecodingError> { in parse_actl() argument
492 -> Result<Decoded, DecodingError> { in parse_plte() argument
498 Ok(Decoded::Nothing) in parse_plte()
530 Ok(Decoded::Nothing) in parse_trns()
544 Ok(Decoded::Nothing) in parse_trns()
550 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl/r/
H A Drpl_row_jsondiff_basic_pk.result57 # Decoded rows
73 # Decoded rows
90 # Decoded rows
107 # Decoded rows
124 # Decoded rows
139 # Decoded rows
155 # Decoded rows
170 # Decoded rows
185 # Decoded rows
200 # Decoded rows
[all …]
H A Drpl_row_jsondiff_basic_nokey.result57 # Decoded rows
73 # Decoded rows
90 # Decoded rows
107 # Decoded rows
124 # Decoded rows
139 # Decoded rows
155 # Decoded rows
170 # Decoded rows
185 # Decoded rows
200 # Decoded rows
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/png-0.16.8/src/decoder/
H A Dstream.rs52 pub enum Decoded { enum
214 Ok((len - buf.len(), Decoded::Nothing)) in update()
227 Ok(($n, Decoded::Nothing)) in next_state()
231 Ok((1, Decoded::Nothing)) in next_state()
416 emit Decoded::ImageData in next_state()
513 Ok(Decoded::FrameControl(fc)) in parse_fctl()
536 Ok(Decoded::Nothing) in parse_plte()
566 Ok(Decoded::Nothing) in parse_trns()
578 Ok(Decoded::Nothing) in parse_trns()
584 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/png-0.16.8/src/decoder/
H A Dstream.rs52 pub enum Decoded { enum
214 Ok((len - buf.len(), Decoded::Nothing)) in update()
227 Ok(($n, Decoded::Nothing)) in next_state()
231 Ok((1, Decoded::Nothing)) in next_state()
416 emit Decoded::ImageData in next_state()
513 Ok(Decoded::FrameControl(fc)) in parse_fctl()
536 Ok(Decoded::Nothing) in parse_plte()
566 Ok(Decoded::Nothing) in parse_trns()
578 Ok(Decoded::Nothing) in parse_trns()
584 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/png-0.16.8/src/decoder/
H A Dstream.rs52 pub enum Decoded { enum
214 Ok((len - buf.len(), Decoded::Nothing)) in update()
227 Ok(($n, Decoded::Nothing)) in next_state()
231 Ok((1, Decoded::Nothing)) in next_state()
416 emit Decoded::ImageData in next_state()
513 Ok(Decoded::FrameControl(fc)) in parse_fctl()
536 Ok(Decoded::Nothing) in parse_plte()
566 Ok(Decoded::Nothing) in parse_trns()
578 Ok(Decoded::Nothing) in parse_trns()
584 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/png-0.16.8/src/decoder/
H A Dstream.rs52 pub enum Decoded { enum
214 Ok((len - buf.len(), Decoded::Nothing)) in update()
227 Ok(($n, Decoded::Nothing)) in next_state()
231 Ok((1, Decoded::Nothing)) in next_state()
416 emit Decoded::ImageData in next_state()
513 Ok(Decoded::FrameControl(fc)) in parse_fctl()
536 Ok(Decoded::Nothing) in parse_plte()
566 Ok(Decoded::Nothing) in parse_trns()
578 Ok(Decoded::Nothing) in parse_trns()
584 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/png-0.16.7/src/decoder/
H A Dstream.rs52 pub enum Decoded { enum
214 Ok((len - buf.len(), Decoded::Nothing)) in update()
227 Ok(($n, Decoded::Nothing)) in next_state()
231 Ok((1, Decoded::Nothing)) in next_state()
416 emit Decoded::ImageData in next_state()
513 Ok(Decoded::FrameControl(fc)) in parse_fctl()
536 Ok(Decoded::Nothing) in parse_plte()
566 Ok(Decoded::Nothing) in parse_trns()
578 Ok(Decoded::Nothing) in parse_trns()
584 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/png-0.16.8/src/decoder/
H A Dstream.rs52 pub enum Decoded { enum
214 Ok((len - buf.len(), Decoded::Nothing)) in update()
227 Ok(($n, Decoded::Nothing)) in next_state()
231 Ok((1, Decoded::Nothing)) in next_state()
416 emit Decoded::ImageData in next_state()
513 Ok(Decoded::FrameControl(fc)) in parse_fctl()
536 Ok(Decoded::Nothing) in parse_plte()
566 Ok(Decoded::Nothing) in parse_trns()
578 Ok(Decoded::Nothing) in parse_trns()
584 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/png-0.16.8/src/decoder/
H A Dstream.rs52 pub enum Decoded { enum
214 Ok((len - buf.len(), Decoded::Nothing)) in update()
227 Ok(($n, Decoded::Nothing)) in next_state()
231 Ok((1, Decoded::Nothing)) in next_state()
416 emit Decoded::ImageData in next_state()
513 Ok(Decoded::FrameControl(fc)) in parse_fctl()
536 Ok(Decoded::Nothing) in parse_plte()
566 Ok(Decoded::Nothing) in parse_trns()
578 Ok(Decoded::Nothing) in parse_trns()
584 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/png-0.16.8/src/decoder/
H A Dstream.rs52 pub enum Decoded { enum
214 Ok((len - buf.len(), Decoded::Nothing)) in update()
227 Ok(($n, Decoded::Nothing)) in next_state()
231 Ok((1, Decoded::Nothing)) in next_state()
416 emit Decoded::ImageData in next_state()
513 Ok(Decoded::FrameControl(fc)) in parse_fctl()
536 Ok(Decoded::Nothing) in parse_plte()
566 Ok(Decoded::Nothing) in parse_trns()
578 Ok(Decoded::Nothing) in parse_trns()
584 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/png-0.16.8/src/decoder/
H A Dstream.rs52 pub enum Decoded { enum
214 Ok((len - buf.len(), Decoded::Nothing)) in update()
227 Ok(($n, Decoded::Nothing)) in next_state()
231 Ok((1, Decoded::Nothing)) in next_state()
416 emit Decoded::ImageData in next_state()
513 Ok(Decoded::FrameControl(fc)) in parse_fctl()
536 Ok(Decoded::Nothing) in parse_plte()
566 Ok(Decoded::Nothing) in parse_trns()
578 Ok(Decoded::Nothing) in parse_trns()
584 Ok(Decoded::Nothing) in parse_trns()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/TLKImporter/
H A DTLKImporter.cpp219 char* Decoded = NULL; in BuiltinToken() local
234 Decoded = GetCString( 15981, 0 ); in BuiltinToken()
239 Decoded = GetCString( 10174, 0 ); in BuiltinToken()
246 Decoded = GetCString( strref, 0); in BuiltinToken()
257 Decoded = CharName(10); in BuiltinToken()
266 Decoded = Gabber(); in BuiltinToken()
270 Decoded = CharName(charname); in BuiltinToken()
293 Decoded = strdup("\x99"); in BuiltinToken()
300 if (Decoded) { in BuiltinToken()
301 size_t TokenLength = strlen(Decoded); in BuiltinToken()
[all …]

12345678910>>...72