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

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftcalc.c 307 ft_div64by32( FT_UInt32 hi, function
404 a = ft_div64by32( temp.hi, temp.lo, (FT_Int32)c );
437 a = ft_div64by32( temp.hi, temp.lo, (FT_Int32)c );
582 q = ft_div64by32( temp.hi, temp.lo, (FT_Int32)b );
620 FT_Div64by32( FT_Int64* x,
674 FT_Div64by32( FT_Int64* x,
700 q = ft_div64by32( x->hi, x->lo, y );
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 309 ft_div64by32( FT_UInt32 hi, function
406 a = ft_div64by32( temp.hi, temp.lo, (FT_Int32)c );
439 a = ft_div64by32( temp.hi, temp.lo, (FT_Int32)c );
584 q = ft_div64by32( temp.hi, temp.lo, (FT_Int32)b );
622 FT_Div64by32( FT_Int64* x,
676 FT_Div64by32( FT_Int64* x,
702 q = ft_div64by32( x->hi, x->lo, y );
  /external/freetype/src/base/
ftcalc.c 546 ft_div64by32( FT_UInt32 hi, function
649 a = ft_div64by32( temp.hi, temp.lo, (FT_Int32)c );
682 a = ft_div64by32( temp.hi, temp.lo, (FT_Int32)c );
827 q = ft_div64by32( temp.hi, temp.lo, (FT_Int32)b );
865 FT_Div64by32( FT_Int64* x,
919 FT_Div64by32( FT_Int64* x,
945 q = ft_div64by32( x->hi, x->lo, y );

Completed in 289 milliseconds