Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/bus/neogeo/
H A Dsbp.cpp41 int realoffset = 0x200 + (offset * 2); in protection_r() local
42 logerror("sbp_lowerrom_r offset %08x data %04x\n", realoffset, data); in protection_r()
45 if (realoffset == 0xd5e) in protection_r()
54 int realoffset = 0x200 + (offset * 2); in protection_w() local
59 if (realoffset == 0x1080) in protection_w()
71 printf("sbp_lowerrom_w offset %08x data %04x\n", realoffset, data); in protection_w()
/dports/emulators/mame/mame-mame0226/src/devices/bus/neogeo/
H A Dsbp.cpp41 int realoffset = 0x200 + (offset * 2); in protection_r() local
42 logerror("sbp_lowerrom_r offset %08x data %04x\n", realoffset, data); in protection_r()
45 if (realoffset == 0xd5e) in protection_r()
54 int realoffset = 0x200 + (offset * 2); in protection_w() local
59 if (realoffset == 0x1080) in protection_w()
71 printf("sbp_lowerrom_w offset %08x data %04x\n", realoffset, data); in protection_w()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Delan_eu3a05vid.cpp99 int realoffset = offset+m_spritebase; in read_spriteram() local
100 if (realoffset < 0x4000) in read_spriteram()
102 return cpuspace.read_byte(realoffset); in read_spriteram()
112 int realoffset = offset+m_vrambase; in read_vram() local
113 if (realoffset < 0x4000) in read_vram()
115 return cpuspace.read_byte(realoffset); in read_vram()
H A Delan_eu3a14vid.cpp149 int realoffset = offset + 0x200; in read_vram() local
150 if (realoffset < 0x4000) in read_vram()
152 return cpuspace.read_byte(realoffset); in read_vram()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Delan_eu3a05vid.cpp99 int realoffset = offset+m_spritebase; in read_spriteram() local
100 if (realoffset < 0x4000) in read_spriteram()
102 return cpuspace.read_byte(realoffset); in read_spriteram()
112 int realoffset = offset+m_vrambase; in read_vram() local
113 if (realoffset < 0x4000) in read_vram()
115 return cpuspace.read_byte(realoffset); in read_vram()
H A Delan_eu3a14vid.cpp149 int realoffset = offset + 0x200; in read_vram() local
150 if (realoffset < 0x4000) in read_vram()
152 return cpuspace.read_byte(realoffset); in read_vram()
/dports/www/py-urlgrabber/urlgrabber-4.0.0/urlgrabber/
H A Dbyterange.py158 realoffset = self.firstbyte + offset
160 realoffset = self.realpos + offset
166 if self.lastbyte and (realoffset >= self.lastbyte):
167 realoffset = self.lastbyte
169 self._do_seek(realoffset - self.realpos)
/dports/audio/sweep/sweep-0.9.3/src/
H A Dplay.c123 sample_set_playmarker (s, head->realoffset, FALSE); in update_playmarker()
751 head->realoffset = head->offset; in play_heads()
753 head->realoffset = device_offset (handle); in play_heads()
754 if (head->realoffset == -1) { in play_heads()
755 head->realoffset = head->offset; in play_heads()
759 head->offset = head->realoffset; in play_heads()
764 if (!head->scrubbing) s->user_offset = head->realoffset; in play_heads()
H A Dsweep_app.h169 sw_framecount_t realoffset; /* offset according to device */ member
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/cbc/
H A Dmember.c72 int realoffset, SV *sv, GMSInfo *pInfo);
369 sv_catpvf(sv, "+%d", realoffset); \
413 int realoffset, SV *sv, GMSInfo *pInfo) in get_member_string_rec() argument
423 offset, realoffset, SvPV_nolen(sv))); in get_member_string_rec()
472 realoffset, tmpSV, pInfo); in get_member_string_rec()
480 realoffset, sv, pInfo); in get_member_string_rec()
/dports/editors/tweak/tweak-3.02/
H A Dmain.c214 fileoffset_t realoffset = 0, offset = 16; variable
316 realoffset = newoffset; in main()
347 offset = realoffset % width; in fix_offset()
H A Dtweak.h86 extern fileoffset_t width, offset, realoffset;
H A Drcfile.c315 realoffset = atoi(r); in read_rc()
H A Dactions.c692 realoffset); in act_offset()
702 realoffset = o; in act_offset()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dgeneralplus_gpl16250soc.cpp1073 int realoffset = offset + (bank * 0x200000) - m_csbase; in cs_bank_space_r() local
1075 if (realoffset < 0) in cs_bank_space_r()
1081 return m_cs_space->read_word(realoffset); in cs_bank_space_r()
1087 int realoffset = offset + (bank * 0x200000) - m_csbase; in cs_bank_space_w() local
1089 if (realoffset < 0) in cs_bank_space_w()
1095 m_cs_space->write_word(realoffset, data); in cs_bank_space_w()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dgeneralplus_gpl16250soc.cpp1073 int realoffset = offset + (bank * 0x200000) - m_csbase; in cs_bank_space_r() local
1075 if (realoffset < 0) in cs_bank_space_r()
1081 return m_cs_space->read_word(realoffset); in cs_bank_space_r()
1087 int realoffset = offset + (bank * 0x200000) - m_csbase; in cs_bank_space_w() local
1089 if (realoffset < 0) in cs_bank_space_w()
1095 m_cs_space->write_word(realoffset, data); in cs_bank_space_w()
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dcorefile.cpp115 std::uint64_t realoffset() const { return m_realoffset; } in realoffset() function in util::__anona17fcdc60111::zlib_data
761 …auto const filerr = m_file->write(m_zdata->buffer_data(), m_zdata->realoffset(), m_zdata->output_s… in compress()
986 …filerr = m_file->read(m_zdata->buffer_data(), m_zdata->realoffset(), m_zdata->buffer_size(), actua… in osd_or_zlib_read()
1046 …auto const filerr = m_file->write(m_zdata->buffer_data(), m_zdata->realoffset(), m_zdata->output_s… in osd_or_zlib_write()
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dcorefile.cpp115 std::uint64_t realoffset() const { return m_realoffset; } in realoffset() function in util::__anonae8e03ee0111::zlib_data
761 …auto const filerr = m_file->write(m_zdata->buffer_data(), m_zdata->realoffset(), m_zdata->output_s… in compress()
986 …filerr = m_file->read(m_zdata->buffer_data(), m_zdata->realoffset(), m_zdata->buffer_size(), actua… in osd_or_zlib_read()
1046 …auto const filerr = m_file->write(m_zdata->buffer_data(), m_zdata->realoffset(), m_zdata->output_s… in osd_or_zlib_write()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dmegacd.cpp753 uint16_t realoffset = ((segacd_4meg_prgbank * 0x20000)/2) + offset; in scd_4m_prgbank_ram_r() local
754 return m_prgram[realoffset]; in scd_4m_prgbank_ram_r()
760 uint16_t realoffset = ((segacd_4meg_prgbank * 0x20000)/2) + offset; in scd_4m_prgbank_ram_w() local
765 COMBINE_DATA(&m_prgram[realoffset]); in scd_4m_prgbank_ram_w()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dmegacd.cpp753 uint16_t realoffset = ((segacd_4meg_prgbank * 0x20000)/2) + offset; in scd_4m_prgbank_ram_r() local
754 return m_prgram[realoffset]; in scd_4m_prgbank_ram_r()
760 uint16_t realoffset = ((segacd_4meg_prgbank * 0x20000)/2) + offset; in scd_4m_prgbank_ram_w() local
765 COMBINE_DATA(&m_prgram[realoffset]); in scd_4m_prgbank_ram_w()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dutils2.c978 l_int32 start, offset, realoffset, found; in arrayFindEachSequence() local
995 realoffset = start + offset; in arrayFindEachSequence()
996 l_dnaAddNumber(da, realoffset); in arrayFindEachSequence()
997 start = realoffset + seqlen; in arrayFindEachSequence()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dpicasso96.c3835 int y, x, realoffset; in flushpixels() local
3838 realoffset = p - (src + off); in flushpixels()
3840 realoffset = 0; in flushpixels()
3843 y = realoffset / picasso96_state.BytesPerRow; in flushpixels()
3846 x = (realoffset % picasso96_state.BytesPerRow) / picasso96_state.BytesPerPixel; in flushpixels()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-win32/
H A Dpicasso96_win.cpp4516 int y, x, realoffset; local
4519 realoffset = p - (src + off);
4521 realoffset = 0;
4524 y = realoffset / picasso96_state.BytesPerRow;
4527 x = (realoffset % picasso96_state.BytesPerRow) / picasso96_state.BytesPerPixel;
/dports/emulators/mess/mame-mame0226/src/devices/cpu/arcompact/
H A Darcompact_execute.cpp6683 uint32_t realoffset = PC_ALIGNED32 + (u * 2); in arcompact_handle04_28() local
6684 return realoffset; in arcompact_handle04_28()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/arcompact/
H A Darcompact_execute.cpp6683 uint32_t realoffset = PC_ALIGNED32 + (u * 2); in arcompact_handle04_28() local
6684 return realoffset; in arcompact_handle04_28()