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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c2241 int words = 1, space = 0, quot = 0; local
2255 return ((quot == 1) || (words > 2)) ? 0 : words;
2258 if(!quot && !space)
2262 quot = !quot;
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c3383 mp_int quot; local
3407 MP_DIGITS(&quot) = 0;
3409 MP_CHECKOK( mp_init_size(&quot, USED(mp), FLAG(mp)) );
3422 s_mp_lshd(&quot, 1);
3423 DIGIT(&quot, 0) = (mp_digit)q;
3435 MP_DIGIT(&quot, 0) = d;
3436 MP_CHECKOK( s_mp_norm(&rem, &quot, &norm) );
3439 MP_DIGIT(&quot, 0) = 0;
3455 MP_CHECKOK( s_mp_lshd(&quot, 1) );
3456 DIGIT(&quot,
4207 s_mp_div(mp_int *rem, mp_int *div, mp_int *quot) argument
[all...]

Completed in 50 milliseconds