Home
last modified time | relevance | path

Searched refs:start_bytes (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libhvcall/
H A Dbrokensc1.c85 uint32_t start_bytes[] = { 0x7fe00008, 0, 0, 0, 0 }; in patch_broken_sc1() local
90 start_bytes[1] = bswap_32(start_bytes[1]); in patch_broken_sc1()
95 if (p[0] == start_bytes[0] && in patch_broken_sc1()
96 p[1] == start_bytes[1] && in patch_broken_sc1()
97 p[2] == start_bytes[2] && in patch_broken_sc1()
98 p[3] == start_bytes[3] && in patch_broken_sc1()
99 p[4] == start_bytes[4]) { in patch_broken_sc1()
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/lib/libhvcall/
H A Dbrokensc1.c85 uint32_t start_bytes[] = { 0x7fe00008, 0, 0, 0, 0 }; in patch_broken_sc1() local
90 start_bytes[1] = bswap_32(start_bytes[1]); in patch_broken_sc1()
95 if (p[0] == start_bytes[0] && in patch_broken_sc1()
96 p[1] == start_bytes[1] && in patch_broken_sc1()
97 p[2] == start_bytes[2] && in patch_broken_sc1()
98 p[3] == start_bytes[3] && in patch_broken_sc1()
99 p[4] == start_bytes[4]) { in patch_broken_sc1()
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libhvcall/
H A Dbrokensc1.c85 uint32_t start_bytes[] = { 0x7fe00008, 0, 0, 0, 0 }; in patch_broken_sc1() local
90 start_bytes[1] = bswap_32(start_bytes[1]); in patch_broken_sc1()
95 if (p[0] == start_bytes[0] && in patch_broken_sc1()
96 p[1] == start_bytes[1] && in patch_broken_sc1()
97 p[2] == start_bytes[2] && in patch_broken_sc1()
98 p[3] == start_bytes[3] && in patch_broken_sc1()
99 p[4] == start_bytes[4]) { in patch_broken_sc1()
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libhvcall/
H A Dbrokensc1.c85 uint32_t start_bytes[] = { 0x7fe00008, 0, 0, 0, 0 }; in patch_broken_sc1() local
90 start_bytes[1] = bswap_32(start_bytes[1]); in patch_broken_sc1()
95 if (p[0] == start_bytes[0] && in patch_broken_sc1()
96 p[1] == start_bytes[1] && in patch_broken_sc1()
97 p[2] == start_bytes[2] && in patch_broken_sc1()
98 p[3] == start_bytes[3] && in patch_broken_sc1()
99 p[4] == start_bytes[4]) { in patch_broken_sc1()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/lib/libhvcall/
H A Dbrokensc1.c85 uint32_t start_bytes[] = { 0x7fe00008, 0, 0, 0, 0 }; in patch_broken_sc1() local
90 start_bytes[1] = bswap_32(start_bytes[1]); in patch_broken_sc1()
95 if (p[0] == start_bytes[0] && in patch_broken_sc1()
96 p[1] == start_bytes[1] && in patch_broken_sc1()
97 p[2] == start_bytes[2] && in patch_broken_sc1()
98 p[3] == start_bytes[3] && in patch_broken_sc1()
99 p[4] == start_bytes[4]) { in patch_broken_sc1()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/lib/libhvcall/
H A Dbrokensc1.c85 uint32_t start_bytes[] = { 0x7fe00008, 0, 0, 0, 0 }; in patch_broken_sc1() local
90 start_bytes[1] = bswap_32(start_bytes[1]); in patch_broken_sc1()
95 if (p[0] == start_bytes[0] && in patch_broken_sc1()
96 p[1] == start_bytes[1] && in patch_broken_sc1()
97 p[2] == start_bytes[2] && in patch_broken_sc1()
98 p[3] == start_bytes[3] && in patch_broken_sc1()
99 p[4] == start_bytes[4]) { in patch_broken_sc1()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libhvcall/
H A Dbrokensc1.c85 uint32_t start_bytes[] = { 0x7fe00008, 0, 0, 0, 0 }; in patch_broken_sc1() local
90 start_bytes[1] = bswap_32(start_bytes[1]); in patch_broken_sc1()
95 if (p[0] == start_bytes[0] && in patch_broken_sc1()
96 p[1] == start_bytes[1] && in patch_broken_sc1()
97 p[2] == start_bytes[2] && in patch_broken_sc1()
98 p[3] == start_bytes[3] && in patch_broken_sc1()
99 p[4] == start_bytes[4]) { in patch_broken_sc1()
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/storage/
H A Dbase.py134 start_bytes=start_bytes,
143 start_bytes=start_bytes,
230 def download_object_range(self, obj, destination_path, start_bytes, argument
237 start_bytes=start_bytes,
247 start_bytes=start_bytes,
490 def download_object_range(self, obj, destination_path, start_bytes, argument
920 if start_bytes < 0:
924 if start_bytes > end_bytes:
926 elif start_bytes == end_bytes:
932 def _get_standard_range_str(self, start_bytes, end_bytes=None, argument
[all …]
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/aho-corasick-0.5.3/src/
H A Dfull.rs24 start_bytes: Vec<u8>, field
35 start_bytes: vec![], in new()
39 fac.start_bytes = ac.start_bytes; in new()
52 + self.start_bytes.len() in memory_usage()
64 + self.start_bytes.len() in heap_bytes()
104 fn start_bytes(&self) -> &[u8] { in start_bytes() method
105 &self.start_bytes in start_bytes()
H A Dautiter.rs23 fn start_bytes(&self) -> &[u8]; in start_bytes() method
121 fn start_bytes(&self) -> &[u8] { in start_bytes() method
122 (**self).start_bytes() in start_bytes()
253 debug_assert!(aut.start_bytes().len() == 1); in skip1()
254 let b = aut.start_bytes()[0]; in skip1()
267 debug_assert!(aut.start_bytes().len() == 2); in skip2()
268 let (b1, b2) = (aut.start_bytes()[0], aut.start_bytes()[1]); in skip2()
281 debug_assert!(aut.start_bytes().len() == 3); in skip3()
283 aut.start_bytes()[0], aut.start_bytes()[1], aut.start_bytes()[2], in skip3()
295 if self.aut.start_bytes().len() == 1 { in next()
[all …]
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/aho-corasick-0.6.4/src/
H A Dfull.rs24 start_bytes: Vec<u8>, field
35 start_bytes: vec![], in new()
39 fac.start_bytes = ac.start_bytes; in new()
52 + self.start_bytes.len() in memory_usage()
64 + self.start_bytes.len() in heap_bytes()
104 fn start_bytes(&self) -> &[u8] { in start_bytes() method
105 &self.start_bytes in start_bytes()
H A Dautiter.rs23 fn start_bytes(&self) -> &[u8]; in start_bytes() method
121 fn start_bytes(&self) -> &[u8] { in start_bytes() method
122 (**self).start_bytes() in start_bytes()
280 debug_assert!(aut.start_bytes().len() == 1); in skip1()
281 let b = aut.start_bytes()[0]; in skip1()
294 debug_assert!(aut.start_bytes().len() == 2); in skip2()
295 let (b1, b2) = (aut.start_bytes()[0], aut.start_bytes()[1]); in skip2()
308 debug_assert!(aut.start_bytes().len() == 3); in skip3()
310 aut.start_bytes()[0], aut.start_bytes()[1], aut.start_bytes()[2], in skip3()
322 if self.aut.start_bytes().len() == 1 { in next()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/aho-corasick/src/
H A Dfull.rs24 start_bytes: Vec<u8>, field
35 start_bytes: vec![], in new()
39 fac.start_bytes = ac.start_bytes; in new()
52 + self.start_bytes.len() in memory_usage()
64 + self.start_bytes.len() in heap_bytes()
104 fn start_bytes(&self) -> &[u8] { in start_bytes() method
105 &self.start_bytes in start_bytes()
H A Dautiter.rs23 fn start_bytes(&self) -> &[u8]; in start_bytes() method
121 fn start_bytes(&self) -> &[u8] { in start_bytes() method
122 (**self).start_bytes() in start_bytes()
280 debug_assert!(aut.start_bytes().len() == 1); in skip1()
281 let b = aut.start_bytes()[0]; in skip1()
294 debug_assert!(aut.start_bytes().len() == 2); in skip2()
295 let (b1, b2) = (aut.start_bytes()[0], aut.start_bytes()[1]); in skip2()
308 debug_assert!(aut.start_bytes().len() == 3); in skip3()
310 aut.start_bytes()[0], aut.start_bytes()[1], aut.start_bytes()[2], in skip3()
322 if self.aut.start_bytes().len() == 1 { in next()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_generator.hpp1512 int start_bytes = 0; in load_bytes() local
1517 start_bytes = 16; in load_bytes()
1524 uni_vmovdqu(xmm, addr(start_bytes)); in load_bytes()
1654 int start_bytes = 0; in store_bytes() local
1659 start_bytes = 16; in store_bytes()
1665 uni_vpextrq(addr(start_bytes), xmm, 0); in store_bytes()
1667 uni_vmovdqu(addr(start_bytes), xmm); in store_bytes()
1674 uni_vpextrw(addr(start_bytes), xmm, 0); in store_bytes()
1679 uni_vpextrd(addr(start_bytes), xmm, 0); in store_bytes()
1683 uni_vpextrd(addr(start_bytes), xmm, 0); in store_bytes()
[all …]
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/storage/
H A Dtest_local.py393 start_bytes=4,
407 start_bytes=4,
421 start_bytes=0,
435 start_bytes=0,
530 start_bytes=-1)
536 start_bytes=5,
543 start_bytes=5,
555 start_bytes=-1,
564 start_bytes=5,
573 start_bytes=5,
[all …]
H A Dbase.py36 start_bytes = int(range_str[0])
43 return start_bytes, end_bytes
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_generator.hpp1637 int start_bytes = 0; in load_bytes() local
1642 start_bytes = 16; in load_bytes()
1649 uni_vmovdqu(xmm, addr(start_bytes)); in load_bytes()
1779 int start_bytes = 0; in store_bytes() local
1784 start_bytes = 16; in store_bytes()
1790 uni_vpextrq(addr(start_bytes), xmm, 0); in store_bytes()
1792 uni_vmovdqu(addr(start_bytes), xmm); in store_bytes()
1799 uni_vpextrw(addr(start_bytes), xmm, 0); in store_bytes()
1804 uni_vpextrd(addr(start_bytes), xmm, 0); in store_bytes()
1808 uni_vpextrd(addr(start_bytes), xmm, 0); in store_bytes()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/passes/
H A Dmod.rs194 let mut start_bytes = 0; in source_span_for_markdown_range() localVariable
203 start_bytes += offset; in source_span_for_markdown_range()
212 start_bytes += source_line.len() - md_line.len(); in source_span_for_markdown_range()
222 start_bytes += source_line.len() + 1; in source_span_for_markdown_range()
232 md_range.start + start_bytes, in source_span_for_markdown_range()
233 md_range.end + start_bytes + end_bytes, in source_span_for_markdown_range()
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/storage/drivers/
H A Dlocal.py446 def download_object_range(self, obj, destination_path, start_bytes, argument
449 self._validate_start_and_end_bytes(start_bytes=start_bytes,
459 start_bytes=start_bytes,
467 def download_object_range_as_stream(self, obj, start_bytes, end_bytes=None, argument
469 self._validate_start_and_end_bytes(start_bytes=start_bytes,
480 read_bytes = (file_size - start_bytes) + 1
482 read_bytes = (end_bytes - start_bytes)
484 obj_file.seek(start_bytes)
/dports/net-mgmt/yaf/yaf-2.11.0/src/applabel/plugins/
H A Ddnp3plugin.c113 uint16_t start_bytes; /*0x0564*/ member
216 header.start_bytes = ntohs(*((uint16_t *)(payload + offset))); in dnp3plugin_LTX_ycDnpScanScan()
219 if (header.start_bytes != DNP_START_BYTES) { in dnp3plugin_LTX_ycDnpScanScan()
485 header->start_bytes = ntohs(*((uint16_t *)(payload))); in ycDNPScanRebuildHeader()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/aho-corasick-0.7.18/src/
H A Dprefilter.rs276 start_bytes: StartBytesBuilder, field
290 start_bytes: StartBytesBuilder::new(), in new()
300 self.start_bytes = self.start_bytes.ascii_case_insensitive(yes); in ascii_case_insensitive()
311 match (self.start_bytes.build(), self.rare_bytes.build()) { in build()
321 self.start_bytes.count < self.rare_bytes.count; in build()
330 self.start_bytes.rank_sum <= self.rare_bytes.rank_sum + 50; in build()
351 self.start_bytes.add(bytes); in add()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/aho-corasick-0.7.18/src/
H A Dprefilter.rs276 start_bytes: StartBytesBuilder, field
290 start_bytes: StartBytesBuilder::new(), in new()
300 self.start_bytes = self.start_bytes.ascii_case_insensitive(yes); in ascii_case_insensitive()
311 match (self.start_bytes.build(), self.rare_bytes.build()) { in build()
321 self.start_bytes.count < self.rare_bytes.count; in build()
330 self.start_bytes.rank_sum <= self.rare_bytes.rank_sum + 50; in build()
351 self.start_bytes.add(bytes); in add()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/aho-corasick-0.7.18/src/
H A Dprefilter.rs276 start_bytes: StartBytesBuilder, field
290 start_bytes: StartBytesBuilder::new(), in new()
300 self.start_bytes = self.start_bytes.ascii_case_insensitive(yes); in ascii_case_insensitive()
311 match (self.start_bytes.build(), self.rare_bytes.build()) { in build()
321 self.start_bytes.count < self.rare_bytes.count; in build()
330 self.start_bytes.rank_sum <= self.rare_bytes.rank_sum + 50; in build()
351 self.start_bytes.add(bytes); in add()
/dports/misc/broot/broot-1.7.0/cargo-crates/aho-corasick-0.7.18/src/
H A Dprefilter.rs276 start_bytes: StartBytesBuilder, field
290 start_bytes: StartBytesBuilder::new(), in new()
300 self.start_bytes = self.start_bytes.ascii_case_insensitive(yes); in ascii_case_insensitive()
311 match (self.start_bytes.build(), self.rare_bytes.build()) { in build()
321 self.start_bytes.count < self.rare_bytes.count; in build()
330 self.start_bytes.rank_sum <= self.rare_bytes.rank_sum + 50; in build()
351 self.start_bytes.add(bytes); in add()

1234567891011