Home
last modified time | relevance | path

Searched refs:FT_MEM_VAL (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/base/
Dftdbgmem.c50 #define FT_MEM_VAL( addr ) ( (FT_PtrDist)(FT_Pointer)( addr ) ) macro
286 hash = FT_MEM_VAL( node->address ) % (FT_PtrDist)new_size; in ft_mem_table_resize()
435 hash = FT_MEM_VAL( address ); in ft_mem_table_get_nodep()
/external/freetype/
DChangeLog.245014 Change the type of `FT_MEM_VAL' from FT_ULong to FT_PtrDist.
5017 cannot cover the memory address (64-bit). `FT_MEM_VAL' is
5021 * src/base/ftdbgmem.c (FT_MEM_VAL): Change the type of the