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

  /system/extras/ext4_utils/
ext4_sb.c 23 uint64_t len_blocks; local
39 len_blocks = ((uint64_t)sb->s_blocks_count_hi << 32) +
41 info->len = (uint64_t)info->block_size * len_blocks;
ext4_utils.c 111 aux_info.len_blocks = info.len / info.block_size;
114 aux_info.groups = DIV_ROUND_UP(aux_info.len_blocks - aux_info.first_data_block,
126 u32 last_group_size = aux_info.len_blocks % info.blocks_per_group;
136 aux_info.len_blocks -= last_group_size;
297 printf(" Blocks: %"PRIext4u64"\n", aux_info.len_blocks);
  /external/boringssl/src/crypto/fipsmodule/modes/
gcm.c 523 size_t len_blocks = len & kSizeTWithoutLower4Bits; local
524 if (len_blocks != 0) {
525 GHASH(ctx, aad, len_blocks);
526 aad += len_blocks;
527 len -= len_blocks;
631 size_t len_blocks = len & kSizeTWithoutLower4Bits; local
632 if (len_blocks != 0) {
645 GHASH(ctx, out - len_blocks, len_blocks);
762 size_t len_blocks = len & kSizeTWithoutLower4Bits local
    [all...]
  /system/extras/ext4_utils/include/ext4_utils/
ext4_utils.h 115 u64 len_blocks; member in struct:fs_aux_info
  /system/vold/
EncryptInplace.cpp 202 (u32)(aux_info.len_blocks - first_block));

Completed in 172 milliseconds