Home
last modified time | relevance | path

Searched refs:pool_base (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/resources/src/
Daddress_allocator.rs42 pub fn new(pool_base: u64, pool_size: u64, align_size: Option<u64>) -> Result<Self> { in new()
46 let pool_end = pool_base in new()
49 base: pool_base, in new()
57 regions.insert((pool_base, pool_end)); in new()
/external/freetype/include/freetype/
Dftimage.h1131 unsigned char* pool_base,
/external/freetype/src/smooth/
Dftgrays.c1906 unsigned char* pool_base, in gray_raster_reset() argument
1910 FT_UNUSED( pool_base ); in gray_raster_reset()
/external/freetype/src/raster/
Dftraster.c3258 PByte pool_base, in ft_black_reset() argument
3262 FT_UNUSED( pool_base ); in ft_black_reset()
/external/freetype/
DChangeLog.21248 (gray_raster_reset): Remove `const' from `pool_base' argument.