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

  /external/freetype/include/freetype/
ftcache.h 244 /* `max_faces' and `max_sizes' parameters of @FTC_Manager_New. */
290 /* max_sizes :: Maximum number of opened @FT_Size objects managed by */
313 FT_UInt max_sizes,
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 469 __u64 max_sizes; local
508 max_sizes = EXT2_NDIR_BLOCKS + EXT2_BPP(i);
509 max_sizes = max_sizes + EXT2_BPP(i) * EXT2_BPP(i);
510 max_sizes = max_sizes + EXT2_BPP(i) * EXT2_BPP(i) * EXT2_BPP(i);
511 max_sizes = (max_sizes * (1UL << i)) - 1;
512 ext2_max_sizes[i - EXT2_MIN_BLOCK_LOG_SIZE] = max_sizes;
    [all...]

Completed in 93 milliseconds