Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/tools/imgtool/modules/
H A Dti99.cpp1654 uint8_t xinfo_LSB; /* extended information (LSByte) */ member
2284 ? (prevsibFDR_AU * l2_img->AUformat.physrecsperAU + ((fdr->xinfo_LSB >> 4) & 0xf)) in get_win_fdr_prevsibFDR_aphysrec()
2293 ? (nextsibFDR_AU * l2_img->AUformat.physrecsperAU + (fdr->xinfo_LSB & 0xf)) in get_win_fdr_nextsibFDR_aphysrec()
2366 win_file->curfdr.xinfo_LSB = (win_file->curfdr.xinfo_LSB & 0xf0) | newfdr_physrecinAU; in win_alloc_sibFDR()
2373 win_file->curfdr.xinfo_LSB = win_file->curfdr.xinfo_LSB & 0xf0; in win_alloc_sibFDR()
2386 win_file->curfdr.xinfo_LSB = oldfdr_physrecinAU << 4; in win_alloc_sibFDR()
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/modules/
H A Dti99.cpp1654 uint8_t xinfo_LSB; /* extended information (LSByte) */ member
2284 ? (prevsibFDR_AU * l2_img->AUformat.physrecsperAU + ((fdr->xinfo_LSB >> 4) & 0xf)) in get_win_fdr_prevsibFDR_aphysrec()
2293 ? (nextsibFDR_AU * l2_img->AUformat.physrecsperAU + (fdr->xinfo_LSB & 0xf)) in get_win_fdr_nextsibFDR_aphysrec()
2366 win_file->curfdr.xinfo_LSB = (win_file->curfdr.xinfo_LSB & 0xf0) | newfdr_physrecinAU; in win_alloc_sibFDR()
2373 win_file->curfdr.xinfo_LSB = win_file->curfdr.xinfo_LSB & 0xf0; in win_alloc_sibFDR()
2386 win_file->curfdr.xinfo_LSB = oldfdr_physrecinAU << 4; in win_alloc_sibFDR()