Home
last modified time | relevance | path

Searched refs:virtsize (Results 1 – 16 of 16) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dhardfile.c149 (uae_u32)(hfd->virtsize >> 32),(uae_u32)hfd->virtsize, in getchsx()
375 hfd->virtsize += size; in create_virtual_rdb()
418 hfd->size = hfd->hfd.virtsize; in hdf_hd_open()
486 hfd->virtsize = cf->logical_bytes (); in hdf_open()
542 hfd->virtsize / 1024); in hdf_open()
753 hfd.virtsize = hfd.physsize = size; in vhd_create()
1099 if (offset >= hfd->virtsize) in checkbounds()
1101 if (offset + len > hfd->virtsize) in checkbounds()
1783 if (len + offset > hfd->virtsize) { in hardfile_do_io()
1804 if (len + offset64 > hfd->virtsize) { in hardfile_do_io()
[all …]
H A Dhardfile_unix.c228 hfd->physsize = hfd->virtsize = udi->size; in hdf_open_target()
286 hfd->physsize = hfd->virtsize = low; in hdf_open_target()
297 hfd->physsize = hfd->virtsize = zfile_ftell (hfd->handle->zf); in hdf_open_target()
H A Dfilesys.c373 mi->size = ui->hf.virtsize; in get_filesys_unitconfig()
616 if ((uae_u64)(ui->hf.ci.blocksize) > ui->hf.virtsize || ui->hf.virtsize == 0) { in set_filesys_unit_1()
838 uip[num].rootdir, (int)(uip[num].hf.virtsize / (1024 * 1024))); in sprintf_filesys_unit()
6540 if ((uae_u64)block >= (uip->hf.virtsize / uip->hf.ci.blocksize) ) in legalrdbblock()
6677 if ((uae_u64)highcyl * spt * surfaces * blocksize > hfd->virtsize) { in dump_partinfo()
6679 (uae_u64)highcyl * spt * surfaces * blocksize, hfd->virtsize); in dump_partinfo()
6813 getchsgeometry_hdf (hfd, hfd->virtsize, &cyls, &secs, &heads); in rdb_mount()
7195 (uae_u32)(mountinfo.ui[unit_no].hf.virtsize >> 32), in get_new_device()
7196 (uae_u32)(mountinfo.ui[unit_no].hf.virtsize), in get_new_device()
7521 hfd->virtsize = restore_u64(); in restore_filesys_hardfile()
[all …]
H A Dzfile.c356 uae_u64 virtsize; member
492 zvhd->virtsize = (uae_u64)(gl (tmp + 8 + 4 + 4 + 8 + 4 + 4 +4 + 4 + 8)) << 32; in vhd()
493 zvhd->virtsize |= gl (tmp + 8 + 4 + 4 + 8 + 4 + 4 +4 + 4 + 8 + 4); in vhd()
510 …zvhd->vhd_bamsize = (((zvhd->virtsize + zvhd->vhd_blocksize - 1) / zvhd->vhd_blocksize) * 4 + 511)… in vhd()
520 z = zfile_fopen_parent (z, NULL, 0, zvhd->virtsize); in vhd()
528 zvhd->virtsize / 1024); in vhd()
H A Dgayle.c2323 pcmcia_common_size = pcmcia_sram->hfd.virtsize; in initpcmcia()
2324 if (pcmcia_sram->hfd.virtsize > 4 * 1024 * 1024) { in initpcmcia()
2325 write_log (_T("PCMCIA SRAM: too large device, %d bytes\n"), pcmcia_sram->hfd.virtsize); in initpcmcia()
H A Dcfgfile.c2623 if (size == hfd->virtsize) in parse_geo()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dhardfile.cpp153 (uae_u32)(hfd->virtsize >> 32),(uae_u32)hfd->virtsize, in getchsx()
387 hfd->virtsize += size; in create_virtual_rdb()
429 hfd->size = hfd->hfd.virtsize; in hdf_hd_open()
519 hfd->virtsize = cf->logical_bytes(); in hdf_open()
578 hfd->virtsize / 1024, hfd->virtsize, hfd->virtsize); in hdf_open()
801 hfd.virtsize = hfd.physsize = size; in vhd_create()
1102 uae_u64 max = hfd->virtsize; in checkbounds()
2072 if (len + offset > hfd->virtsize) { in hardfile_do_io()
2073 outofbounds (cmd, offset, len, hfd->virtsize); in hardfile_do_io()
2117 if (len + offset > hfd->virtsize) { in hardfile_do_io()
[all …]
H A Dfilesys.cpp425 mi->size = ui->hf.virtsize; in get_filesys_unitconfig()
685 if (ui->hf.ci.blocksize > ui->hf.virtsize || ui->hf.virtsize == 0) { in set_filesys_unit_1()
1104 uip[num].rootdir, (int)(uip[num].hf.virtsize / (1024 * 1024))); in sprintf_filesys_unit()
7508 if (block >= uip->hf.virtsize / uip->hf.ci.blocksize) in legalrdbblock()
7649 (uae_u64)highcyl * spt * surfaces * blocksize, hfd->virtsize); in dump_partinfo()
7757 if (lastblock * hfd->ci.blocksize > hfd->virtsize) { in rdb_mount()
7807 getchsgeometry_hdf (hfd, hfd->virtsize, &cyls, &secs, &heads); in rdb_mount()
8196 (uae_u32)(mountinfo.ui[unit_no].hf.virtsize >> 32), in get_new_device()
8197 (uae_u32)(mountinfo.ui[unit_no].hf.virtsize), in get_new_device()
8617 hfd->virtsize = restore_u64 (); in restore_filesys_hardfile()
[all …]
H A Dgayle.cpp1362 pcmcia_common_size = pcmcia_sram->hfd.virtsize; in initpcmcia()
1363 if (pcmcia_sram->hfd.virtsize > 4 * 1024 * 1024) { in initpcmcia()
1364 write_log (_T("PCMCIA SRAM: too large device, %llu bytes\n"), pcmcia_sram->hfd.virtsize); in initpcmcia()
H A Dzfile.cpp368 uae_u64 virtsize; member
504 zvhd->virtsize = (uae_u64)(gl (tmp + 8 + 4 + 4 + 8 + 4 + 4 +4 + 4 + 8)) << 32; in vhd()
505 zvhd->virtsize |= gl (tmp + 8 + 4 + 4 + 8 + 4 + 4 +4 + 4 + 8 + 4); in vhd()
522 …zvhd->vhd_bamsize = (((zvhd->virtsize + zvhd->vhd_blocksize - 1) / zvhd->vhd_blocksize) * 4 + 511)… in vhd()
532 z = zfile_fopen_parent (z, NULL, 0, zvhd->virtsize); in vhd()
543 zvhd->virtsize / 1024); in vhd()
H A Dcfgfile.cpp3710 if (size == hfd->virtsize) in parse_geo()
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dw32dll.c215 secthdr.virtsize = dll->extheader.image_size; in w32dll_load()
564 size = (secthdr->virtsize + pagesize-1) / pagesize * pagesize; in w32dll_load_section()
585 if (secthdr->filesize < secthdr->virtsize) in w32dll_load_section()
588 toread = secthdr->virtsize; in w32dll_load_section()
608 sectinfo->origsize = secthdr->virtsize; in w32dll_load_section()
634 && dll->extheader.rva[i].address < secthdr->virtaddr+secthdr->virtsize in w32dll_update_rva()
H A Dw32dll-local.h130 uint32_t virtsize; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-fs/
H A Dhardfile_host.cpp256 hfd->physsize = hfd->virtsize = udi->size; in hdf_open_target()
365 hfd->physsize = hfd->virtsize = low; in hdf_open_target()
368 hfd->virtsize); in hdf_open_target()
380 hfd->physsize = hfd->virtsize = zfile_ftell (hfd->handle->zf); in hdf_open_target()
383 hfd->virtsize); in hdf_open_target()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dfilesys.h33 uae_u64 virtsize; // virtual size member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dfilesys.h34 uae_u64 virtsize; // virtual size member