Searched refs:itog (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dufs.h210 #define itog(fs, x) ((x) / (grub_uint32_t)(fs)->fs_ipg) macro
211 #define itod(fs, x) ((grub_daddr32_t)(cgimin(fs, itog(fs, x)) + \
H A Dfs.h371 #define itog(fs, x) ((x) / (fs)->fs_ipg) macro
373 ((mach_daddr_t)(cgimin(fs, itog(fs, x)) + \

Completed in 23 milliseconds