Home
last modified time | relevance | path

Searched refs:int_log2 (Results 1 – 5 of 5) 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.c143 static int int_log2(unsigned long long arg) in int_log2() function
1581 int_log2(blocksize >> in PRS()
1859 int_log2(blocksize >> EXT2_MIN_BLOCK_LOG_SIZE); in PRS()
2073 int_log2(blocksize >> EXT2_MIN_BLOCK_LOG_SIZE); in PRS()
2177 int_log2(cluster_size >> EXT2_MIN_CLUSTER_LOG_SIZE); in PRS()
2379 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/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>]>;