Searched refs:totalheads (Results 1 – 6 of 6) sorted by relevance
96 uint32_t totalheads = totalsectors / cursectors; in hard_disk_open() local98 if (totalheads % curheads == 0) in hard_disk_open()100 file->info.cylinders = totalheads / curheads; in hard_disk_open()
25 \newrobustcmd*\headcommand[1]{\global\advance\beamer@totalheads by1\relax26 \expandafter\gdef\csname @@head\the\beamer@totalheads\endcsname{#1}}27 \newrobustcmd*\dohead{\beamer@headcounter=0\relax\loop\ifnum\beamer@headcounter<\beamer@totalheads
63 \newcount\beamer@totalheads
987 uint32_t totalheads = totalsectors / cursectors; in guess_chs() local989 if (totalheads % curheads == 0) in guess_chs()991 cylinders = totalheads / curheads; in guess_chs()