Searched refs:URShift (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_Interp.c219 xfactor = URShift(xfract, 32-8);
247 yfactor = URShift(yfract, 32-8);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DByteIndexed.h184 jint a = URShift(argb, 24); \
H A DIntArgb.h106 jint a = URShift(argb, 24); \
H A DTransformHelper.c668 xfactor = URShift(xfract, 32-8);
669 yfactor = URShift(yfract, 32-8);
842 xfactor = URShift(xfract, 32-8);
843 yfactor = URShift(yfract, 32-8);
H A DGraphicsPrimitiveMgr.h566 #define URShift(i, n) (((juint) (i)) >> (n)) macro

Completed in 46 milliseconds