Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/tools/imgtool/modules/
H A Dti99.cpp3760 uint8_t physrec_buf[256]; in read_next_record() local
3776 errorcode = read_file_physrec(&l3_file->l2_file, l3_file->cur_phys_rec, physrec_buf); in read_next_record()
3780 reclen = physrec_buf[l3_file->cur_pos_in_phys_rec]; in read_next_record()
3786 memcpy(dest, physrec_buf + l3_file->cur_pos_in_phys_rec + 1, reclen); in read_next_record()
3790 || (physrec_buf[l3_file->cur_pos_in_phys_rec] == 0xff)) in read_next_record()
3812 errorcode = read_file_physrec(&l3_file->l2_file, l3_file->cur_phys_rec, physrec_buf); in read_next_record()
3815 memcpy(dest, physrec_buf + l3_file->cur_pos_in_phys_rec, reclen); in read_next_record()
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/modules/
H A Dti99.cpp3760 uint8_t physrec_buf[256]; in read_next_record() local
3776 errorcode = read_file_physrec(&l3_file->l2_file, l3_file->cur_phys_rec, physrec_buf); in read_next_record()
3780 reclen = physrec_buf[l3_file->cur_pos_in_phys_rec]; in read_next_record()
3786 memcpy(dest, physrec_buf + l3_file->cur_pos_in_phys_rec + 1, reclen); in read_next_record()
3790 || (physrec_buf[l3_file->cur_pos_in_phys_rec] == 0xff)) in read_next_record()
3812 errorcode = read_file_physrec(&l3_file->l2_file, l3_file->cur_phys_rec, physrec_buf); in read_next_record()
3815 memcpy(dest, physrec_buf + l3_file->cur_pos_in_phys_rec, reclen); in read_next_record()