Searched refs:lim (Results 1 - 25 of 43) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontRunIterator.java115 public boolean next(int script, int lim) { argument
116 if (pos == lim) {
120 int ch = nextCodePoint(lim);
123 while ((ch = nextCodePoint(lim)) != DONE && (mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK) == sl);
147 final int nextCodePoint(int lim) { argument
148 if (pos >= lim) {
152 if (ch >= LEAD_START && ch < LEAD_LIMIT && pos < lim) {
/openjdk7/jdk/src/share/classes/java/nio/
H A DByteBufferAs-X-Buffer.java.template60 int mark, int pos, int lim, int cap,
64 super(mark, pos, lim, cap);
68 super(bb, mark, pos, lim, cap, off);
74 int lim = this.limit();
75 assert (pos <= lim);
76 int rem = (pos <= lim ? lim - pos : 0);
141 int lim = limit();
142 assert (pos <= lim);
143 int rem = (pos <= lim
[all...]
H A DDirect-X-Buffer.java.template191 int mark, int pos, int lim, int cap,
195 super(mark, pos, lim, cap);
202 super(db, mark, pos, lim, cap, off);
208 int lim = this.limit();
209 assert (pos <= lim);
210 int rem = (pos <= lim ? lim - pos : 0);
261 int lim = limit();
262 assert (pos <= lim);
263 int rem = (pos <= lim
[all...]
H A DMappedByteBuffer.java81 MappedByteBuffer(int mark, int pos, int lim, int cap, // package-private argument
84 super(mark, pos, lim, cap);
88 MappedByteBuffer(int mark, int pos, int lim, int cap) { // package-private argument
89 super(mark, pos, lim, cap);
H A DDirect-X-Buffer-bin.java.template86 int lim = this.limit();
87 assert (off <= lim);
88 int rem = (off <= lim ? lim - off : 0);
H A DBuffer.java189 Buffer(int mark, int pos, int lim, int cap) { // package-private argument
193 limit(lim);
H A DX-Buffer.java.template273 $Type$Buffer(int mark, int pos, int lim, int cap, // package-private
276 super(mark, pos, lim, cap);
283 $Type$Buffer(int mark, int pos, int lim, int cap) { // package-private
284 this(mark, pos, lim, cap, null, 0);
1053 sb.append(" lim=");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DDuplicateAttributeDetector.java70 int lim = nameClasses.size();
72 for (int i = a.endIndex; i < lim; i++)
75 lim = a.startIndex;
77 for (int i = 0; i < lim; i++)
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DIOUtil.java55 int lim = src.limit();
56 assert (pos <= lim);
57 int rem = (pos <= lim ? lim - pos : 0);
81 int lim = bb.limit();
82 assert (pos <= lim);
83 int rem = (pos <= lim ? lim - pos : 0);
122 int lim = buf.limit();
123 assert (pos <= lim);
[all...]
/openjdk7/hotspot/test/compiler/6663621/
H A DIVTest.java80 int lim = 500000;
82 for (int j = 0; j < lim; j++) {
89 for (int j = 0; j < lim; j++) {
96 for (int j = 0; j < lim; j++) {
103 for (int j = 0; j < lim; j++) {
110 for (int j = 0; j < lim; j++) {
/openjdk7/jdk/src/share/classes/java/security/
H A DMessageDigestSpi.java113 int lim = input.limit();
114 engineUpdate(b, ofs + pos, lim - pos);
115 input.position(lim);
H A DSignatureSpi.java150 int lim = input.limit();
151 engineUpdate(b, ofs + pos, lim - pos);
152 input.position(lim);
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DMacSpi.java109 int lim = input.limit();
110 engineUpdate(b, ofs + pos, lim - pos);
111 input.position(lim);
/openjdk7/jdk/test/java/security/MessageDigest/
H A DByteBuffers.java80 int lim = b.limit();
81 b.limit(random.nextInt(lim));
86 b.limit(lim);
/openjdk7/jdk/test/java/security/Signature/
H A DByteBuffers.java80 int lim = b.limit();
81 b.limit(random.nextInt(lim));
86 b.limit(lim);
/openjdk7/jdk/test/javax/crypto/Mac/
H A DByteBuffers.java80 int lim = b.limit();
81 b.limit(random.nextInt(lim));
86 b.limit(lim);
/openjdk7/jdk/test/sun/security/pkcs11/MessageDigest/
H A DByteBuffers.java89 int lim = b.limit();
90 b.limit(random.nextInt(lim));
95 b.limit(lim);
/openjdk7/jdk/test/sun/security/pkcs11/Signature/
H A DByteBuffers.java84 int lim = b.limit();
85 b.limit(random.nextInt(lim));
90 b.limit(lim);
/openjdk7/hotspot/test/compiler/6724218/
H A DTest.java86 int lim = 500000;
88 for (int j = 0; j < lim; j++) {
/openjdk7/hotspot/test/compiler/6726999/
H A DTest.java545 int lim = (y & 3);
546 for (int i = 0; i < lim; i++) {
558 int lim = (y & 3);
559 for (int i = 0; i < lim; i++) {
573 int lim = (y & 3);
574 for (int i = 0; i < lim; i++) {
591 int lim = (y & 3);
592 for (int i = 0; i < lim; i++) {
608 int lim = (y & 3);
609 for (int i = 0; i < lim;
[all...]
/openjdk7/jdk/test/javax/crypto/Cipher/
H A DByteBuffers.java92 int lim = in.limit();
93 in.limit(random.nextInt(lim));
98 in.limit(lim);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxUserDefinedFileAttributeView.java157 int lim = dst.limit();
158 assert (pos <= lim);
159 int rem = (pos <= lim ? lim - pos : 0);
211 int lim = src.limit();
212 assert (pos <= lim);
213 int rem = (pos <= lim ? lim - pos : 0);
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.java401 int lim = dst.limit();
402 assert (pos <= lim);
403 int rem = (pos <= lim ? lim - pos : 0);
675 int lim = src.limit();
676 assert (pos <= lim);
677 int rem = (pos <= lim ? lim - pos : 0);
706 int lim = nextBuffer.limit();
707 int len = (pos <= lim
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DStreamDecoder.java278 int lim = bb.limit();
280 assert (pos <= lim);
281 int rem = (pos <= lim ? lim - pos : 0);
H A DStreamEncoder.java211 int lim = bb.limit();
213 assert (pos <= lim);
214 int rem = (pos <= lim ? lim - pos : 0);

Completed in 124 milliseconds

12