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

/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbTgsRep.java49 KrbTgsRep(byte[] ibuf, KrbTgsReq tgsReq) argument
51 DerValue ref = new DerValue(ibuf);
H A DKrbAsRep.java56 KrbAsRep(byte[] ibuf) throws argument
58 DerValue encoding = new DerValue(ibuf);
H A DKrbApRep.java45 private byte[] ibuf; field in class:KrbApRep
H A DKrbTgsReq.java56 private byte[] ibuf; field in class:KrbTgsReq
187 ibuf = comm.send(obuf);
192 return new KrbTgsRep(ibuf, this);
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DBufferedRenderPipe.c54 jint *ibuf; local
87 ibuf = (jint *)(bbuf + bpos);
90 ibuf[0] = sun_java2d_pipe_BufferedOpCodes_FILL_SPANS;
91 ibuf[1] = 0; // placeholder for the span count
104 ibuf[1] = spanCount;
110 ibuf = (jint *)bbuf;
111 ibuf[0] = sun_java2d_pipe_BufferedOpCodes_FILL_SPANS;
112 ibuf[1] = 0; // placeholder for the span count
125 ibuf[ipos++] = spanbox[0] + transx; // x1
126 ibuf[ipo
[all...]

Completed in 51 milliseconds