Searched refs:ft_div64by32 (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/base/
H A Dftcalc.c326 ft_div64by32( FT_UInt32 hi, function
471 : ft_div64by32( temp.hi, temp.lo, c );
517 : ft_div64by32( temp.hi, temp.lo, c );
672 q = ft_div64by32( temp.hi, temp.lo, b );
/external/pdfium/third_party/freetype/src/base/
H A Dftcalc.c299 ft_div64by32( FT_UInt32 hi, function
438 : ft_div64by32( temp.hi, temp.lo, c );
475 : ft_div64by32( temp.hi, temp.lo, c );
620 q = (FT_Long)ft_div64by32( temp.hi, temp.lo, b );

Completed in 149 milliseconds