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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.h51 #define IFNEG(cond) ((int)(cond)>>IFNEG_SHIFT_BITS) macro
54 #define IFNEGPOS(cond,n1,n2) ((IFNEG(cond)&(n1))|((~IFNEG(cond))&(n2)))

Completed in 515 milliseconds