Home
last modified time | relevance | path

Searched refs:int_log10 (Results 1 – 9 of 9) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dprogress.c28 static int int_log10(unsigned int arg) in int_log10() function
64 progress->log_max = int_log10(max); in ext2fs_numeric_progress_init()
/external/e2fsprogs/debugfs/
Dfilefrag.c57 static int int_log10(unsigned long long arg) in int_log10() function
135 fs->logical_width = int_log10((EXT2_I_SIZE(inode) + blocksize - 1) / in filefrag()
311 fs.physical_width = int_log10(ext2fs_blocks_count(current_fs->super)); in do_filefrag()
Ddebugfs.c622 static int int_log10(unsigned long long arg) in int_log10() function
1041 logical_width = int_log10((EXT2_I_SIZE(&inode)+current_fs->blocksize-1)/ in do_dump_extents()
1045 physical_width = int_log10(ext2fs_blocks_count(current_fs->super)) + 1; in do_dump_extents()
/external/e2fsprogs/misc/
Dmke2fs.h24 extern int int_log10(unsigned long long arg);
Dfilefrag.c86 static int int_log10(unsigned long long arg) in int_log10() function
452 width = int_log10(fsinfo.f_blocks);
462 width = int_log10(numblocks);
Dmk_hugefiles.c449 d = int_log10(num_files) + 1; in mk_hugefiles()
Dmke2fs.c158 int int_log10(unsigned long long arg) in int_log10() function
728 need = int_log10(group_block) + 2; in show_stats()
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsics.td252 def int_log10: Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;
/external/llvm/include/llvm/IR/
DIntrinsics.td393 def int_log10: Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;