Searched defs:cbuf (Results 26 - 41 of 41) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp99 CodeBuffer* cbuf = _masm->code(); local
100 CodeBlob* blob = CodeCache::find_blob_unsafe(cbuf->insts()->start());
102 blob->set_strings(cbuf->strings());
/openjdk7/jdk/test/sample/chatserver/
H A DChatTest.java379 public void write(char[] cbuf, int off, int len) throws IOException { argument
380 delegate.write(cbuf, off, len);
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DStreamDecoder.java143 public int read(char cbuf[], int offset, int length) throws IOException { argument
148 if ((off < 0) || (off > cbuf.length) || (len < 0) ||
149 ((off + len) > cbuf.length) || ((off + len) < 0)) {
159 cbuf[off] = leftoverChar;
173 cbuf[off] = (char)c;
177 return n + implRead(cbuf, off, off + len);
302 int implRead(char[] cbuf, int off, int end) throws IOException { argument
310 CharBuffer cb = CharBuffer.wrap(cbuf, off, end - off);
312 // Ensure that cb[0] == cbuf[off]
H A DStreamEncoder.java111 char cbuf[] = new char[1];
112 cbuf[0] = (char) c;
113 write(cbuf, 0, 1);
116 public void write(char cbuf[], int off, int len) throws IOException { argument
119 if ((off < 0) || (off > cbuf.length) || (len < 0) ||
120 ((off + len) > cbuf.length) || ((off + len) < 0)) {
125 implWrite(cbuf, off, len);
133 char cbuf[] = new char[len];
134 str.getChars(off, off + len, cbuf, 0);
135 write(cbuf,
262 implWrite(char cbuf[], int off, int len) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/util/
H A DIndentingWriter.java65 public void write(char[] cbuf, int off, int len) throws IOException { argument
69 super.write(cbuf, off, len);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java1322 public int read(char[] cbuf, int off, int len) throws IOException { argument
1324 cbuf[off + i] = (char)read();
1361 public void write(char[] cbuf, int off, int len) throws IOException { argument
1363 write(cbuf[off + i]);
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp523 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const { } argument
H A Dmachnode.cpp129 void MachNode::emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const { argument
508 void MachNullCheckNode::emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const { argument
H A Dmachnode.hpp221 // Emit bytes into cbuf
222 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
336 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
359 virtual void emit(CodeBuffer& cbuf, PhaseRegAlloc* ra_) const;
409 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
423 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
438 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
466 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
503 uint implementation( CodeBuffer *cbuf, PhaseRegAlloc *ra_, bool do_size, outputStream* st ) const;
505 virtual void emit(CodeBuffer &cbuf, PhaseRegAllo
842 emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const argument
[all...]
H A Dnode.cpp948 void Node::emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const {} argument
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctpChannelImpl.c422 char cbuf[CMSG_SPACE(sizeof (struct sctp_sndrcvinfo))]; local
433 msg->msg_control = cbuf;
434 msg->msg_controllen = sizeof(cbuf);
488 msg->msg_control = cbuf;
489 msg->msg_controllen = sizeof(cbuf);
514 char cbuf[CMSG_SPACE(sizeof (struct sctp_sndrcvinfo))]; local
537 memset(cbuf, 0, cbuf_size);
544 msg->msg_control = cbuf;
H A DSctpNet.c695 char cbuf[CMSG_SPACE(sizeof (struct sctp_sndrcvinfo))]; local
706 memset(cbuf, 0, cbuf_size);
713 msg->msg_control = cbuf;
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java1747 private final char[] cbuf = new char[CHAR_BUF_SIZE]; field in class:ObjectOutputStream.BlockDataOutputStream
1975 s.getChars(off, off + csize, cbuf, 0);
1983 buf[pos++] = (byte) cbuf[cpos++];
1993 s.getChars(off, off + csize, cbuf, 0);
1994 writeChars(cbuf, 0, csize);
2133 s.getChars(off, off + csize, cbuf, 0);
2135 char c = cbuf[cpos];
2198 s.getChars(off, off + csize, cbuf, 0);
2200 char c = cbuf[cpos];
H A DObjectInputStream.java2377 private final char[] cbuf = new char[CHAR_BUF_SIZE]; field in class:ObjectInputStream.BlockDataInputStream
3099 cbuf[cpos++] = (char) b1;
3108 cbuf[cpos++] = (char) (((b1 & 0x1F) << 6) |
3119 cbuf[cpos++] = (char) (((b1 & 0x0F) << 12) |
3142 sbuf.append(cbuf, 0, cpos);
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwutil.c1777 png_byte cbuf[2]; local
1835 cbuf[0] = 0;
1838 cbuf[0] = 1;
1841 cbuf[1] = 0;
1843 png_write_chunk_data(png_ptr, cbuf, (png_size_t)2);
1845 cbuf[0] = 0;
1846 png_write_chunk_data(png_ptr, (new_lang ? (png_const_bytep)new_lang : cbuf),
1849 png_write_chunk_data(png_ptr, (lang_key ? (png_const_bytep)lang_key : cbuf),
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp2998 char cbuf[2] = { '\0', '\0'}; local
3001 (WORD*)cbuf, 0, hkl);
3032 (UCHAR)cbuf[0], (UCHAR)cbuf[1]);
3039 cbuf, 1, ucbuf, 2);
3043 dynamic->windowsKey, (UCHAR)cbuf[0],
3058 dynamic->windowsKey, (UCHAR)cbuf[0], (UINT)ucbuf[0],

Completed in 110 milliseconds

12