HelenOS sources
div_round_up 177 uspace/app/mkexfat/mkexfat.c cfg->fat_sector_count = div_round_up(fat_bytes, cfg->sector_size);
div_round_up 187 uspace/app/mkexfat/mkexfat.c fat_cls = div_round_up((cfg->data_start_sector -
div_round_up 198 uspace/app/mkexfat/mkexfat.c cfg->bitmap_size = div_round_up(cfg->total_clusters, 8);
div_round_up 201 uspace/app/mkexfat/mkexfat.c cfg->allocated_clusters = div_round_up(cfg->bitmap_size,
div_round_up 208 uspace/app/mkexfat/mkexfat.c cfg->allocated_clusters += div_round_up(sizeof(upcase_table),
div_round_up 237 uspace/app/mkexfat/mkexfat.c div_round_up(cfg->bitmap_size, cfg->cluster_size));
div_round_up 239 uspace/app/mkexfat/mkexfat.c div_round_up(sizeof(upcase_table), cfg->cluster_size));
div_round_up 535 uspace/app/mkexfat/mkexfat.c size_t const bss = div_round_up(cfg->bitmap_size, cfg->sector_size);
div_round_up 593 uspace/app/mkexfat/mkexfat.c nsecs = div_round_up(sizeof(upcase_table), cfg->sector_size);
div_round_up 931 uspace/app/mkexfat/mkexfat.c div_round_up(cfg.bitmap_size, cfg.cluster_size));
div_round_up 939 uspace/app/mkexfat/mkexfat.c div_round_up(cfg.bitmap_size, cfg.cluster_size);
div_round_up 944 uspace/app/mkexfat/mkexfat.c div_round_up(sizeof(upcase_table), cfg.cluster_size));
div_round_up 951 uspace/app/mkexfat/mkexfat.c next_cls += div_round_up(sizeof(upcase_table), cfg.cluster_size);
div_round_up 317 uspace/app/mkfat/mkfat.c rd_sectors = div_round_up(cfg->root_ent_max * DIRENT_SIZE,
div_round_up 322 uspace/app/mkfat/mkfat.c tot_clust_16 = div_round_up(cfg->total_sectors - non_data_sectors_lb_16,
div_round_up 345 uspace/app/mkfat/mkfat.c cfg->rootdir_sectors = div_round_up(cfg->root_ent_max * DIRENT_SIZE,
div_round_up 356 uspace/app/mkfat/mkfat.c cfg->total_clusters = div_round_up(cfg->total_sectors - non_data_sectors_lb,
div_round_up 359 uspace/app/mkfat/mkfat.c fat_bytes = div_round_up((cfg->total_clusters + 2) *
div_round_up 361 uspace/app/mkfat/mkfat.c cfg->fat_sectors = div_round_up(fat_bytes, cfg->sector_size);
HelenOS homepage, sources at GitHub