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

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserTokenManager.java1472 int hiByte = (int)(curChar >> 8);
1473 int i1 = hiByte >> 6;
1474 long l1 = 1L << (hiByte & 077);
1484 if (!jjCanMove_1(hiByte, i1, i2, l1, l2)) {
1493 if (jjCanMove_0(hiByte, i1, i2, l1, l2)) {
1498 if (jjCanMove_0(hiByte, i1, i2, l1, l2)) {
1503 if (jjCanMove_0(hiByte, i1, i2, l1, l2)) {
1508 if (jjCanMove_0(hiByte, i1, i2, l1, l2)) {
1514 if (jjCanMove_0(hiByte, i1, i2, l1, l2)) {
1519 if (jjCanMove_0(hiByte, i
1553 jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2) argument
1566 jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntaxTokenManager.java1064 int hiByte = (int)(curChar >> 8);
1065 int i1 = hiByte >> 6;
1066 long l1 = 1L << (hiByte & 077);
1074 if (jjCanMove_0(hiByte, i1, i2, l1, l2))
1079 if (jjCanMove_1(hiByte, i1, i2, l1, l2))
1087 if (jjCanMove_2(hiByte, i1, i2, l1, l2))
1093 if (jjCanMove_2(hiByte, i1, i2, l1, l2))
1095 if (jjCanMove_2(hiByte, i1, i2, l1, l2))
1099 if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
1106 if (!jjCanMove_0(hiByte, i
1499 jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2) argument
1511 jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2) argument
1567 jjCanMove_2(int hiByte, int i1, int i2, long l1, long l2) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDParserTokenManager.java2102 int hiByte = (int)(curChar >> 8);
2103 int i1 = hiByte >> 6;
2104 long l1 = 1L << (hiByte & 077);
2113 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2120 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2127 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2134 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2141 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2148 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2155 if (!jjCanMove_0(hiByte, i
2195 jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2) argument
2251 jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2) argument
[all...]

Completed in 1440 milliseconds