Searched refs:int_log10 (Results 1 – 10 of 10) sorted by relevance
28 static int int_log10(unsigned int arg) in int_log10() function64 progress->log_max = int_log10(max); in ext2fs_numeric_progress_init()
57 static int int_log10(unsigned long long arg) in int_log10() function135 fs->logical_width = int_log10((EXT2_I_SIZE(inode) + blocksize - 1) / in filefrag()312 fs.physical_width = int_log10(ext2fs_blocks_count(current_fs->super)); in do_filefrag()
642 static int int_log10(unsigned long long arg) in int_log10() function1055 logical_width = int_log10((EXT2_I_SIZE(&inode)+current_fs->blocksize-1)/ in do_dump_extents()1059 physical_width = int_log10(ext2fs_blocks_count(current_fs->super)) + 1; in do_dump_extents()
24 extern int int_log10(unsigned long long arg);
88 static int int_log10(unsigned long long arg) in int_log10() function455 width = int_log10(fsinfo.f_blocks);465 width = int_log10(numblocks);
535 d = int_log10(num_files) + 1; in mk_hugefiles()
158 int int_log10(unsigned long long arg) in int_log10() function735 need = int_log10(group_block) + 2; in show_stats()
393 def int_log10: Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;
546 def int_log10: Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;
625 def int_log10: DefaultAttrsIntrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;