Home
last modified time | relevance | path

Searched defs:i16 (Results 1 – 25 of 3618) sorted by relevance

12345678910>>...145

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/src/sdl2/gfx/
H A Dprimitives.rs72 fn hline<C: ToColor>(&self, x1: i16, x2: i16, y: i16, color: C) -> Result<(), String>; in hline()
73 fn vline<C: ToColor>(&self, x: i16, y1: i16, y2: i16, color: C) -> Result<(), String>; in vline()
89 fn box_<C: ToColor>(&self, x1: i16, y1: i16, x2: i16, y2: i16, color: C) -> Result<(), String>; in box_()
98 fn line<C: ToColor>(&self, x1: i16, y1: i16, x2: i16, y2: i16, color: C) -> Result<(), String>; in line()
114 fn circle<C: ToColor>(&self, x: i16, y: i16, rad: i16, color: C) -> Result<(), String>; in circle()
115 fn aa_circle<C: ToColor>(&self, x: i16, y: i16, rad: i16, color: C) -> Result<(), String>; in aa_circle()
210 fn hline<C: ToColor>(&self, x1: i16, x2: i16, y: i16, color: C) -> Result<(), String> { in hline()
214 fn vline<C: ToColor>(&self, x: i16, y1: i16, y2: i16, color: C) -> Result<(), String> { in vline()
240 fn box_<C: ToColor>(&self, x1: i16, y1: i16, x2: i16, y2: i16, color: C) -> Result<(), String> { in box_()
255 fn line<C: ToColor>(&self, x1: i16, y1: i16, x2: i16, y2: i16, color: C) -> Result<(), String> { in line()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/src/sdl2/gfx/
H A Dprimitives.rs72 fn hline<C: ToColor>(&self, x1: i16, x2: i16, y: i16, color: C) -> Result<(), String>; in hline()
73 fn vline<C: ToColor>(&self, x: i16, y1: i16, y2: i16, color: C) -> Result<(), String>; in vline()
89 fn box_<C: ToColor>(&self, x1: i16, y1: i16, x2: i16, y2: i16, color: C) -> Result<(), String>; in box_()
98 fn line<C: ToColor>(&self, x1: i16, y1: i16, x2: i16, y2: i16, color: C) -> Result<(), String>; in line()
114 fn circle<C: ToColor>(&self, x: i16, y: i16, rad: i16, color: C) -> Result<(), String>; in circle()
115 fn aa_circle<C: ToColor>(&self, x: i16, y: i16, rad: i16, color: C) -> Result<(), String>; in aa_circle()
210 fn hline<C: ToColor>(&self, x1: i16, x2: i16, y: i16, color: C) -> Result<(), String> { in hline()
214 fn vline<C: ToColor>(&self, x: i16, y1: i16, y2: i16, color: C) -> Result<(), String> { in vline()
240 fn box_<C: ToColor>(&self, x1: i16, y1: i16, x2: i16, y2: i16, color: C) -> Result<(), String> { in box_()
255 fn line<C: ToColor>(&self, x1: i16, y1: i16, x2: i16, y2: i16, color: C) -> Result<(), String> { in line()
[all …]
/dports/misc/estic/estic-1.61_10/spunk/
H A Dmachine.h43 typedef int i16; // int with 16 bits typedef
67 typedef short int i16; // int with 16 bits typedef
91 typedef short int i16; // int with 16 bits typedef
115 typedef short int i16; // int with 16 bits typedef
139 typedef short int i16; // int with 16 bits typedef
164 typedef short int i16; // int with 16 bits typedef
189 typedef short int i16; // int with 16 bits typedef
219 typedef short int i16; // int with 16 bits typedef
246 typedef short int i16; // int with 16 bits typedef
271 typedef short int i16; // int with 16 bits typedef
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dcompat.rs12 pub fn new(a0: i16, a1: i16, a2: i16, a3: i16, in new()
13 a4: i16, a5: i16, a6: i16, a7: i16, in new()
14 a8: i16, a9: i16, a10: i16, a11: i16, in new()
15 a12: i16, a13: i16, a14:i16, a15:i16) -> Compat16x16 { in new()
20 pub fn extract(&self, i: usize) -> i16 { in extract()
97 fn wrapping_i16_add(a: i16, b:i16) -> i16 { in wrapping_i16_add()
101 fn wrapping_i16_sub(a: i16, b:i16) -> i16 { in wrapping_i16_sub()
105 fn i16_bitand(a: i16, b:i16) -> i16 { in i16_bitand()
109 fn shift16<Scalar>(a: i16, b:Scalar) -> i16 where i64:From<Scalar> { in shift16()
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli/src/enc/
H A Dcompat.rs12 pub fn new(a0: i16, a1: i16, a2: i16, a3: i16, in new()
13 a4: i16, a5: i16, a6: i16, a7: i16, in new()
14 a8: i16, a9: i16, a10: i16, a11: i16, in new()
15 a12: i16, a13: i16, a14:i16, a15:i16) -> Compat16x16 { in new()
20 pub fn extract(&self, i: usize) -> i16 { in extract()
97 fn wrapping_i16_add(a: i16, b:i16) -> i16 { in wrapping_i16_add()
101 fn wrapping_i16_sub(a: i16, b:i16) -> i16 { in wrapping_i16_sub()
105 fn i16_bitand(a: i16, b:i16) -> i16 { in i16_bitand()
109 fn shift16<Scalar>(a: i16, b:Scalar) -> i16 where i64:From<Scalar> { in shift16()
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dcompat.rs12 pub fn new(a0: i16, a1: i16, a2: i16, a3: i16, in new()
13 a4: i16, a5: i16, a6: i16, a7: i16, in new()
14 a8: i16, a9: i16, a10: i16, a11: i16, in new()
15 a12: i16, a13: i16, a14:i16, a15:i16) -> Compat16x16 { in new()
20 pub fn extract(&self, i: usize) -> i16 { in extract()
97 fn wrapping_i16_add(a: i16, b:i16) -> i16 { in wrapping_i16_add()
101 fn wrapping_i16_sub(a: i16, b:i16) -> i16 { in wrapping_i16_sub()
105 fn i16_bitand(a: i16, b:i16) -> i16 { in i16_bitand()
109 fn shift16<Scalar>(a: i16, b:Scalar) -> i16 where i64:From<Scalar> { in shift16()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winapi-util-0.1.2/src/
H A Dconsole.rs92 pub fn size(&self) -> (i16, i16) { in size()
100 pub fn cursor_position(&self) -> (i16, i16) { in cursor_position()
118 pub fn max_window_size(&self) -> (i16, i16) { in max_window_size()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/winapi-util-0.1.2/src/
H A Dconsole.rs92 pub fn size(&self) -> (i16, i16) { in size()
100 pub fn cursor_position(&self) -> (i16, i16) { in cursor_position()
118 pub fn max_window_size(&self) -> (i16, i16) { in max_window_size()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/winapi-util-0.1.2/src/
H A Dconsole.rs92 pub fn size(&self) -> (i16, i16) { in size()
100 pub fn cursor_position(&self) -> (i16, i16) { in cursor_position()
118 pub fn max_window_size(&self) -> (i16, i16) { in max_window_size()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/winapi-util-0.1.2/src/
H A Dconsole.rs92 pub fn size(&self) -> (i16, i16) { in size()
100 pub fn cursor_position(&self) -> (i16, i16) { in cursor_position()
118 pub fn max_window_size(&self) -> (i16, i16) { in max_window_size()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/winapi-util-0.1.2/src/
H A Dconsole.rs92 pub fn size(&self) -> (i16, i16) { in size()
100 pub fn cursor_position(&self) -> (i16, i16) { in cursor_position()
118 pub fn max_window_size(&self) -> (i16, i16) { in max_window_size()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winapi-util-0.1.1/src/
H A Dconsole.rs92 pub fn size(&self) -> (i16, i16) { in size()
100 pub fn cursor_position(&self) -> (i16, i16) { in cursor_position()
118 pub fn max_window_size(&self) -> (i16, i16) { in max_window_size()
/dports/sysutils/potnet/potnet-0.4.4/cargo-crates/winapi-util-0.1.2/src/
H A Dconsole.rs92 pub fn size(&self) -> (i16, i16) { in size()
100 pub fn cursor_position(&self) -> (i16, i16) { in cursor_position()
118 pub fn max_window_size(&self) -> (i16, i16) { in max_window_size()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/winapi-util/src/
H A Dconsole.rs92 pub fn size(&self) -> (i16, i16) { in size()
100 pub fn cursor_position(&self) -> (i16, i16) { in cursor_position()
118 pub fn max_window_size(&self) -> (i16, i16) { in max_window_size()
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/winapi-util-0.1.2/src/
H A Dconsole.rs92 pub fn size(&self) -> (i16, i16) { in size()
100 pub fn cursor_position(&self) -> (i16, i16) { in cursor_position()
118 pub fn max_window_size(&self) -> (i16, i16) { in max_window_size()
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/genproto/googleapis/cloud/security/privateca/v1/
H A Dresources.pb.go92 8: "ATTRIBUTE_AUTHORITY_COMPROMISE",
100 "CESSATION_OF_OPERATION": 5,
118 return file_google_cloud_security_privateca_v1_resources_proto_enumTypes[0].Descriptor()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/ttf-parser-0.3.0/src/
H A Dhhea.rs8 pub fn ascender(&self) -> i16 { in ascender()
14 pub fn descender(&self) -> i16 { in descender()
20 pub fn height(&self) -> i16 { in height()
26 pub fn line_gap(&self) -> i16 { in line_gap()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/examples/
H A Dxeyes.rs54 ((x1, y1), (x2, y2)): ((i16, i16), (i16, i16)), in draw_pupils() argument
85 fn compute_pupil(area: (i16, i16, i16, i16), mouse: (i16, i16)) -> (i16, i16) { in compute_pupil() argument
144 fn compute_pupils(window_size: (u16, u16), mouse_position: (i16, i16)) -> ((i16, i16), (i16, i16)) { in compute_pupils() argument
/dports/databases/postgresql12-server/postgresql-12.9/src/bin/pg_resetwal/po/
H A Dtr.po50 msgstr "SIDler ayrılamıyor (allocate): Hata kodu %lu"
85 msgstr "Daha fazla bilgi için \"%s --help\" yazabilirsiniz.\n"
145 msgstr "\"root\" tarafından çalıştırılamaz"
/dports/lang/rust/rustc-1.58.1-src/library/core/src/num/flt2dec/strategy/
H A Dgrisu.rs120 pub fn cached_power(alpha: i16, gamma: i16) -> (i16, Fp) { in cached_power()
168 ) -> Option<(/*digits*/ &'a [u8], /*exp*/ i16)> { in format_shortest_opt() argument
363 exp: i16, in format_shortest_opt()
369 ) -> Option<(&[u8], i16)> { in format_shortest_opt() argument
461 ) -> (/*digits*/ &'a [u8], /*exp*/ i16) { in format_shortest() argument
478 limit: i16, in format_exact_opt()
479 ) -> Option<(/*digits*/ &'a [u8], /*exp*/ i16)> { in format_exact_opt() argument
639 mut exp: i16, in format_exact_opt()
640 limit: i16, in format_exact_opt()
644 ) -> Option<(&[u8], i16)> { in format_exact_opt() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/core/tests/num/flt2dec/
H A Dmod.rs95 fn check_exact<F, T>(mut f: F, v: T, vstr: &str, expected: &[u8], expectedk: i16) in check_exact() argument
235 F: for<'a> FnMut(&Decoded, &'a mut [MaybeUninit<u8>]) -> (&'a [u8], i16), in f32_shortest_sanity_test() argument
282 F: for<'a> FnMut(&Decoded, &'a mut [MaybeUninit<u8>], i16) -> (&'a [u8], i16), in f32_exact_sanity_test() argument
326 F: for<'a> FnMut(&Decoded, &'a mut [MaybeUninit<u8>]) -> (&'a [u8], i16), in f64_shortest_sanity_test() argument
392 F: for<'a> FnMut(&Decoded, &'a mut [MaybeUninit<u8>], i16) -> (&'a [u8], i16), in f64_exact_sanity_test() argument
479 F: for<'a> FnMut(&Decoded, &'a mut [MaybeUninit<u8>]) -> (&'a [u8], i16), in more_shortest_sanity_test() argument
501 F: for<'a> FnMut(&Decoded, &'a mut [MaybeUninit<u8>]) -> (&'a [u8], i16), in to_shortest_str_test() argument
508 F: for<'a> FnMut(&Decoded, &'a mut [MaybeUninit<u8>]) -> (&'a [u8], i16), in to_shortest_str_test() argument
589 F: for<'a> FnMut(&Decoded, &'a mut [MaybeUninit<u8>]) -> (&'a [u8], i16), in to_shortest_exp_str_test() argument
593 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, exp_bounds: (i16, i16), upper: bool) -> String in to_shortest_exp_str_test() argument
[all …]
H A Drandom.rs24 F: for<'a> FnMut(&Decoded, &'a mut [MaybeUninit<u8>]) -> Option<(&'a [u8], i16)>, in iterate() argument
89 F: for<'a> FnMut(&Decoded, &'a mut [MaybeUninit<u8>]) -> Option<(&'a [u8], i16)>, in f32_random_equivalence_test() argument
105 F: for<'a> FnMut(&Decoded, &'a mut [MaybeUninit<u8>]) -> Option<(&'a [u8], i16)>, in f64_random_equivalence_test() argument
121 F: for<'a> FnMut(&Decoded, &'a mut [MaybeUninit<u8>]) -> Option<(&'a [u8], i16)>, in f32_exhaustive_equivalence_test() argument
/dports/www/zola/zola-0.15.2/cargo-crates/winapi-util-0.1.5/src/
H A Dfile.rs101 /// This corresponds to `dwVolumeSerialNumber`. in mode()
108 /// This corresponds to `nFileSizeHigh` and `nFileSizeLow`. in mode()
127 /// Represents a Windows file type. in max_window_size()
128 /// in max_window_size()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/parquet/src/record/
H A Dtriplet.rs113 pub fn max_def_level(&self) -> i16 { in max_def_level()
125 pub fn max_rep_level(&self) -> i16 { in max_rep_level()
241 fn max_def_level(&self) -> i16 { in max_def_level()
247 fn max_rep_level(&self) -> i16 { in max_rep_level()
267 fn current_def_level(&self) -> i16 { in current_def_level()
477 expected_def_levels: &[i16], in test_triplet_iter()
478 expected_rep_levels: &[i16], in test_triplet_iter()
503 expected_def_levels: &[i16], in test_column_in_file()
504 expected_rep_levels: &[i16], in test_column_in_file()
537 expected_def_levels: &[i16], in test_triplet_column()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/parquet/src/record/
H A Dtriplet.rs113 pub fn max_def_level(&self) -> i16 { in max_def_level()
125 pub fn max_rep_level(&self) -> i16 { in max_rep_level()
241 fn max_def_level(&self) -> i16 { in max_def_level()
247 fn max_rep_level(&self) -> i16 { in max_rep_level()
267 fn current_def_level(&self) -> i16 { in current_def_level()
484 expected_def_levels: &[i16], in test_triplet_iter()
485 expected_rep_levels: &[i16], in test_triplet_iter()
510 expected_def_levels: &[i16], in test_column_in_file()
511 expected_rep_levels: &[i16], in test_column_in_file()
544 expected_def_levels: &[i16], in test_triplet_column()
[all …]

12345678910>>...145