Home
last modified time | relevance | path

Searched refs:max_sizes (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/freetype/include/freetype/
Dftcache.h310 FT_UInt max_sizes,
/external/freetype/include/freetype/
Dftcache.h310 FT_UInt max_sizes,
/external/e2fsprogs/e2fsck/
Dpass1.c1049 __u64 max_sizes; in e2fsck_pass1() local
1096 max_sizes = EXT2_NDIR_BLOCKS + EXT2_BPP(i); in e2fsck_pass1()
1097 max_sizes = max_sizes + EXT2_BPP(i) * EXT2_BPP(i); in e2fsck_pass1()
1098 max_sizes = max_sizes + EXT2_BPP(i) * EXT2_BPP(i) * EXT2_BPP(i); in e2fsck_pass1()
1099 max_sizes = (max_sizes * (1UL << i)); in e2fsck_pass1()
1100 ext2_max_sizes[i - EXT2_MIN_BLOCK_LOG_SIZE] = max_sizes; in e2fsck_pass1()