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

/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageLookUp.c161 CALL_FUNC(S32, U8, mlib_u8);
183 CALL_FUNC(S32, S16, mlib_s16);
197 CALL_FUNC(S32, U16, mlib_u16);
202 CALL_FUNC(U8, S32, mlib_s32);
205 CALL_FUNC(S16, S32, mlib_s32);
208 CALL_FUNC(U16, S32, mlib_s32);
223 CALL_FUNC(U8, S32, mlib_s32);
226 CALL_FUNC(S16, S32, mlib_s32);
229 CALL_FUNC(U16, S32, mlib_s32);
277 CALL_SIFUNC(S32, U
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DMD4.java61 private static final int S32 = 9; field in class:MD4
202 d = HH (d, a, b, c, x[ 8], S32); /* 34 */
206 d = HH (d, a, b, c, x[10], S32); /* 38 */
210 d = HH (d, a, b, c, x[ 9], S32); /* 42 */
214 d = HH (d, a, b, c, x[11], S32); /* 46 */
H A DMD5.java56 private static final int S32 = 11; field in class:MD5
191 d = HH ( d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
195 d = HH ( d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
199 d = HH ( d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
203 d = HH ( d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */

Completed in 24 milliseconds