/dports/emulators/mednafen/mednafen/src/md/cart/ |
H A D | map_eeprom.cpp | 151 uint16 word_address; /* memory address */ member in MD_Cart_Type_EEPROM 209 word_address = 0; in Detect_START() 236 word_address = 0; in Reset() 295 word_address |= (old_sda << (7 - cycles)); in WriteEEPROM() 304 word_address &= type.size_mask; in WriteEEPROM() 428 else word_address &= ~(1 << (8 - cycles)); in WriteEEPROM() 437 word_address &= type.size_mask; in WriteEEPROM() 488 word_address = (word_address & (0xFFFF - type.pagewrite_mask)) | in WriteEEPROM() 520 word_address ++; in ReadEEPROM() 521 word_address &= type.size_mask; in ReadEEPROM() [all …]
|
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/ |
H A D | hp3000_mem.c | 707 …bap->word_address = bap->word_address - 1 & LA_MASK; /* then bias the address for the first r… in mem_set_byte() 731 bap->word_address = bap->initial_word_address; /* and word address */ in mem_reset_byte() 755 uint32 byte_offset, word_address; in mem_lookup_byte() local 762 if (word_address != bap->word_address) { /* if the address is not the same as the pr… in mem_lookup_byte() 763 bap->word_address = word_address; /* then set the new address */ in mem_lookup_byte() 764 cpu_read_memory (bap->class, word_address, /* and read the memory word */ in mem_lookup_byte() 798 cpu_read_memory (bap->class, bap->word_address, /* then read the data word */ in mem_read_byte() 811 bap->word_address = bap->word_address + 1 & LA_MASK; /* update the word address */ in mem_read_byte() 812 cpu_read_memory (bap->class, bap->word_address, /* read the data word */ in mem_read_byte() 855 bap->word_address = bap->word_address + 1 & LA_MASK; /* so update the word address */ in mem_write_byte() [all …]
|
H A D | hp3000_mem.h | 108 …uint32 word_address; /* logical word address containing the next … member
|
H A D | hp3000_sys.c | 1904 uint32 word_address, byte_count, disp_radix; in fprint_edit() local 1913 …word_address = byte_address / 2; /* then get the word address of the operatio… in fprint_edit() 1915 mem_examine (&eval_array [0], word_address, NULL, 0); /* load the two words */ in fprint_edit() 1916 …mem_examine (&eval_array [1], word_address + 1, NULL, 0); /* containing the target operation */ in fprint_edit()
|
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/ |
H A D | hp3000_mem.c | 700 …bap->word_address = bap->word_address - 1 & LA_MASK; /* then bias the address for the first r… in mem_set_byte() 722 uint32 byte_offset, word_address; in mem_lookup_byte() local 729 if (word_address != bap->word_address) { /* if the address is not the same as the pr… in mem_lookup_byte() 730 bap->word_address = word_address; /* then set the new address */ in mem_lookup_byte() 731 cpu_read_memory (bap->class, word_address, /* and read the memory word */ in mem_lookup_byte() 765 cpu_read_memory (bap->class, bap->word_address, /* then read the data word */ in mem_read_byte() 778 bap->word_address = bap->word_address + 1 & LA_MASK; /* update the word address */ in mem_read_byte() 779 cpu_read_memory (bap->class, bap->word_address, /* read the data word */ in mem_read_byte() 812 cpu_read_memory (bap->class, bap->word_address, /* then read the data word */ in mem_write_byte() 822 bap->word_address = bap->word_address + 1 & LA_MASK; /* so update the word address */ in mem_write_byte() [all …]
|
H A D | hp3000_mem.h | 105 …uint32 word_address; /* logical word address containing the next … member
|
H A D | hp3000_sys.c | 1887 uint32 word_address, byte_count, disp_radix; in fprint_edit() local 1896 …word_address = byte_address / 2; /* then get the word address of the operatio… in fprint_edit() 1898 mem_examine (&eval_array [0], word_address, NULL, 0); /* load the two words */ in fprint_edit() 1899 …mem_examine (&eval_array [1], word_address + 1, NULL, 0); /* containing the target operation */ in fprint_edit()
|
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/ |
H A D | ch_15_mem-pl.vhd | 52 variable byte_address, word_address : natural; variable 61 mem(word_address) := to_bitvector(d); 64 mem(word_address)(0 to 15) := to_bitvector( d(0 to 15) ); 66 mem(word_address)(16 to 31) := to_bitvector( d(16 to 31) ); 71 mem(word_address)(0 to 7) := to_bitvector( d(0 to 7) ); 73 mem(word_address)(8 to 15) := to_bitvector( d(8 to 15) ); 75 mem(word_address)(16 to 23) := to_bitvector( d(16 to 23) ); 77 mem(word_address)(24 to 31) := to_bitvector( d(24 to 31) ); 86 d <= To_X01( mem(word_address) ); 103 word_address := byte_address / 4; [all …]
|
H A D | ch_15_mem-fl.vhd | 44 variable byte_address, word_address : natural; variable 113 mem(word_address) := to_bitvector(d); 116 mem(word_address)(0 to 15) := to_bitvector( d(0 to 15) ); 118 mem(word_address)(16 to 31) := to_bitvector( d(16 to 31) ); 123 mem(word_address)(0 to 7) := to_bitvector( d(0 to 7) ); 125 mem(word_address)(8 to 15) := to_bitvector( d(8 to 15) ); 127 mem(word_address)(16 to 23) := to_bitvector( d(16 to 23) ); 129 mem(word_address)(24 to 31) := to_bitvector( d(24 to 31) ); 138 d <= To_X01( mem(word_address) ); 156 word_address := byte_address / 4; [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_arm/ |
H A D | address_set.cc | 25 uint32_t word_address = (address - base_) / sizeof(uint32_t); in add() local 27 bits_[word_address / 32] |= 1 << (word_address % 32); in add() 33 uint32_t word_address = (address - base_) / sizeof(uint32_t); in contains() local 35 return (bits_[word_address / 32] & (1 << (word_address % 32))) != 0; in contains()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_mips/ |
H A D | address_set.cc | 36 uint32_t word_address = (address - base_) / sizeof(uint32_t); in Add() local 37 bits_[word_address / kWordSize] |= 1 << (word_address % kWordSize); in Add() 43 uint32_t word_address = (address - base_) / sizeof(uint32_t); in Contains() local 45 return bits_[word_address / kWordSize] & (1 << (word_address % kWordSize)); in Contains()
|
/dports/emulators/citra/citra-ac98458e0/externals/teakra/src/ |
H A D | shared_memory.h | 9 u16 ReadWord(u32 word_address) const { in ReadWord() 10 u32 byte_address = word_address * 2; in ReadWord() 15 void WriteWord(u32 word_address, u16 value) { in WriteWord() 18 u32 byte_address = word_address * 2; in WriteWord()
|
/dports/emulators/citra-qt5/citra-ac98458e0/externals/teakra/src/ |
H A D | shared_memory.h | 9 u16 ReadWord(u32 word_address) const { in ReadWord() 10 u32 byte_address = word_address * 2; in ReadWord() 15 void WriteWord(u32 word_address, u16 value) { in WriteWord() 18 u32 byte_address = word_address * 2; in WriteWord()
|
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/cart_hw/ |
H A D | eeprom_i2c.c | 168 uint16 word_address; /* memory address */ member 263 eeprom_i2c.word_address = 0; in Detect_START() 340 eeprom_i2c.word_address |= (eeprom_i2c.sda << (7 - eeprom_i2c.cycles)); in eeprom_i2c_update() 382 eeprom_i2c.word_address = 0; in eeprom_i2c_update() 443 eeprom_i2c.word_address |= (eeprom_i2c.sda << (16 - eeprom_i2c.cycles)); in eeprom_i2c_update() 491 eeprom_i2c.word_address |= (eeprom_i2c.sda << (8 - eeprom_i2c.cycles)); in eeprom_i2c_update() 536 eeprom_i2c.word_address = (eeprom_i2c.word_address + 1) & eeprom_i2c.spec.size_mask; in eeprom_i2c_update() 578 … sram.sram[(eeprom_i2c.device_address | eeprom_i2c.word_address) & 0xffff] = eeprom_i2c.buffer; in eeprom_i2c_update() 584 eeprom_i2c.word_address = (eeprom_i2c.word_address & ~eeprom_i2c.spec.pagewrite_mask) | in eeprom_i2c_update() 585 … ((eeprom_i2c.word_address + 1) & eeprom_i2c.spec.pagewrite_mask); in eeprom_i2c_update() [all …]
|
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/cart_hw/ |
H A D | eeprom_i2c.c | 168 uint16 word_address; /* memory address */ member 263 eeprom_i2c.word_address = 0; in Detect_START() 340 eeprom_i2c.word_address |= (eeprom_i2c.sda << (7 - eeprom_i2c.cycles)); in eeprom_i2c_update() 382 eeprom_i2c.word_address = 0; in eeprom_i2c_update() 443 eeprom_i2c.word_address |= (eeprom_i2c.sda << (16 - eeprom_i2c.cycles)); in eeprom_i2c_update() 491 eeprom_i2c.word_address |= (eeprom_i2c.sda << (8 - eeprom_i2c.cycles)); in eeprom_i2c_update() 536 eeprom_i2c.word_address = (eeprom_i2c.word_address + 1) & eeprom_i2c.spec.size_mask; in eeprom_i2c_update() 578 … sram.sram[(eeprom_i2c.device_address | eeprom_i2c.word_address) & 0xffff] = eeprom_i2c.buffer; in eeprom_i2c_update() 584 eeprom_i2c.word_address = (eeprom_i2c.word_address & ~eeprom_i2c.spec.pagewrite_mask) | in eeprom_i2c_update() 585 … ((eeprom_i2c.word_address + 1) & eeprom_i2c.spec.pagewrite_mask); in eeprom_i2c_update() [all …]
|
/dports/emulators/mess/mame-mame0226/src/mame/machine/ |
H A D | igs036crypt.cpp | 77 uint16_t igs036_decryptor::decrypt(uint16_t cipherword, int word_address)const in decrypt() 80 int aux = deobfuscate(cipherword, word_address); in decrypt() 85 if ((word_address&triggers[i][0]) == triggers[i][1]) in decrypt() 86 aux ^= BIT(key[word_address&0xff],i&7) << i; in decrypt() 94 uint16_t igs036_decryptor::deobfuscate(uint16_t cipherword, int word_address)const in deobfuscate() 97 int shift = rotation(word_address); in deobfuscate()
|
H A D | igs036crypt.h | 12 uint16_t decrypt(uint16_t cipherword, int word_address)const; 13 uint16_t deobfuscate(uint16_t cipherword, int word_address)const;
|
/dports/emulators/mame/mame-mame0226/src/mame/machine/ |
H A D | igs036crypt.cpp | 77 uint16_t igs036_decryptor::decrypt(uint16_t cipherword, int word_address)const in decrypt() 80 int aux = deobfuscate(cipherword, word_address); in decrypt() 85 if ((word_address&triggers[i][0]) == triggers[i][1]) in decrypt() 86 aux ^= BIT(key[word_address&0xff],i&7) << i; in decrypt() 94 uint16_t igs036_decryptor::deobfuscate(uint16_t cipherword, int word_address)const in deobfuscate() 97 int shift = rotation(word_address); in deobfuscate()
|
H A D | igs036crypt.h | 12 uint16_t decrypt(uint16_t cipherword, int word_address)const; 13 uint16_t deobfuscate(uint16_t cipherword, int word_address)const;
|
/dports/cad/iverilog/verilog-11.0/vvp/ |
H A D | schedule.h | 56 unsigned word_address, 62 unsigned word_address,
|
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/ |
H A D | hp2100_mem.c | 1043 const HP_WORD word_address = byte_address >> 1; /* the address of the word containing the b… in mem_read_byte() local 1046 word = mem_read (dptr, classification, word_address); /* read the addressed word */ in mem_read_byte() 1080 const HP_WORD word_address = byte_address >> 1; /* the address of the word containing the b… in mem_write_byte() local 1083 word = mem_read (dptr, classification, word_address); /* read the addressed word */ in mem_write_byte() 1090 mem_write (dptr, classification, word_address, word); /* write the updated word back */ in mem_write_byte()
|
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/ |
H A D | hp2100_mem.c | 1034 const HP_WORD word_address = byte_address >> 1; /* the address of the word containing the b… in mem_read_byte() local 1037 word = mem_read (dptr, classification, word_address); /* read the addressed word */ in mem_read_byte() 1071 const HP_WORD word_address = byte_address >> 1; /* the address of the word containing the b… in mem_write_byte() local 1074 word = mem_read (dptr, classification, word_address); /* read the addressed word */ in mem_write_byte() 1081 mem_write (dptr, classification, word_address, word); /* write the updated word back */ in mem_write_byte()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/igb/ |
H A D | e1000_i210.c | 329 u8 record_type, word_address; in igb_read_invm_word_i210() local 342 word_address = INVM_DWORD_TO_WORD_ADDRESS(invm_dword); in igb_read_invm_word_i210() 343 if (word_address == address) { in igb_read_invm_word_i210()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/igb/ |
H A D | e1000_i210.c | 329 u8 record_type, word_address; in igb_read_invm_word_i210() local 342 word_address = INVM_DWORD_TO_WORD_ADDRESS(invm_dword); in igb_read_invm_word_i210() 343 if (word_address == address) { in igb_read_invm_word_i210()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/igb/ |
H A D | e1000_i210.c | 329 u8 record_type, word_address; in igb_read_invm_word_i210() local 342 word_address = INVM_DWORD_TO_WORD_ADDRESS(invm_dword); in igb_read_invm_word_i210() 343 if (word_address == address) { in igb_read_invm_word_i210()
|