Home
last modified time | relevance | path

Searched refs:start_byte (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/dports/astro/xtide/libtcd-2.2.7/
H A Dbit_pack.c108 start_byte = start >> 3; in bit_pack()
122 i = end_byte - start_byte - 1; in bit_pack()
127 if (start_byte == end_byte) in bit_pack()
140 buffer[start_byte] |= (value << (8 - end_bit)) & in bit_pack()
151 buffer[start_byte] &= mask[start_bit]; in bit_pack()
170 buffer[start_byte] &= 0; in bit_pack()
183 buffer[start_byte] &= notmask[end_bit]; in bit_pack()
191 buffer[start_byte] |= (value << (8 - end_bit)); in bit_pack()
237 start_byte = start >> 3; in bit_unpack()
251 i = end_byte - start_byte - 1; in bit_unpack()
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/io/rg16/
H A Dcore.py596 start_byte = 64
600 start_byte += 32
604 def _read_channel_set(fi, start_byte): argument
646 start_byte = 32 + 32 + 32 * nbr_channel_set
648 start_byte += 32
650 start_byte += 32
657 start_byte += 32
669 def _read_extended_header_1(fi, start_byte): argument
686 def _read_extended_header_2(fi, start_byte): argument
728 def _read_extended_header_3(fi, start_byte): argument
[all …]
/dports/devel/google-perftools/gperftools-2.9.1/src/windows/
H A Dmini_disassembler.cc55 unsigned char* start_byte, in Disassemble() argument
61 unsigned char* current_byte = start_byte; in Disassemble()
133 if (0xF2 == (*start_byte)) in ProcessPrefixes()
135 else if (0xF3 == (*start_byte)) in ProcessPrefixes()
137 else if (0x66 == (*start_byte)) in ProcessPrefixes()
145 ProcessPrefixes(start_byte + 1, size); in ProcessPrefixes()
213 ProcessModrm(start_byte, size); in ProcessOpcode()
225 ProcessModrm(start_byte + 1, size); in ProcessOpcode()
371 unsigned char modrm = (*start_byte); in ProcessModrm()
399 return ProcessSib(start_byte + 1, mod, size); in ProcessModrm()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.cc55 unsigned char* start_byte, in Disassemble() argument
61 unsigned char* current_byte = start_byte; in Disassemble()
133 if (0xF2 == (*start_byte)) in ProcessPrefixes()
135 else if (0xF3 == (*start_byte)) in ProcessPrefixes()
137 else if (0x66 == (*start_byte)) in ProcessPrefixes()
145 ProcessPrefixes(start_byte + 1, size); in ProcessPrefixes()
213 ProcessModrm(start_byte, size); in ProcessOpcode()
225 ProcessModrm(start_byte + 1, size); in ProcessOpcode()
371 unsigned char modrm = (*start_byte); in ProcessModrm()
399 return ProcessSib(start_byte + 1, mod, size); in ProcessModrm()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler.cc55 unsigned char* start_byte, in Disassemble() argument
61 unsigned char* current_byte = start_byte; in Disassemble()
133 if (0xF2 == (*start_byte)) in ProcessPrefixes()
135 else if (0xF3 == (*start_byte)) in ProcessPrefixes()
137 else if (0x66 == (*start_byte)) in ProcessPrefixes()
145 ProcessPrefixes(start_byte + 1, size); in ProcessPrefixes()
213 ProcessModrm(start_byte, size); in ProcessOpcode()
225 ProcessModrm(start_byte + 1, size); in ProcessOpcode()
371 unsigned char modrm = (*start_byte); in ProcessModrm()
399 return ProcessSib(start_byte + 1, mod, size); in ProcessModrm()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/windows/
H A Dmini_disassembler.cc55 unsigned char* start_byte, in Disassemble() argument
61 unsigned char* current_byte = start_byte; in Disassemble()
133 if (0xF2 == (*start_byte)) in ProcessPrefixes()
135 else if (0xF3 == (*start_byte)) in ProcessPrefixes()
137 else if (0x66 == (*start_byte)) in ProcessPrefixes()
145 ProcessPrefixes(start_byte + 1, size); in ProcessPrefixes()
213 ProcessModrm(start_byte, size); in ProcessOpcode()
225 ProcessModrm(start_byte + 1, size); in ProcessOpcode()
371 unsigned char modrm = (*start_byte); in ProcessModrm()
399 return ProcessSib(start_byte + 1, mod, size); in ProcessModrm()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/sidestep/
H A Dmini_disassembler.cpp29 unsigned char* start_byte, in Disassemble() argument
35 unsigned char* current_byte = start_byte; in Disassemble()
101 if (0xF2 == (*start_byte)) in ProcessPrefixes()
103 else if (0xF3 == (*start_byte)) in ProcessPrefixes()
105 else if (0x66 == (*start_byte)) in ProcessPrefixes()
111 ProcessPrefixes(start_byte + 1, size); in ProcessPrefixes()
181 ProcessModrm(start_byte, size); in ProcessOpcode()
193 ProcessModrm(start_byte + 1, size); in ProcessOpcode()
335 unsigned char modrm = (*start_byte); in ProcessModrm()
363 return ProcessSib(start_byte + 1, mod, size); in ProcessModrm()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traceline/traceline/sidestep/
H A Dmini_disassembler.cc50 unsigned char* start_byte, in Disassemble() argument
56 unsigned char* current_byte = start_byte; in Disassemble()
122 if (0xF2 == (*start_byte)) in ProcessPrefixes()
124 else if (0xF3 == (*start_byte)) in ProcessPrefixes()
126 else if (0x66 == (*start_byte)) in ProcessPrefixes()
132 ProcessPrefixes(start_byte + 1, size); in ProcessPrefixes()
201 ProcessModrm(start_byte, size); in ProcessOpcode()
213 ProcessModrm(start_byte + 1, size); in ProcessOpcode()
355 unsigned char modrm = (*start_byte); in ProcessModrm()
383 return ProcessSib(start_byte + 1, mod, size); in ProcessModrm()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traceline/traceline/sidestep/
H A Dmini_disassembler.cc50 unsigned char* start_byte, in Disassemble() argument
56 unsigned char* current_byte = start_byte; in Disassemble()
122 if (0xF2 == (*start_byte)) in ProcessPrefixes()
124 else if (0xF3 == (*start_byte)) in ProcessPrefixes()
126 else if (0x66 == (*start_byte)) in ProcessPrefixes()
132 ProcessPrefixes(start_byte + 1, size); in ProcessPrefixes()
201 ProcessModrm(start_byte, size); in ProcessOpcode()
213 ProcessModrm(start_byte + 1, size); in ProcessOpcode()
355 unsigned char modrm = (*start_byte); in ProcessModrm()
383 return ProcessSib(start_byte + 1, mod, size); in ProcessModrm()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/sidestep/
H A Dmini_disassembler.cpp29 unsigned char* start_byte, in Disassemble() argument
35 unsigned char* current_byte = start_byte; in Disassemble()
101 if (0xF2 == (*start_byte)) in ProcessPrefixes()
103 else if (0xF3 == (*start_byte)) in ProcessPrefixes()
105 else if (0x66 == (*start_byte)) in ProcessPrefixes()
111 ProcessPrefixes(start_byte + 1, size); in ProcessPrefixes()
180 ProcessModrm(start_byte, size); in ProcessOpcode()
192 ProcessModrm(start_byte + 1, size); in ProcessOpcode()
334 unsigned char modrm = (*start_byte); in ProcessModrm()
362 return ProcessSib(start_byte + 1, mod, size); in ProcessModrm()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/sidestep/
H A Dmini_disassembler.cpp29 unsigned char* start_byte, in Disassemble() argument
35 unsigned char* current_byte = start_byte; in Disassemble()
101 if (0xF2 == (*start_byte)) in ProcessPrefixes()
103 else if (0xF3 == (*start_byte)) in ProcessPrefixes()
105 else if (0x66 == (*start_byte)) in ProcessPrefixes()
111 ProcessPrefixes(start_byte + 1, size); in ProcessPrefixes()
181 ProcessModrm(start_byte, size); in ProcessOpcode()
193 ProcessModrm(start_byte + 1, size); in ProcessOpcode()
335 unsigned char modrm = (*start_byte); in ProcessModrm()
363 return ProcessSib(start_byte + 1, mod, size); in ProcessModrm()
[all …]
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dpfs-ftp.c1418 if (!start_byte) in ftp_client_pasv_parse_equal()
1421 ++start_byte; in ftp_client_pasv_parse_equal()
1426 cvt_decimal_to_uint (&er, &h1, start_byte, end_byte - start_byte); in ftp_client_pasv_parse_equal()
1432 cvt_decimal_to_uint (&er, &h2, start_byte, end_byte - start_byte); in ftp_client_pasv_parse_equal()
1438 cvt_decimal_to_uint (&er, &h3, start_byte, end_byte - start_byte); in ftp_client_pasv_parse_equal()
1444 cvt_decimal_to_uint (&er, &h4, start_byte, end_byte - start_byte); in ftp_client_pasv_parse_equal()
1450 cvt_decimal_to_uint (&er, &p1, start_byte, end_byte - start_byte); in ftp_client_pasv_parse_equal()
1458 cvt_decimal_to_uint (&er, &p2, start_byte, end_byte - start_byte); in ftp_client_pasv_parse_equal()
1488 if (!start_byte) in ftp_client_pasv_parse_parenthesis()
1491 ++start_byte; in ftp_client_pasv_parse_parenthesis()
[all …]
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/tests/
H A Dtree_test.rs23 start_byte: 1, in test_tree_edit()
36 assert_eq!(expr.start_byte(), 3); in test_tree_edit()
39 assert_eq!(child1.start_byte(), 3); in test_tree_edit()
51 start_byte: 1, in test_tree_edit()
64 assert_eq!(expr.start_byte(), 5); in test_tree_edit()
79 start_byte: 2, in test_tree_edit()
92 assert_eq!(expr.start_byte(), 4); in test_tree_edit()
107 start_byte: 2, in test_tree_edit()
135 start_byte: 1, in test_tree_edit()
167 start_byte: 15, in test_tree_edit()
[all …]
H A Dparser_test.rs234 start_byte: 0, in test_parsing_text_with_byte_order_mark()
250 start_byte: 0, in test_parsing_text_with_byte_order_mark()
517 start_byte: 0, in test_parsing_on_multiple_threads()
893 start_byte: 0, in test_parsing_with_included_range_containing_mismatched_positions()
931 start_byte: 0, in test_parsing_error_in_invalid_included_ranges()
949 start_byte: 10, in test_parsing_error_in_invalid_included_ranges()
970 start_byte, in test_parsing_utf16_code_with_errors_at_the_end_of_an_included_range()
1039 start_byte: 0, in test_parsing_with_a_newly_excluded_range()
1056 start_byte: 0, in test_parsing_with_a_newly_excluded_range()
1086 start_byte: 0, in test_parsing_with_a_newly_excluded_range()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/python/servo/
H A Dutil.py86 def download(desc, src, writer, start_byte=0): argument
87 if start_byte:
95 if start_byte:
96 req = urllib2.Request(src, headers={'Range': 'bytes={}-'.format(start_byte)})
101 fsize = int(resp.info().getheader('Content-Length').strip()) + start_byte
103 recved = start_byte
147 start_byte = os.path.getsize(tmp_path)
149 download(desc, src, fd, start_byte=start_byte)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Ddaisy_chain_wrapper.py152 def StartDownloadThread(self, start_byte=0, progress_callback=None): argument
155 def PerformDownload(start_byte, progress_callback): argument
174 while start_byte + self._download_chunk_size < self.src_obj_size:
178 start_byte=start_byte,
179 end_byte=start_byte + self._download_chunk_size - 1,
188 start_byte += self._download_chunk_size
192 start_byte=start_byte, generation=self.src_url.generation,
207 args=(start_byte, progress_callback))
303 self.StartDownloadThread(start_byte=offset,
/dports/www/py-google-resumable-media/google-resumable-media-2.1.0/google/resumable_media/
H A D_upload.py604 start_byte, payload, content_range = get_next_chunk(
607 if start_byte != self.bytes_uploaded:
611 self._update_checksum(start_byte, payload)
619 def _update_checksum(self, start_byte, payload): argument
632 if start_byte < self._bytes_checksummed:
633 offset = self._bytes_checksummed - start_byte
959 start_byte = stream.tell()
961 payload = stream.read(total_bytes - start_byte)
986 return start_byte, payload, content_range
989 def get_content_range(start_byte, end_byte, total_bytes): argument
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Ddaisy_chain_wrapper.py165 …def StartDownloadThread(self, start_byte=0, progress_callback=None): # pylint: disable=invalid-na… argument
168 def PerformDownload(start_byte, progress_callback): # pylint: disable=invalid-name argument
187 while start_byte + self._download_chunk_size < self.src_obj_size:
193 start_byte=start_byte,
194 end_byte=start_byte + self._download_chunk_size - 1,
205 start_byte += self._download_chunk_size
211 start_byte=start_byte,
227 args=(start_byte,
326 self.StartDownloadThread(start_byte=offset,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Ddaisy_chain_wrapper.py161 …def StartDownloadThread(self, start_byte=0, progress_callback=None): # pylint: disable=invalid-na… argument
164 def PerformDownload(start_byte, progress_callback): # pylint: disable=invalid-name argument
183 while start_byte + self._download_chunk_size < self.src_obj_size:
189 start_byte=start_byte,
190 end_byte=start_byte + self._download_chunk_size - 1,
201 start_byte += self._download_chunk_size
207 start_byte=start_byte,
223 args=(start_byte,
322 self.StartDownloadThread(start_byte=offset,
/dports/multimedia/libmpeg3/libmpeg3-1.8/
H A Dmpeg3toc2.c84 long start_byte, end_byte; in read_titles() local
140 start_byte = atol(string2); in read_titles()
155 timecode->start_byte = start_byte; in read_titles()
170 demuxer->astream_table[start_byte] = end_byte; in read_titles()
173 demuxer->vstream_table[start_byte] = end_byte; in read_titles()
176 title->total_bytes = start_byte; in read_titles()
179 file->packet_size = start_byte; in read_titles()
H A Dmpeg3toc3.c94 long start_byte, end_byte; in read_titles() local
150 start_byte = atol(string2); in read_titles()
165 timecode->start_byte = start_byte; in read_titles()
185 demuxer->astream_table[start_byte] = end_byte; in read_titles()
188 demuxer->vstream_table[start_byte] = end_byte; in read_titles()
191 title->total_bytes = start_byte; in read_titles()
194 file->packet_size = start_byte; in read_titles()
/dports/editors/helix/helix-0.5.0/helix-core/src/
H A Dmatch_brackets.rs28 let start_byte = node.start_byte(); in find() localVariable
30 if start_byte >= len || end_byte >= len { in find()
34 let start_char = doc.byte_to_char(start_byte); in find()
38 if start_byte == byte_pos { in find()
/dports/devel/grex/grex-1.3.0/cargo-crates/proptest-1.0.0/src/arbitrary/_std/
H A Dstring.rs164 let start_byte = if allow_null { 0x00u8 } else { 0x01u8 }; in gen_el_bytes() localVariable
167 let fail_byte = prop_oneof![start_byte..0x7Fu8, 0xC1u8..]; in gen_el_bytes()
208 0xE0u8 => prop_oneof![start_byte..0xA0u8, 0xC0u8..], in gen_el_bytes()
209 0xE1u8..=0xECu8 => prop_oneof![start_byte..0x80u8, 0xC0u8..], in gen_el_bytes()
210 0xEDu8 => prop_oneof![start_byte..0x80u8, 0xA0u8..], in gen_el_bytes()
211 0xEEu8..=0xEFu8 => prop_oneof![start_byte..0x80u8, 0xA0u8..], in gen_el_bytes()
224 0xF0u8 => prop_oneof![start_byte..0x90u8, 0xA0u8..], in gen_el_bytes()
225 0xF1u8..=0xF3u8 => prop_oneof![start_byte..0x80u8, 0xA0u8..], in gen_el_bytes()
226 0xF4u8 => prop_oneof![start_byte..0x80u8, 0x90u8..], in gen_el_bytes()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/arbitrary/_std/
H A Dstring.rs164 let start_byte = if allow_null { 0x00u8 } else { 0x01u8 }; in gen_el_bytes() localVariable
167 let fail_byte = prop_oneof![start_byte..0x7Fu8, 0xC1u8..]; in gen_el_bytes()
208 0xE0u8 => prop_oneof![start_byte..0xA0u8, 0xC0u8..], in gen_el_bytes()
209 0xE1u8..=0xECu8 => prop_oneof![start_byte..0x80u8, 0xC0u8..], in gen_el_bytes()
210 0xEDu8 => prop_oneof![start_byte..0x80u8, 0xA0u8..], in gen_el_bytes()
211 0xEEu8..=0xEFu8 => prop_oneof![start_byte..0x80u8, 0xA0u8..], in gen_el_bytes()
224 0xF0u8 => prop_oneof![start_byte..0x90u8, 0xA0u8..], in gen_el_bytes()
225 0xF1u8..=0xF3u8 => prop_oneof![start_byte..0x80u8, 0xA0u8..], in gen_el_bytes()
226 0xF4u8 => prop_oneof![start_byte..0x80u8, 0x90u8..], in gen_el_bytes()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/proptest-0.10.1/src/arbitrary/_std/
H A Dstring.rs164 let start_byte = if allow_null { 0x00u8 } else { 0x01u8 }; in gen_el_bytes() localVariable
167 let fail_byte = prop_oneof![start_byte..0x7Fu8, 0xC1u8..]; in gen_el_bytes()
208 0xE0u8 => prop_oneof![start_byte..0xA0u8, 0xC0u8..], in gen_el_bytes()
209 0xE1u8..=0xECu8 => prop_oneof![start_byte..0x80u8, 0xC0u8..], in gen_el_bytes()
210 0xEDu8 => prop_oneof![start_byte..0x80u8, 0xA0u8..], in gen_el_bytes()
211 0xEEu8..=0xEFu8 => prop_oneof![start_byte..0x80u8, 0xA0u8..], in gen_el_bytes()
224 0xF0u8 => prop_oneof![start_byte..0x90u8, 0xA0u8..], in gen_el_bytes()
225 0xF1u8..=0xF3u8 => prop_oneof![start_byte..0x80u8, 0xA0u8..], in gen_el_bytes()
226 0xF4u8 => prop_oneof![start_byte..0x80u8, 0x90u8..], in gen_el_bytes()

12345678910>>...19