Searched defs:mhigh0 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageThresh1_U8.c434 mlib_s32 mhigh0, mlow0, mhigh, mlow, emask, dst0; local
437 mhigh0 = (ghigh[0] > 0) ? 0xaaa : 0;
438 mhigh0 |= (ghigh[1] > 0) ? 0x555 : 0;
450 mhigh = mhigh0 >> (dbit_off & 1);
559 mlib_s32 mhigh0, mlow0, mhigh1, mlow1, mhigh2, mlow2, emask, dst0, dst1; local
589 mhigh0 = mhigh >> (dbit_off & 7);
591 mhigh1 = mhigh0 >> 1;
593 mhigh2 = mhigh0 >> 2;
621 dst0 = (mhigh0 & dst0) | (mlow0 & ~dst0);
625 mhigh0
728 mlib_s32 mhigh0, mlow0, mhigh, mlow, emask, dst0; local
[all...]

Completed in 23 milliseconds