HomeSort by relevance Sort by last modified time
    Searched refs:int_log2 (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/misc/
filefrag.c 74 static int int_log2(int arg) function
458 blk_shift = int_log2(blocksize);
460 blk_shift = int_log2(blksize);
mke2fs.c 146 static int int_log2(unsigned long long arg) function
    [all...]
e4crypt.c 116 static int int_log2(int arg) function
388 policy.flags = int_log2(pad >> 2);
  /external/f2fs-tools/tools/
f2fscrypt.c 163 static int int_log2(int arg) function
433 policy.flags = int_log2(pad >> 2);

Completed in 107 milliseconds