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

/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.cpp68 jint rl = read_int(); local
70 jint l = reverse_int(rl);
109 juint rl = reverse_int(l); local
111 assert(l == reverse_int(rl), "can re-read same bits");
113 write_int(rl);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c520 GLint sp, sr, rl, align; local
536 j2d_glGetIntegerv(GL_UNPACK_ROW_LENGTH, &rl);
552 j2d_glPixelStorei(GL_UNPACK_ROW_LENGTH, rl);
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmp_gf2m.c52 * Output in two mp_digits rh, rl.
56 s_bmul_1x1(mp_digit *rh, mp_digit *rl, const mp_digit a, const mp_digit b) argument
84 *rh = h; *rl = l;
88 s_bmul_1x1(mp_digit *rh, mp_digit *rl, const mp_digit a, const mp_digit b) argument
124 *rh = h; *rl = l;
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp1880 MatchNode *rl = instr->_matrule->_rChild->_lChild; local
1881 if( rl && !strcmp(rl->_opType, "Binary") ) {
1882 MatchNode *rlr = rl->_rChild;
1893 MatchNode *rl = instr->_matrule->_rChild->_lChild; local
1894 if( rl && !strcmp(rl->_opType, "Binary") ) {
1895 MatchNode *rlr = rl->_rChild;

Completed in 50 milliseconds