Searched defs:buf2 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESedeCrypt.java51 private byte[] buf1, buf2; field in class:DESedeCrypt
58 buf2 = new byte[DES_BLOCK_SIZE];
122 cipherBlock(buf1, 0, buf2, 0);
126 cipherBlock(buf2, 0, cipher, cipherOffset);
152 cipherBlock(buf1, 0, buf2, 0);
156 cipherBlock(buf2, 0, plain, plainOffset);
/openjdk7/jdk/src/share/npt/
H A Dutf.c449 char buf2[MAX]; local
472 len2 = utf8ToPlatform(ui, (jbyte*)buf1, len1, buf2, 1024);
475 UTF_ASSERT(strcmp(str, buf2) == 0);
/openjdk7/jdk/src/solaris/native/java/net/
H A DInet4AddressImpl.c352 char *buf2[HENT_BUF_SIZE/(sizeof (char *))]; local
366 &res2, (char*)buf2, sizeof(buf2), &hp, &h_error);
369 &res2, (char*)buf2, sizeof(buf2), &h_error);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java1190 * @param buf2 the character buffer to append non-normalized chars to
1194 protected int scanCharReferenceValue(XMLStringBuffer buf, XMLStringBuffer buf2) argument
1199 if (buf2 != null) { buf2.append('x'); }
1209 if (buf2 != null) { buf2.append((char)c); }
1219 if (buf2 != null) { buf2.append((char)c); }
1237 if (buf2 != null) { buf2
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp1302 char buf[40], buf2[40]; local
1320 st->print("int:%s..%s", intname(buf, _lo), intname(buf2, _hi));
1581 char buf[80], buf2[80]; local
1591 st->print("long:%s..%s", longname(buf, _lo), longname(buf2, _hi));

Completed in 51 milliseconds