Searched refs:log2 (Results 1 – 4 of 4) sorted by relevance
54 #define log2 grub_log2 macro71 FAT_SUPER->sectsize_bits = log2 (FAT_CVT_U16 (bpb.bytes_per_sect)); in fat_mount()73 = FAT_SUPER->sectsize_bits + log2 (bpb.sects_per_clust); in fat_mount()
59 #define log2 grub_log2 macro65 unsigned short sector_size_lg2 = log2(512 /*buf_geom.sector_size*/); in iso9660_devread()
277 #define log2(n) grub_log2(n) macro302 #define EXT2_ADDR_PER_BLOCK_BITS(s) (log2(EXT2_ADDR_PER_BLOCK(s)))658 group_desc = group_id >> log2 (EXT2_DESC_PER_BLOCK (SUPERBLOCK)); in ext2fs_dir()
367 #define log2 grub_log2 macro603 INFO->fullblocksize_shift = log2 (super.s_blocksize); in reiserfs_mount()
Completed in 14 milliseconds