OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int_log10
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/misc/
filefrag.c
75
static int
int_log10
(unsigned long long arg)
function
312
physical_width =
int_log10
(fsinfo.f_blocks);
327
logical_width =
int_log10
(numblocks);
mke2fs.c
137
static int
int_log10
(unsigned int arg)
function
326
i =
int_log10
(max);
659
need =
int_log10
(group_block) + 2;
[
all
...]
/external/e2fsprogs/debugfs/
debugfs.c
557
static int
int_log10
(unsigned long long arg)
function
903
logical_width =
int_log10
(((inode.i_size |
909
physical_width =
int_log10
(current_fs->super->s_blocks_count) + 1;
[
all
...]
/external/llvm/include/llvm/IR/
Intrinsics.td
291
def
int_log10
: Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;
Completed in 301 milliseconds