Home
last modified time | relevance | path

Searched refs:totalheads (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dharddisk.cpp96 uint32_t totalheads = totalsectors / cursectors; in hard_disk_open() local
98 if (totalheads % curheads == 0) in hard_disk_open()
100 file->info.cylinders = totalheads / curheads; in hard_disk_open()
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dharddisk.cpp96 uint32_t totalheads = totalsectors / cursectors; in hard_disk_open() local
98 if (totalheads % curheads == 0) in hard_disk_open()
100 file->info.cylinders = totalheads / curheads; in hard_disk_open()
/dports/print/latex-beamer/beamer-3.57/base/
H A Dbeamerbasemisc.sty25 \newrobustcmd*\headcommand[1]{\global\advance\beamer@totalheads by1\relax
26 \expandafter\gdef\csname @@head\the\beamer@totalheads\endcsname{#1}}
27 \newrobustcmd*\dohead{\beamer@headcounter=0\relax\loop\ifnum\beamer@headcounter<\beamer@totalheads
H A Dbeamer.cls63 \newcount\beamer@totalheads
/dports/emulators/mess/mame-mame0226/src/tools/
H A Dchdman.cpp987 uint32_t totalheads = totalsectors / cursectors; in guess_chs() local
989 if (totalheads % curheads == 0) in guess_chs()
991 cylinders = totalheads / curheads; in guess_chs()
/dports/emulators/mame/mame-mame0226/src/tools/
H A Dchdman.cpp987 uint32_t totalheads = totalsectors / cursectors; in guess_chs() local
989 if (totalheads % curheads == 0) in guess_chs()
991 cylinders = totalheads / curheads; in guess_chs()