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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColorTrue2Index.c110 mlib_s32 bits0 = 8 - bits; \
111 mlib_s32 bits1 = bits0 - bits; \
118 ( ( *c2 & mask ) >> bits0 ) ]; \
158 mlib_s32 bits0 = 8 - bits; \
166 ( ( *c2 & mask ) >> bits0 ) ]; \
278 mlib_s32 bits0 = 8 - bits; \
285 ( ( *c3 & mask ) >> bits0 ) ]; \
351 mlib_s32 bits0 = 16 - bits; \
352 mlib_s32 bits1 = bits0 - bits; \
359 ( ( ( *c2 - MLIB_S16_MIN ) & mask ) >> bits0 ) ]; \
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp696 intptr_t bits0 = r0->get_con(); local
698 return bits0 == r1->get_con() ? TypeInt::CC_EQ : TypeInt::CC_GT;
699 return ( r1->_ptr == TypePtr::NotNull && bits0==0 ) ? TypeInt::CC_GT : TypeInt::CC;
924 intptr_t bits0 = r0->get_con(); local
926 return bits0 == r1->get_con() ? TypeInt::CC_EQ : TypeInt::CC_GT;
927 return ( r1->_ptr == TypePtr::NotNull && bits0==0 ) ? TypeInt::CC_GT : TypeInt::CC;

Completed in 243 milliseconds