Home
last modified time | relevance | path

Searched refs:byte_i (Results 1 – 25 of 38) sorted by relevance

12

/dports/emulators/tme/tme-0.8/scsi/
H A Dscsi-device.c261 unsigned int byte_i, count; in tme_scsi_device_target_phase() local
266 for (byte_i = 0; byte_i < count ; byte_i++) { in tme_scsi_device_target_phase()
269 scsi_device->tme_scsi_device_dma.tme_scsi_dma_out[byte_i]); in tme_scsi_device_target_phase()
423 unsigned int byte_i; in _tme_scsi_device_cycle() local
426 for (byte_i = 0; byte_i < count ; byte_i++) { in _tme_scsi_device_cycle()
429 scsi_device->tme_scsi_device_msg[byte_i]); in _tme_scsi_device_cycle()
510 unsigned int byte_i; in _tme_scsi_device_cycle() local
513 for (byte_i = 0; byte_i < count ; byte_i++) { in _tme_scsi_device_cycle()
516 scsi_device->tme_scsi_device_cdb[byte_i]); in _tme_scsi_device_cycle()
/dports/emulators/tme/tme-0.8/generic/
H A Dethernet.c69 int byte_i; in tme_ethernet_addr_parse() local
78 byte_i = 0; in tme_ethernet_addr_parse()
93 else if (byte_i == TME_ETHERNET_ADDR_SIZE) { in tme_ethernet_addr_parse()
98 addr_bytes[byte_i++] = byte; in tme_ethernet_addr_parse()
106 return ((byte_i == TME_ETHERNET_ADDR_SIZE) in tme_ethernet_addr_parse()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dnetaddress.cpp454 for (int8_t byte_i = 0; byte_i < 12; ++byte_i) { in GetMappedAS() local
456 ip_bits[byte_i * 8 + bit_i] = (pchIPv4[byte_i] >> (7 - bit_i)) & 1; in GetMappedAS()
465 for (int8_t byte_i = 0; byte_i < 16; ++byte_i) { in GetMappedAS() local
466 uint8_t cur_byte = GetByte(15 - byte_i); in GetMappedAS()
468 ip_bits[byte_i * 8 + bit_i] = (cur_byte >> (7 - bit_i)) & 1; in GetMappedAS()
/dports/lang/zig-devel/zig-0.9.0/src/arch/x86_64/
H A Dabi.zig154 var byte_i: usize = 0; // out of 8
166 if (byte_i + field_size <= 8) {
210 byte_i += @intCast(usize, field_size);
211 if (byte_i == 8) {
212 byte_i = 0;
217 if (byte_i != 0) {
218 byte_i = 0;
225 byte_i = @intCast(usize, field_size % 8);
226 if (byte_i != 0) result_i -= 1;
/dports/lang/zig/zig-0.9.0/src/arch/x86_64/
H A Dabi.zig154 var byte_i: usize = 0; // out of 8
166 if (byte_i + field_size <= 8) {
210 byte_i += @intCast(usize, field_size);
211 if (byte_i == 8) {
212 byte_i = 0;
217 if (byte_i != 0) {
218 byte_i = 0;
225 byte_i = @intCast(usize, field_size % 8);
226 if (byte_i != 0) result_i -= 1;
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dnetaddress.cpp682 for (int8_t byte_i = 0; byte_i < 12; ++byte_i) { in GetMappedAS() local
684 ip_bits[byte_i * 8 + bit_i] = (IPV4_IN_IPV6_PREFIX[byte_i] >> (7 - bit_i)) & 1; in GetMappedAS()
694 for (int8_t byte_i = 0; byte_i < 16; ++byte_i) { in GetMappedAS() local
695 uint8_t cur_byte = m_addr[byte_i]; in GetMappedAS()
697 ip_bits[byte_i * 8 + bit_i] = (cur_byte >> (7 - bit_i)) & 1; in GetMappedAS()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dnetaddress.cpp682 for (int8_t byte_i = 0; byte_i < 12; ++byte_i) { in GetMappedAS() local
684 ip_bits[byte_i * 8 + bit_i] = (IPV4_IN_IPV6_PREFIX[byte_i] >> (7 - bit_i)) & 1; in GetMappedAS()
694 for (int8_t byte_i = 0; byte_i < 16; ++byte_i) { in GetMappedAS() local
695 uint8_t cur_byte = m_addr[byte_i]; in GetMappedAS()
697 ip_bits[byte_i * 8 + bit_i] = (cur_byte >> (7 - bit_i)) & 1; in GetMappedAS()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dnetaddress.cpp682 for (int8_t byte_i = 0; byte_i < 12; ++byte_i) { in GetMappedAS() local
684 ip_bits[byte_i * 8 + bit_i] = (IPV4_IN_IPV6_PREFIX[byte_i] >> (7 - bit_i)) & 1; in GetMappedAS()
694 for (int8_t byte_i = 0; byte_i < 16; ++byte_i) { in GetMappedAS() local
695 uint8_t cur_byte = m_addr[byte_i]; in GetMappedAS()
697 ip_bits[byte_i * 8 + bit_i] = (cur_byte >> (7 - bit_i)) & 1; in GetMappedAS()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dnetaddress.cpp733 for (int8_t byte_i = 0; byte_i < 12; ++byte_i) { in GetMappedAS() local
735 ip_bits[byte_i * 8 + bit_i] = (IPV4_IN_IPV6_PREFIX[byte_i] >> (7 - bit_i)) & 1; in GetMappedAS()
745 for (int8_t byte_i = 0; byte_i < 16; ++byte_i) { in GetMappedAS() local
746 uint8_t cur_byte = m_addr[byte_i]; in GetMappedAS()
748 ip_bits[byte_i * 8 + bit_i] = (cur_byte >> (7 - bit_i)) & 1; in GetMappedAS()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dnetaddress.cpp733 for (int8_t byte_i = 0; byte_i < 12; ++byte_i) { in GetMappedAS() local
735 ip_bits[byte_i * 8 + bit_i] = (IPV4_IN_IPV6_PREFIX[byte_i] >> (7 - bit_i)) & 1; in GetMappedAS()
745 for (int8_t byte_i = 0; byte_i < 16; ++byte_i) { in GetMappedAS() local
746 uint8_t cur_byte = m_addr[byte_i]; in GetMappedAS()
748 ip_bits[byte_i * 8 + bit_i] = (cur_byte >> (7 - bit_i)) & 1; in GetMappedAS()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dnetaddress.cpp733 for (int8_t byte_i = 0; byte_i < 12; ++byte_i) {
735 ip_bits[byte_i * 8 + bit_i] = (IPV4_IN_IPV6_PREFIX[byte_i] >> (7 - bit_i)) & 1;
745 for (int8_t byte_i = 0; byte_i < 16; ++byte_i) {
746 uint8_t cur_byte = m_addr[byte_i];
748 ip_bits[byte_i * 8 + bit_i] = (cur_byte >> (7 - bit_i)) & 1;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/
H A Dnumbits.py72 for byte_i, byte in enumerate(bytes_to_ints(numbits)):
75 nums.append(byte_i * 8 + bit_i)
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/coverage/
H A Dnumbits.py72 for byte_i, byte in enumerate(bytes_to_ints(numbits)):
75 nums.append(byte_i * 8 + bit_i)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/coverage/
H A Dnumbits.py72 for byte_i, byte in enumerate(bytes_to_ints(numbits)):
75 nums.append(byte_i * 8 + bit_i)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/coverage/coverage/
H A Dnumbits.py72 for byte_i, byte in enumerate(bytes_to_ints(numbits)):
75 nums.append(byte_i * 8 + bit_i)
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiRedefineClasses.cpp1907 int byte_i = 0; // byte index into annotations in rewrite_cp_refs_in_record_attribute() local
1917 int byte_i = 0; // byte index into annotations in rewrite_cp_refs_in_record_attribute() local
2122 int byte_i = 0; // byte index into class_annotations in rewrite_cp_refs_in_class_annotations() local
2420 int byte_i = 0; // byte index into field_annotations in rewrite_cp_refs_in_fields_annotations() local
2446 int byte_i = 0; // byte index into method_annotations in rewrite_cp_refs_in_methods_annotations() local
2493 byte_i++; in rewrite_cp_refs_in_methods_parameter_annotations()
2536 method_default_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_default_annotations()
2559 int byte_i = 0; // byte index into class_type_annotations in rewrite_cp_refs_in_class_type_annotations() local
2561 byte_i, "ClassFile", THREAD); in rewrite_cp_refs_in_class_type_annotations()
2586 byte_i, "field_info", THREAD)) { in rewrite_cp_refs_in_fields_type_annotations()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiRedefineClasses.cpp2032 int byte_i = 0; // byte index into annotations in rewrite_cp_refs_in_record_attribute() local
2042 int byte_i = 0; // byte index into annotations in rewrite_cp_refs_in_record_attribute() local
2260 int byte_i = 0; // byte index into class_annotations in rewrite_cp_refs_in_class_annotations() local
2558 int byte_i = 0; // byte index into field_annotations in rewrite_cp_refs_in_fields_annotations() local
2584 int byte_i = 0; // byte index into method_annotations in rewrite_cp_refs_in_methods_annotations() local
2631 byte_i++; in rewrite_cp_refs_in_methods_parameter_annotations()
2674 method_default_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_default_annotations()
2697 int byte_i = 0; // byte index into class_type_annotations in rewrite_cp_refs_in_class_type_annotations() local
2699 byte_i, "ClassFile", THREAD); in rewrite_cp_refs_in_class_type_annotations()
2724 byte_i, "field_info", THREAD)) { in rewrite_cp_refs_in_fields_type_annotations()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiRedefineClasses.cpp2069 int byte_i = 0; // byte index into annotations in rewrite_cp_refs_in_record_attribute() local
2079 int byte_i = 0; // byte index into annotations in rewrite_cp_refs_in_record_attribute() local
2298 int byte_i = 0; // byte index into class_annotations in rewrite_cp_refs_in_class_annotations() local
2591 int byte_i = 0; // byte index into field_annotations in rewrite_cp_refs_in_fields_annotations() local
2616 int byte_i = 0; // byte index into method_annotations in rewrite_cp_refs_in_methods_annotations() local
2662 byte_i++; in rewrite_cp_refs_in_methods_parameter_annotations()
2704 method_default_annotations, byte_i)) { in rewrite_cp_refs_in_methods_default_annotations()
2727 int byte_i = 0; // byte index into class_type_annotations in rewrite_cp_refs_in_class_type_annotations() local
2729 byte_i, "ClassFile"); in rewrite_cp_refs_in_class_type_annotations()
2753 byte_i, "field_info")) { in rewrite_cp_refs_in_fields_type_annotations()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiRedefineClasses.cpp1942 int byte_i = 0; // byte index into annotations in rewrite_cp_refs_in_record_attribute() local
1952 int byte_i = 0; // byte index into annotations in rewrite_cp_refs_in_record_attribute() local
2170 int byte_i = 0; // byte index into class_annotations in rewrite_cp_refs_in_class_annotations() local
2468 int byte_i = 0; // byte index into field_annotations in rewrite_cp_refs_in_fields_annotations() local
2494 int byte_i = 0; // byte index into method_annotations in rewrite_cp_refs_in_methods_annotations() local
2541 byte_i++; in rewrite_cp_refs_in_methods_parameter_annotations()
2584 method_default_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_default_annotations()
2607 int byte_i = 0; // byte index into class_type_annotations in rewrite_cp_refs_in_class_type_annotations() local
2609 byte_i, "ClassFile", THREAD); in rewrite_cp_refs_in_class_type_annotations()
2634 byte_i, "field_info", THREAD)) { in rewrite_cp_refs_in_fields_type_annotations()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp1871 int byte_i = 0; // byte index into class_annotations in rewrite_cp_refs_in_class_annotations() local
2190 int byte_i = 0; // byte index into field_annotations in rewrite_cp_refs_in_fields_annotations() local
2217 int byte_i = 0; // byte index into method_annotations in rewrite_cp_refs_in_methods_annotations() local
2266 byte_i++; in rewrite_cp_refs_in_methods_parameter_annotations()
2274 method_parameter_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_parameter_annotations()
2311 method_default_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_default_annotations()
2336 int byte_i = 0; // byte index into class_type_annotations in rewrite_cp_refs_in_class_type_annotations() local
2338 byte_i, "ClassFile", THREAD); in rewrite_cp_refs_in_class_type_annotations()
2362 int byte_i = 0; // byte index into field_type_annotations in rewrite_cp_refs_in_fields_type_annotations() local
2364 byte_i, "field_info", THREAD)) { in rewrite_cp_refs_in_fields_type_annotations()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp1871 int byte_i = 0; // byte index into class_annotations in rewrite_cp_refs_in_class_annotations() local
2190 int byte_i = 0; // byte index into field_annotations in rewrite_cp_refs_in_fields_annotations() local
2217 int byte_i = 0; // byte index into method_annotations in rewrite_cp_refs_in_methods_annotations() local
2266 byte_i++; in rewrite_cp_refs_in_methods_parameter_annotations()
2274 method_parameter_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_parameter_annotations()
2311 method_default_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_default_annotations()
2336 int byte_i = 0; // byte index into class_type_annotations in rewrite_cp_refs_in_class_type_annotations() local
2338 byte_i, "ClassFile", THREAD); in rewrite_cp_refs_in_class_type_annotations()
2362 int byte_i = 0; // byte index into field_type_annotations in rewrite_cp_refs_in_fields_type_annotations() local
2364 byte_i, "field_info", THREAD)) { in rewrite_cp_refs_in_fields_type_annotations()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiRedefineClasses.cpp2008 int byte_i = 0; // byte index into class_annotations in rewrite_cp_refs_in_class_annotations() local
2306 int byte_i = 0; // byte index into field_annotations in rewrite_cp_refs_in_fields_annotations() local
2332 int byte_i = 0; // byte index into method_annotations in rewrite_cp_refs_in_methods_annotations() local
2379 byte_i++; in rewrite_cp_refs_in_methods_parameter_annotations()
2386 method_parameter_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_parameter_annotations()
2422 method_default_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_default_annotations()
2445 int byte_i = 0; // byte index into class_type_annotations in rewrite_cp_refs_in_class_type_annotations() local
2447 byte_i, "ClassFile", THREAD); in rewrite_cp_refs_in_class_type_annotations()
2470 int byte_i = 0; // byte index into field_type_annotations in rewrite_cp_refs_in_fields_type_annotations() local
2472 byte_i, "field_info", THREAD)) { in rewrite_cp_refs_in_fields_type_annotations()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiRedefineClasses.cpp2008 int byte_i = 0; // byte index into class_annotations in rewrite_cp_refs_in_class_annotations() local
2306 int byte_i = 0; // byte index into field_annotations in rewrite_cp_refs_in_fields_annotations() local
2332 int byte_i = 0; // byte index into method_annotations in rewrite_cp_refs_in_methods_annotations() local
2379 byte_i++; in rewrite_cp_refs_in_methods_parameter_annotations()
2386 method_parameter_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_parameter_annotations()
2422 method_default_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_default_annotations()
2445 int byte_i = 0; // byte index into class_type_annotations in rewrite_cp_refs_in_class_type_annotations() local
2447 byte_i, "ClassFile", THREAD); in rewrite_cp_refs_in_class_type_annotations()
2470 int byte_i = 0; // byte index into field_type_annotations in rewrite_cp_refs_in_fields_type_annotations() local
2472 byte_i, "field_info", THREAD)) { in rewrite_cp_refs_in_fields_type_annotations()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiRedefineClasses.cpp2018 int byte_i = 0; // byte index into class_annotations in rewrite_cp_refs_in_class_annotations() local
2316 int byte_i = 0; // byte index into field_annotations in rewrite_cp_refs_in_fields_annotations() local
2342 int byte_i = 0; // byte index into method_annotations in rewrite_cp_refs_in_methods_annotations() local
2389 byte_i++; in rewrite_cp_refs_in_methods_parameter_annotations()
2396 method_parameter_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_parameter_annotations()
2432 method_default_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_default_annotations()
2455 int byte_i = 0; // byte index into class_type_annotations in rewrite_cp_refs_in_class_type_annotations() local
2457 byte_i, "ClassFile", THREAD); in rewrite_cp_refs_in_class_type_annotations()
2480 int byte_i = 0; // byte index into field_type_annotations in rewrite_cp_refs_in_fields_type_annotations() local
2482 byte_i, "field_info", THREAD)) { in rewrite_cp_refs_in_fields_type_annotations()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiRedefineClasses.cpp1995 int byte_i = 0; // byte index into class_annotations in rewrite_cp_refs_in_class_annotations() local
2293 int byte_i = 0; // byte index into field_annotations in rewrite_cp_refs_in_fields_annotations() local
2319 int byte_i = 0; // byte index into method_annotations in rewrite_cp_refs_in_methods_annotations() local
2366 byte_i++; in rewrite_cp_refs_in_methods_parameter_annotations()
2373 method_parameter_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_parameter_annotations()
2409 method_default_annotations, byte_i, THREAD)) { in rewrite_cp_refs_in_methods_default_annotations()
2432 int byte_i = 0; // byte index into class_type_annotations in rewrite_cp_refs_in_class_type_annotations() local
2434 byte_i, "ClassFile", THREAD); in rewrite_cp_refs_in_class_type_annotations()
2457 int byte_i = 0; // byte index into field_type_annotations in rewrite_cp_refs_in_fields_type_annotations() local
2459 byte_i, "field_info", THREAD)) { in rewrite_cp_refs_in_fields_type_annotations()
[all …]

12