Home
last modified time | relevance | path

Searched refs:cur_phys_rec (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/tools/imgtool/modules/
H A Dti99.cpp3711 int cur_phys_rec; member
3725 l3_file->cur_phys_rec = 0; in open_file_lvl3()
3744 return (l3_file->cur_phys_rec >= fphysrecs); in is_eof()
3748 return ((l3_file->cur_phys_rec >= fphysrecs) in is_eof()
3749 || ((l3_file->cur_phys_rec == (fphysrecs-1)) in is_eof()
3776 errorcode = read_file_physrec(&l3_file->l2_file, l3_file->cur_phys_rec, physrec_buf); in read_next_record()
3793 l3_file->cur_phys_rec++; in read_next_record()
3806 l3_file->cur_phys_rec++; in read_next_record()
3808 if ((l3_file->cur_phys_rec >= fphysrecs) in read_next_record()
3809 || ((l3_file->cur_phys_rec == (fphysrecs-1)) in read_next_record()
[all …]
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/modules/
H A Dti99.cpp3711 int cur_phys_rec; member
3725 l3_file->cur_phys_rec = 0; in open_file_lvl3()
3744 return (l3_file->cur_phys_rec >= fphysrecs); in is_eof()
3748 return ((l3_file->cur_phys_rec >= fphysrecs) in is_eof()
3749 || ((l3_file->cur_phys_rec == (fphysrecs-1)) in is_eof()
3776 errorcode = read_file_physrec(&l3_file->l2_file, l3_file->cur_phys_rec, physrec_buf); in read_next_record()
3793 l3_file->cur_phys_rec++; in read_next_record()
3806 l3_file->cur_phys_rec++; in read_next_record()
3808 if ((l3_file->cur_phys_rec >= fphysrecs) in read_next_record()
3809 || ((l3_file->cur_phys_rec == (fphysrecs-1)) in read_next_record()
[all …]