OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_sizes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/freetype/include/freetype/
ftcache.h
241
/* `max_faces' and `
max_sizes
' parameters of @FTC_Manager_New. */
287
/*
max_sizes
:: Maximum number of opened @FT_Size objects managed by */
310
FT_UInt
max_sizes
,
[
all
...]
/external/freetype/include/freetype/
ftcache.h
241
/* `max_faces' and `
max_sizes
' parameters of @FTC_Manager_New. */
287
/*
max_sizes
:: Maximum number of opened @FT_Size objects managed by */
310
FT_UInt
max_sizes
,
[
all
...]
/external/e2fsprogs/e2fsck/
pass1.c
546
__u64
max_sizes
;
local
583
max_sizes
= EXT2_NDIR_BLOCKS + EXT2_BPP(i);
584
max_sizes
=
max_sizes
+ EXT2_BPP(i) * EXT2_BPP(i);
585
max_sizes
=
max_sizes
+ EXT2_BPP(i) * EXT2_BPP(i) * EXT2_BPP(i);
586
max_sizes
= (
max_sizes
* (1UL << i)) - 1;
587
ext2_max_sizes[i - EXT2_MIN_BLOCK_LOG_SIZE] =
max_sizes
;
[
all
...]
Completed in 453 milliseconds