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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp93 case '"': esc = """; break;
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi-priv.h221 mp_err s_mp_div(mp_int *rem, mp_int *div, mp_int *quot); /* magnitude div */
290 mp_digit divisor, mp_digit *quot, mp_digit *rem);
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...]
/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/classes/com/sun/rowset/internal/
H A DWebRowSetXmlWriter.java656 specialStr = specialStr.concat(""");
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DXMLSerializer.java1179 return "quot";
1250 _printer.printText(""");
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java4115 esc = """;

Completed in 4934 milliseconds