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

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftcalc.c 822 FT_UInt32 root, rem_hi, rem_lo, test_div; local
831 rem_lo = x;
835 rem_hi = ( rem_hi << 2 ) | ( rem_lo >> 30 );
836 rem_lo <<= 2;
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 824 FT_UInt32 root, rem_hi, rem_lo, test_div; local
833 rem_lo = x;
837 rem_hi = ( rem_hi << 2 ) | ( rem_lo >> 30 );
838 rem_lo <<= 2;
  /external/freetype/src/base/
ftcalc.c 1069 FT_UInt32 root, rem_hi, rem_lo, test_div;
1078 rem_lo = x;
1082 rem_hi = ( rem_hi << 2 ) | ( rem_lo >> 30 );
1083 rem_lo <<= 2;

Completed in 1447 milliseconds