OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_log10
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/ext2fs/
progress.c
21
static int
int_log10
(unsigned int arg)
function
57
progress->log_max =
int_log10
(max);
/external/e2fsprogs/debugfs/
filefrag.c
56
static int
int_log10
(unsigned long long arg)
function
134
fs->logical_width =
int_log10
((EXT2_I_SIZE(inode) + blocksize - 1) /
309
fs.physical_width =
int_log10
(ext2fs_blocks_count(current_fs->super));
debugfs.c
593
static int
int_log10
(unsigned long long arg)
function
935
logical_width =
int_log10
((EXT2_I_SIZE(&inode)+current_fs->blocksize-1)/
939
physical_width =
int_log10
(ext2fs_blocks_count(current_fs->super)) + 1;
[
all
...]
/external/e2fsprogs/misc/
filefrag.c
79
static int
int_log10
(unsigned long long arg)
function
397
width =
int_log10
(fsinfo.f_blocks);
407
width =
int_log10
(numblocks);
mke2fs.c
145
static int
int_log10
(unsigned long long arg)
function
624
need =
int_log10
(group_block) + 2;
[
all
...]
Completed in 3714 milliseconds