Home
last modified time | relevance | path

Searched refs:int_log2 (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/misc/
Dfilefrag.c74 static int int_log2(int arg) in int_log2() function
458 blk_shift = int_log2(blocksize);
460 blk_shift = int_log2(blksize);
Dmke2fs.c146 static int int_log2(unsigned long long arg) in int_log2() function
1597 int_log2(blocksize >> in PRS()
1875 int_log2(blocksize >> EXT2_MIN_BLOCK_LOG_SIZE); in PRS()
2094 int_log2(blocksize >> EXT2_MIN_BLOCK_LOG_SIZE); in PRS()
2198 int_log2(cluster_size >> EXT2_MIN_CLUSTER_LOG_SIZE); in PRS()
2400 fs_param.s_log_groups_per_flex = int_log2(flex_bg_size); in PRS()
De4crypt.c116 static int int_log2(int arg) in int_log2() function
388 policy.flags = int_log2(pad >> 2); in set_policy()
/external/f2fs-tools/tools/
Df2fscrypt.c158 static int int_log2(int arg) in int_log2() function
428 policy.flags = int_log2(pad >> 2); in set_policy()
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsics.td253 def int_log2 : Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;
/external/llvm/include/llvm/IR/
DIntrinsics.td394 def int_log2 : Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;