Home
last modified time | relevance | path

Searched refs:write_byte (Results 1 – 25 of 2605) sorted by relevance

12345678910>>...105

/dports/games/libretro-fuse/fuse-libretro-8b51f87/libspectrum/test/
H A Dcomplete-tzx.pl6 sub write_byte { subroutine
17 write_byte( $w % 0x100 );
18 write_byte( $w / 0x100 );
50 write_byte( 0x10 );
62 write_byte( 0x11 );
80 write_byte( 0x12 );
90 write_byte( 0x13 );
100 write_byte( 0x14 );
114 write_byte( 0x20 );
123 write_byte( 0x21 );
[all …]
/dports/emulators/libspectrum/libspectrum-1.5.0/test/
H A Dcomplete-tzx.pl6 sub write_byte { subroutine
17 write_byte( $w % 0x100 );
18 write_byte( $w / 0x100 );
50 write_byte( 0x10 );
62 write_byte( 0x11 );
80 write_byte( 0x12 );
90 write_byte( 0x13 );
100 write_byte( 0x14 );
114 write_byte( 0x20 );
123 write_byte( 0x21 );
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dcanon630u-common.c527 write_byte (fd, 0x0b, 0x0d); in init()
528 write_byte (fd, 0x0c, 0x4c); in init()
529 write_byte (fd, 0x0d, 0x2f); in init()
534 write_byte (fd, 0x70, 0x73); in init()
756 write_byte (fd, 0x70, 0x73); in plugin_cal()
818 write_byte (fd, 0x47, 0xff); in plugin_cal()
822 write_byte (fd, 0x49, 0x04); in plugin_cal()
826 write_byte (fd, 0x4b, 0xc8); in plugin_cal()
961 write_byte (fd, 0x69, 0x0a); in plugin_cal()
1340 write_byte (fd, 0x29, 0x02); in scan()
[all …]
/dports/x11-fonts/psftools/psftools-1.0.13/winfonts/
H A Dfnts2fon.c119 if (write_byte(fp, 'Z')) return -1; in mz_write_header()
142 if (write_byte(fp, 0)) return -1; in mz_write_header()
165 if (write_byte(fp, 0xE8)) return -1; in mz_write_body()
185 if (write_byte(fp, 0xE8)) return -1; in mz_write_body()
230 if (write_byte(fp, 0)) return -1; in mz_write_body()
353 if (write_byte(fp, strlen(modname))) return -1; in ne_write_rname_table()
358 if (write_byte(fp, 0)) return -1; in ne_write_rname_table()
417 if (write_byte(fp, 0)) return -1; in ne_write_nonres_table()
608 if (write_byte(fp, 0)) return -1; in ne_write_fontdirs()
611 if (write_byte(fp, 0)) return -1; in ne_write_fontdirs()
[all …]
H A Dmswfntw.c46 if (write_byte (fp, f->dfItalic)) return -1; in msw_fontinfo_write()
47 if (write_byte (fp, f->dfUnderline)) return -1; in msw_fontinfo_write()
48 if (write_byte (fp, f->dfStrikeOut)) return -1; in msw_fontinfo_write()
50 if (write_byte (fp, f->dfCharSet)) return -1; in msw_fontinfo_write()
53 if (write_byte (fp, f->dfPitchAndFamily)) return -1; in msw_fontinfo_write()
56 if (write_byte (fp, f->dfFirstChar)) return -1; in msw_fontinfo_write()
57 if (write_byte (fp, f->dfLastChar)) return -1; in msw_fontinfo_write()
58 if (write_byte (fp, f->dfDefaultChar)) return -1; in msw_fontinfo_write()
59 if (write_byte (fp, f->dfBreakChar)) return -1; in msw_fontinfo_write()
67 if (write_byte (fp, f->dfReserved)) return -1; in msw_fontinfo_write()
/dports/emulators/frodo/Frodo-4.1b/Src/
H A DCPU_emulline.i1017 write_byte(adr, tmp);
1023 write_byte(adr, tmp);
1029 write_byte(adr, tmp);
1035 write_byte(adr, tmp);
1041 write_byte(adr, tmp);
1067 write_byte(adr, tmp);
1073 write_byte(adr, tmp);
1079 write_byte(adr, tmp);
1085 write_byte(adr, tmp);
1091 write_byte(adr, tmp);
[all …]
/dports/games/quadra/quadra-1.3.0/source/
H A Dpackets.cpp33 p->write_byte(1); in write()
36 p->write_byte(os); in write()
61 p->write_byte(a->type); in write_attack()
329 p->write_byte(team); in write()
442 p->write_byte(pos); in write()
461 p->write_byte(pos); in write()
591 p->write_byte(x); in write()
592 p->write_byte(y); in write()
767 p->write_byte(nb); in write()
768 p->write_byte(nc); in write()
[all …]
/dports/graphics/pgplot/pgplot/drivers/
H A Dcgdriv.c145 write_byte(pt,cp[1]); in write_float()
146 write_byte(pt,cp[2]); in write_float()
176 write_byte(pt,0); in begin_metafile()
202 write_byte(pt,0); in metafile_description()
230 write_byte(pt,0); in begin_picture()
244 write_byte(pt,index); in colour_table()
245 write_byte(pt,r); in colour_table()
246 write_byte(pt,g); in colour_table()
247 write_byte(pt,b); in colour_table()
285 write_byte(pt,0); in line_colour()
[all …]
/dports/devel/icestorm/icestorm-710470f9/icemulti/
H A Dicemulti.cc129 write_byte(ofs, file_offset, 0x7e); in write_header()
130 write_byte(ofs, file_offset, 0xaa); in write_header()
131 write_byte(ofs, file_offset, 0x99); in write_header()
132 write_byte(ofs, file_offset, 0x7e); in write_header()
135 write_byte(ofs, file_offset, 0x92); in write_header()
136 write_byte(ofs, file_offset, 0x00); in write_header()
140 write_byte(ofs, file_offset, 0x44); in write_header()
141 write_byte(ofs, file_offset, 0x03); in write_header()
147 write_byte(ofs, file_offset, 0x82); in write_header()
148 write_byte(ofs, file_offset, 0x00); in write_header()
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dunicode.cpp56 static void write_byte(int ch);
462 write_byte(char_val); in write_utf8()
477 write_byte(ch >> 8); in write_utf16()
483 write_byte(ch >> 8); in write_utf16()
495 write_byte(w1 >> 8); in write_utf16()
497 write_byte(w2 >> 8); in write_utf16()
503 write_byte(w1 >> 8); in write_utf16()
520 write_byte(0xef); in write_bom()
521 write_byte(0xbb); in write_bom()
522 write_byte(0xbf); in write_bom()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/v60/
H A Dam3.hxx29 m_program->write_byte(m_reg[m_modval & 0x1F], m_modwritevalb); in am3RegisterIndirect()
47 m_program->write_byte(m_reg[m_modval2 & 0x1F] + m_reg[m_modval & 0x1F], m_modwritevalb); in am3RegisterIndirectIndexed()
65 m_program->write_byte(m_reg[m_modval & 0x1F], m_modwritevalb); in am3Autoincrement()
87 m_program->write_byte(m_reg[m_modval & 0x1F], m_modwritevalb); in am3Autodecrement()
107 m_program->write_byte(m_reg[m_modval & 0x1F] + (int8_t)OpRead8(m_modadd + 1), m_modwritevalb); in am3Displacement8()
143 m_program->write_byte(m_reg[m_modval & 0x1F] + OpRead32(m_modadd + 1), m_modwritevalb); in am3Displacement32()
217 m_program->write_byte(PC + (int8_t)OpRead8(m_modadd + 1), m_modwritevalb); in am3PCDisplacement8()
235 m_program->write_byte(PC + (int16_t)OpRead16(m_modadd + 1), m_modwritevalb); in am3PCDisplacement16()
253 m_program->write_byte(PC + OpRead32(m_modadd + 1), m_modwritevalb); in am3PCDisplacement32()
653 m_program->write_byte(OpRead32(m_modadd + 1), m_modwritevalb); in am3DirectAddress()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/v60/
H A Dam3.hxx29 m_program->write_byte(m_reg[m_modval & 0x1F], m_modwritevalb); in am3RegisterIndirect()
47 m_program->write_byte(m_reg[m_modval2 & 0x1F] + m_reg[m_modval & 0x1F], m_modwritevalb); in am3RegisterIndirectIndexed()
65 m_program->write_byte(m_reg[m_modval & 0x1F], m_modwritevalb); in am3Autoincrement()
87 m_program->write_byte(m_reg[m_modval & 0x1F], m_modwritevalb); in am3Autodecrement()
107 m_program->write_byte(m_reg[m_modval & 0x1F] + (int8_t)OpRead8(m_modadd + 1), m_modwritevalb); in am3Displacement8()
143 m_program->write_byte(m_reg[m_modval & 0x1F] + OpRead32(m_modadd + 1), m_modwritevalb); in am3Displacement32()
217 m_program->write_byte(PC + (int8_t)OpRead8(m_modadd + 1), m_modwritevalb); in am3PCDisplacement8()
235 m_program->write_byte(PC + (int16_t)OpRead16(m_modadd + 1), m_modwritevalb); in am3PCDisplacement16()
253 m_program->write_byte(PC + OpRead32(m_modadd + 1), m_modwritevalb); in am3PCDisplacement32()
653 m_program->write_byte(OpRead32(m_modadd + 1), m_modwritevalb); in am3DirectAddress()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dcbm_snqk.cpp81 space.write_byte(address + i + offset, data[i]); in general_cbm_loadsnap()
92 space.write_byte(0xae, hiaddress & 0xff); in cbm_quick_sethiaddress()
93 space.write_byte(0x31, hiaddress & 0xff); in cbm_quick_sethiaddress()
94 space.write_byte(0x2f, hiaddress & 0xff); in cbm_quick_sethiaddress()
95 space.write_byte(0x2d, hiaddress & 0xff); in cbm_quick_sethiaddress()
96 space.write_byte(0xaf, hiaddress >> 8); in cbm_quick_sethiaddress()
97 space.write_byte(0x32, hiaddress >> 8); in cbm_quick_sethiaddress()
98 space.write_byte(0x30, hiaddress >> 8); in cbm_quick_sethiaddress()
99 space.write_byte(0x2e, hiaddress >> 8); in cbm_quick_sethiaddress()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dcbm_snqk.cpp81 space.write_byte(address + i + offset, data[i]); in general_cbm_loadsnap()
92 space.write_byte(0xae, hiaddress & 0xff); in cbm_quick_sethiaddress()
93 space.write_byte(0x31, hiaddress & 0xff); in cbm_quick_sethiaddress()
94 space.write_byte(0x2f, hiaddress & 0xff); in cbm_quick_sethiaddress()
95 space.write_byte(0x2d, hiaddress & 0xff); in cbm_quick_sethiaddress()
96 space.write_byte(0xaf, hiaddress >> 8); in cbm_quick_sethiaddress()
97 space.write_byte(0x32, hiaddress >> 8); in cbm_quick_sethiaddress()
98 space.write_byte(0x30, hiaddress >> 8); in cbm_quick_sethiaddress()
99 space.write_byte(0x2e, hiaddress >> 8); in cbm_quick_sethiaddress()
/dports/security/cloak/cloak-0.2.0/cargo-crates/ring-0.14.6/src/io/
H A Dder_writer.rs22 output.write_byte(0); // Disambiguate negative number. in write_positive_integer()
51 output.write_byte(tag as u8); in write_tlv()
53 output.write_byte(length as u8); in write_tlv()
55 output.write_byte(0x81); in write_tlv()
56 output.write_byte(length as u8); in write_tlv()
58 output.write_byte(0x82); in write_tlv()
59 output.write_byte((length / 0x1_00) as u8); in write_tlv()
60 output.write_byte(length as u8); in write_tlv()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/rb/lib/thrift/protocol/
H A Dcompact_protocol.rb108 write_byte(PROTOCOL_ID)
149 write_byte((id - last_id) << 4 | typeToWrite)
152 write_byte(typeToWrite)
161 write_byte(Types::STOP)
166 write_byte(0)
189 write_byte(type)
193 def write_byte(byte) method in Thrift.CompactProtocol
373 write_byte(n)
378 write_byte((n & 0x7F) | 0x80)
391 write_byte(n)
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/rb/lib/thrift/protocol/
H A Dcompact_protocol.rb108 write_byte(PROTOCOL_ID)
149 write_byte((id - last_id) << 4 | typeToWrite)
152 write_byte(typeToWrite)
161 write_byte(Types::STOP)
166 write_byte(0)
189 write_byte(type)
193 def write_byte(byte) method in Thrift.CompactProtocol
373 write_byte(n)
378 write_byte((n & 0x7F) | 0x80)
391 write_byte(n)
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/rb/lib/thrift/protocol/
H A Dcompact_protocol.rb108 write_byte(PROTOCOL_ID)
149 write_byte((id - last_id) << 4 | typeToWrite)
152 write_byte(typeToWrite)
161 write_byte(Types::STOP)
166 write_byte(0)
189 write_byte(type)
193 def write_byte(byte) method in Thrift.CompactProtocol
373 write_byte(n)
378 write_byte((n & 0x7F) | 0x80)
391 write_byte(n)
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/rb/lib/thrift/protocol/
H A Dcompact_protocol.rb108 write_byte(PROTOCOL_ID)
149 write_byte((id - last_id) << 4 | typeToWrite)
152 write_byte(typeToWrite)
161 write_byte(Types::STOP)
166 write_byte(0)
189 write_byte(type)
193 def write_byte(byte) method in Thrift.CompactProtocol
373 write_byte(n)
378 write_byte((n & 0x7F) | 0x80)
391 write_byte(n)
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/rb/lib/thrift/protocol/
H A Dcompact_protocol.rb108 write_byte(PROTOCOL_ID)
149 write_byte((id - last_id) << 4 | typeToWrite)
152 write_byte(typeToWrite)
161 write_byte(Types::STOP)
166 write_byte(0)
189 write_byte(type)
193 def write_byte(byte) method in Thrift.CompactProtocol
373 write_byte(n)
378 write_byte((n & 0x7F) | 0x80)
391 write_byte(n)
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/rb/lib/thrift/protocol/
H A Dcompact_protocol.rb108 write_byte(PROTOCOL_ID)
149 write_byte((id - last_id) << 4 | typeToWrite)
152 write_byte(typeToWrite)
161 write_byte(Types::STOP)
166 write_byte(0)
189 write_byte(type)
193 def write_byte(byte) method in Thrift.CompactProtocol
373 write_byte(n)
378 write_byte((n & 0x7F) | 0x80)
391 write_byte(n)
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/rb/lib/thrift/protocol/
H A Dcompact_protocol.rb108 write_byte(PROTOCOL_ID)
149 write_byte((id - last_id) << 4 | typeToWrite)
152 write_byte(typeToWrite)
161 write_byte(Types::STOP)
166 write_byte(0)
189 write_byte(type)
193 def write_byte(byte) method in Thrift.CompactProtocol
373 write_byte(n)
378 write_byte((n & 0x7F) | 0x80)
391 write_byte(n)
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/rb/lib/thrift/protocol/
H A Dcompact_protocol.rb108 write_byte(PROTOCOL_ID)
149 write_byte((id - last_id) << 4 | typeToWrite)
152 write_byte(typeToWrite)
161 write_byte(Types::STOP)
166 write_byte(0)
189 write_byte(type)
193 def write_byte(byte) method in Thrift.CompactProtocol
373 write_byte(n)
378 write_byte((n & 0x7F) | 0x80)
391 write_byte(n)
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/rb/lib/thrift/protocol/
H A Dcompact_protocol.rb108 write_byte(PROTOCOL_ID)
149 write_byte((id - last_id) << 4 | typeToWrite)
152 write_byte(typeToWrite)
161 write_byte(Types::STOP)
166 write_byte(0)
189 write_byte(type)
193 def write_byte(byte) method in Thrift.CompactProtocol
373 write_byte(n)
378 write_byte((n & 0x7F) | 0x80)
391 write_byte(n)
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ring-0.16.20/src/io/
H A Dder_writer.rs23 output.write_byte(0); // Disambiguate negative number. in write_positive_integer()
52 output.write_byte(tag as u8); in write_tlv()
54 output.write_byte(length as u8); in write_tlv()
56 output.write_byte(0x81); in write_tlv()
57 output.write_byte(length as u8); in write_tlv()
59 output.write_byte(0x82); in write_tlv()
60 output.write_byte((length / 0x1_00) as u8); in write_tlv()
61 output.write_byte(length as u8); in write_tlv()

12345678910>>...105