Home
last modified time | relevance | path

Searched refs:convert_char (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/dports/textproc/catdoc/catdoc-0.95/src/
H A Dreader.c34 fputs(convert_char((header[2]<<8)|header[3]),stdout); in copy_out()
35 fputs(convert_char((header[4]<<8)|header[5]),stdout); in copy_out()
36 fputs(convert_char((header[6]<<8)|header[7]),stdout); in copy_out()
63 fputs (convert_char(c),stdout); in copy_out()
67 fputs(convert_char((header[3]<<8)|header[2]),stdout); in copy_out()
68 fputs(convert_char((header[5]<<8)|header[4]),stdout); in copy_out()
69 fputs(convert_char((header[7]<<8)|header[6]),stdout); in copy_out()
73 if (i!=EOF) fputs(convert_char(i),stdout); in copy_out()
77 fputs(convert_char(to_unicode(source_charset,(unsigned char)header[i])),stdout); in copy_out()
82 fputs(convert_char(to_unicode(source_charset, in copy_out()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcharset.c150 int (*convert_char) (void *baton, int from, int *to); member
868 t->convert_char = table_convert_char; in table_translation()
961 if (! h2t || ! h2t->convert_char) in set_host_and_target_charsets()
968 if (! t2h || ! t2h->convert_char) in set_host_and_target_charsets()
996 if (h2t && h2t->convert_char) in set_host_and_target_charsets()
998 host_char_to_target_func = h2t->convert_char; in set_host_and_target_charsets()
1009 if (t2h && t2h->convert_char) in set_host_and_target_charsets()
1011 target_char_to_host_func = t2h->convert_char; in set_host_and_target_charsets()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcharset.c150 int (*convert_char) (void *baton, int from, int *to); member
868 t->convert_char = table_convert_char; in table_translation()
961 if (! h2t || ! h2t->convert_char) in set_host_and_target_charsets()
968 if (! t2h || ! t2h->convert_char) in set_host_and_target_charsets()
996 if (h2t && h2t->convert_char) in set_host_and_target_charsets()
998 host_char_to_target_func = h2t->convert_char; in set_host_and_target_charsets()
1009 if (t2h && t2h->convert_char) in set_host_and_target_charsets()
1011 target_char_to_host_func = t2h->convert_char; in set_host_and_target_charsets()
/dports/emulators/mess/mame-mame0226/plugins/data/
H A Dbutton_char.lua238 local function convert_char(str) function
245 return convert_char
/dports/emulators/mame/mame-mame0226/plugins/data/
H A Dbutton_char.lua238 local function convert_char(str) function
245 return convert_char
/dports/biology/diamond/diamond-2.0.13/src/util/
H A Dseq_file_format.cpp32 inline char convert_char(char a, const ValueTraits& value_traits) in convert_char() function
38 inline char convert_char<Sequence_data>(char a, const ValueTraits& value_traits) in convert_char() function
47 v.push_back(convert_char<_what>(*i, value_traits)); in copy_line()
/dports/devel/librcd/librcd-0.1.14/statgen/
H A Dgenerate.c65 unsigned char convert_char(unsigned char c) { in convert_char() function
94 la=convert_char(la); in get_array_pos()
95 ua=convert_char(ua); in get_array_pos()
96 lb=convert_char(lb); in get_array_pos()
97 ub=convert_char(ub); in get_array_pos()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/rayon-1.4.0/src/
H A Drange_inclusive.rs162 macro_rules! convert_char { macro
194 convert_char!(self.drive(consumer)) in drive_unindexed()
209 convert_char!(self.drive(consumer)) in drive()
231 convert_char!(self.with_producer(callback)) in with_producer()
H A Drange.rs228 macro_rules! convert_char { macro
256 convert_char!(self.drive(consumer)) in drive_unindexed()
270 convert_char!(self.drive(consumer)) in drive()
292 convert_char!(self.with_producer(callback)) in with_producer()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/rayon-1.5.0/src/
H A Drange_inclusive.rs162 macro_rules! convert_char { macro
194 convert_char!(self.drive(consumer)) in drive_unindexed()
209 convert_char!(self.drive(consumer)) in drive()
231 convert_char!(self.with_producer(callback)) in with_producer()
/dports/graphics/viu/viu-1.1/cargo-crates/rayon-1.4.0/src/
H A Drange_inclusive.rs162 macro_rules! convert_char { macro
194 convert_char!(self.drive(consumer)) in drive_unindexed()
209 convert_char!(self.drive(consumer)) in drive()
231 convert_char!(self.with_producer(callback)) in with_producer()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rayon-1.4.0/src/
H A Drange_inclusive.rs162 macro_rules! convert_char { macro
194 convert_char!(self.drive(consumer)) in drive_unindexed()
209 convert_char!(self.drive(consumer)) in drive()
231 convert_char!(self.with_producer(callback)) in with_producer()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/rayon-1.5.0/src/
H A Drange_inclusive.rs162 macro_rules! convert_char { macro
194 convert_char!(self.drive(consumer)) in drive_unindexed()
209 convert_char!(self.drive(consumer)) in drive()
231 convert_char!(self.with_producer(callback)) in with_producer()
H A Drange.rs228 macro_rules! convert_char { macro
256 convert_char!(self.drive(consumer)) in drive_unindexed()
270 convert_char!(self.drive(consumer)) in drive()
292 convert_char!(self.with_producer(callback)) in with_producer()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/rayon-1.5.0/src/
H A Drange_inclusive.rs162 macro_rules! convert_char { macro
194 convert_char!(self.drive(consumer)) in drive_unindexed()
209 convert_char!(self.drive(consumer)) in drive()
231 convert_char!(self.with_producer(callback)) in with_producer()
/dports/vietnamese/vnconvert/vi-vnconvert-1.0_1/
H A Dvnconvert.c202 convert_char(*(buf+k), in main()
214 convert_char(*(buf+k), in main()
236 *(obuf+i) = convert_char(*(obuf+i), in main()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Languages/OpenCL/
H A DIBiF_Conversions.cl1433 return convert_char(_T);
1437 return convert_char(_T);
1441 return convert_char(_T);
1445 return convert_char(_T);
1449 return convert_char(_T);
1453 return convert_char(_T);
1457 return convert_char(_T);
1461 return convert_char(_T);
1469 return convert_char(_T);
1473 return convert_char(_T);
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/rayon-1.5.1/src/
H A Drange_inclusive.rs240 macro_rules! convert_char { macro
272 convert_char!(self.drive(consumer)) in drive_unindexed()
287 convert_char!(self.drive(consumer)) in drive()
309 convert_char!(self.with_producer(callback)) in with_producer()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/rayon-1.5.1/src/
H A Drange_inclusive.rs240 macro_rules! convert_char { macro
272 convert_char!(self.drive(consumer)) in drive_unindexed()
287 convert_char!(self.drive(consumer)) in drive()
309 convert_char!(self.with_producer(callback)) in with_producer()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/rayon-1.5.1/src/
H A Drange_inclusive.rs240 macro_rules! convert_char { macro
272 convert_char!(self.drive(consumer)) in drive_unindexed()
287 convert_char!(self.drive(consumer)) in drive()
309 convert_char!(self.with_producer(callback)) in with_producer()
/dports/misc/broot/broot-1.7.0/cargo-crates/rayon-1.5.1/src/
H A Drange_inclusive.rs240 macro_rules! convert_char { macro
272 convert_char!(self.drive(consumer)) in drive_unindexed()
287 convert_char!(self.drive(consumer)) in drive()
309 convert_char!(self.with_producer(callback)) in with_producer()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rayon-1.5.1/src/
H A Drange_inclusive.rs240 macro_rules! convert_char { macro
272 convert_char!(self.drive(consumer)) in drive_unindexed()
287 convert_char!(self.drive(consumer)) in drive()
309 convert_char!(self.with_producer(callback)) in with_producer()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/rayon-1.5.1/src/
H A Drange_inclusive.rs240 macro_rules! convert_char { macro
272 convert_char!(self.drive(consumer)) in drive_unindexed()
287 convert_char!(self.drive(consumer)) in drive()
309 convert_char!(self.with_producer(callback)) in with_producer()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/rayon-1.5.1/src/
H A Drange_inclusive.rs240 macro_rules! convert_char { macro
272 convert_char!(self.drive(consumer)) in drive_unindexed()
287 convert_char!(self.drive(consumer)) in drive()
309 convert_char!(self.with_producer(callback)) in with_producer()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/rayon-1.5.1/src/
H A Drange_inclusive.rs240 macro_rules! convert_char { macro
272 convert_char!(self.drive(consumer)) in drive_unindexed()
287 convert_char!(self.drive(consumer)) in drive()
309 convert_char!(self.with_producer(callback)) in with_producer()

12345678910>>...19