Home
last modified time | relevance | path

Searched refs:set_byte (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/dports/games/xzip/xzip/
H A Dcontrol.c269 set_byte (H_INTERPRETER, h_interpreter);
270 set_byte (H_INTERPRETER_VERSION, h_interpreter_version);
272 set_byte (0x32, 0x01);
273 set_byte (0x33, 0x00);
275 set_byte (H_SCREEN_ROWS, screen_rows); /* Screen dimension in characters */
276 set_byte (H_SCREEN_COLUMNS, screen_cols);
279 set_byte (H_SCREEN_RIGHT, screen_cols);
280 set_byte (H_SCREEN_TOP, 0);
281 set_byte (H_SCREEN_BOTTOM, screen_rows);
283 set_byte (H_MAX_CHAR_WIDTH, 1); /* Size of a character in screen units */
[all …]
H A Dobject.c391 set_byte (objp, value);
437 set_byte (objp, value);
483 set_byte (PARENT3 (objp), value);
485 set_byte (NEXT3 (objp), value);
487 set_byte (CHILD3 (objp), value);
/dports/games/jzip/jzip-2.0.1g/
H A Dcontrol.c226 set_byte (H_INTERPRETER, h_interpreter); in restart()
227 set_byte (H_INTERPRETER_VERSION, h_interpreter_version); in restart()
228 set_byte (H_SCREEN_ROWS, screen_rows); /* Screen dimension in characters */ in restart()
229 set_byte (H_SCREEN_COLUMNS, screen_cols); in restart()
231 set_byte (H_SCREEN_LEFT, 0); /* Screen dimension in smallest addressable units, ie. pixels */ in restart()
232 set_byte (H_SCREEN_RIGHT, screen_cols); in restart()
233 set_byte (H_SCREEN_TOP, 0); in restart()
234 set_byte (H_SCREEN_BOTTOM, screen_rows); in restart()
236 set_byte (H_MAX_CHAR_WIDTH, 1); /* Size of a character in screen units */ in restart()
237 set_byte (H_MAX_CHAR_HEIGHT, 1); in restart()
H A Dobject.c315 set_byte (objp, value);
353 set_byte (objp, value);
399 set_byte (PARENT3 (objp), value);
401 set_byte (NEXT3 (objp), value);
403 set_byte (CHILD3 (objp), value);
/dports/net/py-impacket/impacket-0.9.17/impacket/
H A DIP6.py124 self.set_byte(0, b)
132 self.set_byte(0, b0)
133 self.set_byte(1, b1)
139 self.set_byte(1, b1)
140 self.set_byte(2, (flow_label & 0x0FF00) >> 8)
141 self.set_byte(3, (flow_label & 0x000FF))
145 self.set_byte(4, (payload_length & 0xFF00) >> 8)
146 self.set_byte(5, (payload_length & 0x00FF))
150 self.set_byte(6, next_header)
153 self.set_byte(7, hop_limit)
H A Ddot11.py313 self.header.set_byte(1, nb)
327 self.header.set_byte(1, nb)
341 self.header.set_byte(1, nb)
355 self.header.set_byte(1, nb)
397 self.header.set_byte(1, nb)
425 self.header.set_byte(0, nb)
439 self.header.set_byte(0, nb)
453 self.header.set_byte(0, nb)
467 self.header.set_byte(0, nb)
1071 self.header.set_byte(3, nb)
[all …]
H A DImpactPacket.py154 self.set_byte(index, b1)
857 self.set_byte(0, n)
868 self.set_byte(0, n)
874 self.set_byte(1, value)
1025 self.set_byte(8, value)
1031 self.set_byte(9, value)
1198 self.set_byte(1, len)
1202 self.set_byte(2, ptr)
1649 self.set_byte(0, kind)
1659 self.set_byte(1, len)
[all …]
H A DIP6_Extension_Headers.py124 self.set_byte(0, next_header & 0xFF)
127 self.set_byte(1, header_extension_length & 0xFF)
182 self.set_byte(0, option_type)
188 self.set_byte(1, length)
317 self.set_byte(2, routing_type)
323 self.set_byte(3, segments_left)
H A Dhelper.py62 o.header.set_byte(self.index, b)
73 o.header.set_byte(self.index, value)
/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/test/
H A Dtest_types.hxx28 set_byte(0, b1); in ipv4()
29 set_byte(1, b2); in ipv4()
30 set_byte(2, b3); in ipv4()
31 set_byte(3, b4); in ipv4()
47 void set_byte(int byte, uint32_t value) in set_byte() function in ipv4
91 ts.set_byte(int(i), uint32_t(std::stoi(match[i + 1]))); in from_string()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dbit_util.cc83 constexpr uint8_t set_byte = value ? UINT8_MAX : 0; in SetBitmapImpl() local
102 data[offset / 8] = BitUtil::SpliceWord(8 - prologue, data[offset / 8], set_byte); in SetBitmapImpl()
108 std::memset(data + offset / 8, set_byte, length / 8); in SetBitmapImpl()
116 BitUtil::SpliceWord(static_cast<int32_t>(length), set_byte, data[offset / 8]); in SetBitmapImpl()
/dports/devel/plasma/plasma-5bb07b3/tests/analyzer/
H A Darrays.py21 api.set_byte(global_ptr + 8)
27 api.set_byte(global_string)
28 api.set_byte(global_ptr + 8)
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/vpfutil/
H A Dset.c105 static char set_byte( long int nbyte, set_type set ) in set_byte() function
418 if (set_byte(i,set)) { in set_empty()
860 byte = set_byte(nbyte,set); in num_in_set()
928 if (set_byte(i,a) != set_byte(i,b)) return FALSE;
1095 byte = set_byte(i,a) | set_byte(i,b);
1173 byte = set_byte(i,a) & set_byte(i,b); in set_intersection()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dbeam_lib_SUITE.erl241 BF2 = set_byte(ACopy, BeamFile, ImportStart+4, 17),
243 BF3 = set_byte(ACopy, BeamFile, AtomStart-6, 17),
245 BF4 = set_byte(ACopy, BeamFile, DebugInfoStart+10, 17),
247 BF5 = set_byte(ACopy, BeamFile, AttributesStart+8, 17),
250 BF6 = set_byte(ACopy, BeamFile, 1, 17),
252 BF7 = set_byte(ACopy, BeamFile, 9, 17),
255 BF8 = set_byte(ACopy, BeamFile, 13, 17),
258 BF9 = set_byte(ACopy, BeamFile, CompileInfoStart+8, 17),
740 set_byte(Backup, File, Pos, Byte) -> function
742 set_byte(File, Pos, Byte),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dbeam_lib_SUITE.erl242 BF2 = set_byte(ACopy, BeamFile, ImportStart+4, 17),
244 BF3 = set_byte(ACopy, BeamFile, AtomStart-6, 17),
246 BF4 = set_byte(ACopy, BeamFile, DebugInfoStart+10, 17),
248 BF5 = set_byte(ACopy, BeamFile, AttributesStart+8, 17),
251 BF6 = set_byte(ACopy, BeamFile, 1, 17),
253 BF7 = set_byte(ACopy, BeamFile, 9, 17),
256 BF8 = set_byte(ACopy, BeamFile, 13, 17),
259 BF9 = set_byte(ACopy, BeamFile, CompileInfoStart+8, 17),
828 set_byte(Backup, File, Pos, Byte) -> function
830 set_byte(File, Pos, Byte),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dbeam_lib_SUITE.erl241 BF2 = set_byte(ACopy, BeamFile, ImportStart+4, 17),
243 BF3 = set_byte(ACopy, BeamFile, AtomStart-6, 17),
245 BF4 = set_byte(ACopy, BeamFile, DebugInfoStart+10, 17),
247 BF5 = set_byte(ACopy, BeamFile, AttributesStart+8, 17),
250 BF6 = set_byte(ACopy, BeamFile, 1, 17),
252 BF7 = set_byte(ACopy, BeamFile, 9, 17),
255 BF8 = set_byte(ACopy, BeamFile, 13, 17),
258 BF9 = set_byte(ACopy, BeamFile, CompileInfoStart+8, 17),
804 set_byte(Backup, File, Pos, Byte) -> function
806 set_byte(File, Pos, Byte),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dbeam_lib_SUITE.erl251 BF2 = set_byte(ACopy, BeamFile, ImportStart+4, 17),
253 BF3 = set_byte(ACopy, BeamFile, AtomStart-6, 17),
255 BF4 = set_byte(ACopy, BeamFile, DebugInfoStart+10, 17),
257 BF5 = set_byte(ACopy, BeamFile, AttributesStart+8, 17),
260 BF6 = set_byte(ACopy, BeamFile, 1, 17),
262 BF7 = set_byte(ACopy, BeamFile, 9, 17),
265 BF8 = set_byte(ACopy, BeamFile, 13, 17),
268 BF9 = set_byte(ACopy, BeamFile, CompileInfoStart+8, 17),
869 set_byte(Backup, File, Pos, Byte) -> function
871 set_byte(File, Pos, Byte),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dbeam_lib_SUITE.erl251 BF2 = set_byte(ACopy, BeamFile, ImportStart+4, 17),
253 BF3 = set_byte(ACopy, BeamFile, AtomStart-6, 17),
255 BF4 = set_byte(ACopy, BeamFile, DebugInfoStart+10, 17),
257 BF5 = set_byte(ACopy, BeamFile, AttributesStart+8, 17),
260 BF6 = set_byte(ACopy, BeamFile, 1, 17),
262 BF7 = set_byte(ACopy, BeamFile, 9, 17),
265 BF8 = set_byte(ACopy, BeamFile, 13, 17),
268 BF9 = set_byte(ACopy, BeamFile, CompileInfoStart+8, 17),
869 set_byte(Backup, File, Pos, Byte) -> function
871 set_byte(File, Pos, Byte),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Dbeam_lib_SUITE.erl251 BF2 = set_byte(ACopy, BeamFile, ImportStart+4, 17),
253 BF3 = set_byte(ACopy, BeamFile, AtomStart-6, 17),
255 BF4 = set_byte(ACopy, BeamFile, DebugInfoStart+10, 17),
257 BF5 = set_byte(ACopy, BeamFile, AttributesStart+8, 17),
260 BF6 = set_byte(ACopy, BeamFile, 1, 17),
262 BF7 = set_byte(ACopy, BeamFile, 9, 17),
265 BF8 = set_byte(ACopy, BeamFile, 13, 17),
268 BF9 = set_byte(ACopy, BeamFile, CompileInfoStart+8, 17),
869 set_byte(Backup, File, Pos, Byte) -> function
871 set_byte(File, Pos, Byte),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Dbeam_lib_SUITE.erl251 BF2 = set_byte(ACopy, BeamFile, ImportStart+4, 17),
253 BF3 = set_byte(ACopy, BeamFile, AtomStart-6, 17),
255 BF4 = set_byte(ACopy, BeamFile, DebugInfoStart+10, 17),
257 BF5 = set_byte(ACopy, BeamFile, AttributesStart+8, 17),
260 BF6 = set_byte(ACopy, BeamFile, 1, 17),
262 BF7 = set_byte(ACopy, BeamFile, 9, 17),
265 BF8 = set_byte(ACopy, BeamFile, 13, 17),
268 BF9 = set_byte(ACopy, BeamFile, CompileInfoStart+8, 17),
869 set_byte(Backup, File, Pos, Byte) -> function
871 set_byte(File, Pos, Byte),
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/ast/
H A Dserializervisitor.hxx53 set_byte(4, (unsigned char)SCI_VERSION_MAJOR); in set_version()
54 set_byte(5, (unsigned char)SCI_VERSION_MINOR); in set_version()
55 set_byte(6, (unsigned char)SCI_VERSION_MAINTENANCE); in set_version()
56 set_byte(7, (unsigned char)0); in set_version()
70 void set_byte(unsigned int pos, unsigned char n) in set_byte() function in ast::SerializeVisitor
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dfts3corrupt2.test63 proc set_byte {blob byte val} {
78 set b2 [set_byte $blob $i $c]
94 set b2 [set_byte $blob $i $c]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dfts3corrupt2.test65 proc set_byte {blob byte val} {
80 set b2 [set_byte $blob $i $c]
96 set b2 [set_byte $blob $i $c]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dfts3corrupt2.test65 proc set_byte {blob byte val} {
80 set b2 [set_byte $blob $i $c]
96 set b2 [set_byte $blob $i $c]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dfts3corrupt2.test63 proc set_byte {blob byte val} {
78 set b2 [set_byte $blob $i $c]
94 set b2 [set_byte $blob $i $c]

12345678910>>...14