Home
last modified time | relevance | path

Searched refs:byteBuffer (Results 1 – 25 of 1266) sorted by relevance

12345678910>>...51

/dports/dns/dnsjava/dnsjava-2.1.9/org/xbill/DNS/
H A DDNSInput.java15 private ByteBuffer byteBuffer; field in DNSInput
36 this.byteBuffer = byteBuffer; in DNSInput()
46 return byteBuffer.position(); in current()
55 return byteBuffer.remaining(); in remaining()
73 if (len > byteBuffer.capacity() - byteBuffer.position()) { in setActive()
77 byteBuffer.limit(byteBuffer.position() + len); in setActive()
86 byteBuffer.limit(byteBuffer.capacity()); in clearActive()
94 return byteBuffer.limit(); in saveActive()
109 byteBuffer.limit(byteBuffer.position()); in restoreActive()
124 byteBuffer.position(index); in jump()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBufferPrologue.java95 super(byteBuffer); in PerfDataBufferPrologue()
112 byte value = byteBuffer.get(); in isAccessible()
123 return byteBuffer.getInt(); in getUsed()
132 return byteBuffer.capacity(); in getBufferSize()
145 return byteBuffer.getInt(); in getOverflow()
158 return byteBuffer.getLong(); in getModificationTimeStamp()
166 return byteBuffer.getInt(); in getEntryOffset()
174 return byteBuffer.getInt(); in getNumEntries()
194 IntBuffer ib = byteBuffer.asIntBuffer(); in usedBuffer()
209 ib.put(byteBuffer.capacity()); in sizeBuffer()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBufferPrologue.java95 super(byteBuffer); in PerfDataBufferPrologue()
112 byte value = byteBuffer.get(); in isAccessible()
123 return byteBuffer.getInt(); in getUsed()
132 return byteBuffer.capacity(); in getBufferSize()
145 return byteBuffer.getInt(); in getOverflow()
158 return byteBuffer.getLong(); in getModificationTimeStamp()
166 return byteBuffer.getInt(); in getEntryOffset()
174 return byteBuffer.getInt(); in getNumEntries()
194 IntBuffer ib = byteBuffer.asIntBuffer(); in usedBuffer()
209 ib.put(byteBuffer.capacity()); in sizeBuffer()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBufferPrologue.java95 super(byteBuffer); in PerfDataBufferPrologue()
112 byte value = byteBuffer.get(); in isAccessible()
123 return byteBuffer.getInt(); in getUsed()
132 return byteBuffer.capacity(); in getBufferSize()
145 return byteBuffer.getInt(); in getOverflow()
158 return byteBuffer.getLong(); in getModificationTimeStamp()
166 return byteBuffer.getInt(); in getEntryOffset()
174 return byteBuffer.getInt(); in getNumEntries()
194 IntBuffer ib = byteBuffer.asIntBuffer(); in usedBuffer()
209 ib.put(byteBuffer.capacity()); in sizeBuffer()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBufferPrologue.java95 super(byteBuffer); in PerfDataBufferPrologue()
112 byte value = byteBuffer.get(); in isAccessible()
123 return byteBuffer.getInt(); in getUsed()
132 return byteBuffer.capacity(); in getBufferSize()
145 return byteBuffer.getInt(); in getOverflow()
158 return byteBuffer.getLong(); in getModificationTimeStamp()
166 return byteBuffer.getInt(); in getEntryOffset()
174 return byteBuffer.getInt(); in getNumEntries()
194 IntBuffer ib = byteBuffer.asIntBuffer(); in usedBuffer()
209 ib.put(byteBuffer.capacity()); in sizeBuffer()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBufferPrologue.java95 super(byteBuffer); in PerfDataBufferPrologue()
112 byte value = byteBuffer.get(); in isAccessible()
123 return byteBuffer.getInt(); in getUsed()
132 return byteBuffer.capacity(); in getBufferSize()
145 return byteBuffer.getInt(); in getOverflow()
158 return byteBuffer.getLong(); in getModificationTimeStamp()
166 return byteBuffer.getInt(); in getEntryOffset()
174 return byteBuffer.getInt(); in getNumEntries()
194 IntBuffer ib = byteBuffer.asIntBuffer(); in usedBuffer()
209 ib.put(byteBuffer.capacity()); in sizeBuffer()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBufferPrologue.java95 super(byteBuffer); in PerfDataBufferPrologue()
112 byte value = byteBuffer.get(); in isAccessible()
123 return byteBuffer.getInt(); in getUsed()
132 return byteBuffer.capacity(); in getBufferSize()
145 return byteBuffer.getInt(); in getOverflow()
158 return byteBuffer.getLong(); in getModificationTimeStamp()
166 return byteBuffer.getInt(); in getEntryOffset()
174 return byteBuffer.getInt(); in getNumEntries()
194 IntBuffer ib = byteBuffer.asIntBuffer(); in usedBuffer()
209 ib.put(byteBuffer.capacity()); in sizeBuffer()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBufferPrologue.java95 super(byteBuffer); in PerfDataBufferPrologue()
112 byte value = byteBuffer.get(); in isAccessible()
123 return byteBuffer.getInt(); in getUsed()
132 return byteBuffer.capacity(); in getBufferSize()
145 return byteBuffer.getInt(); in getOverflow()
158 return byteBuffer.getLong(); in getModificationTimeStamp()
166 return byteBuffer.getInt(); in getEntryOffset()
174 return byteBuffer.getInt(); in getNumEntries()
194 IntBuffer ib = byteBuffer.asIntBuffer(); in usedBuffer()
209 ib.put(byteBuffer.capacity()); in sizeBuffer()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBufferPrologue.java95 super(byteBuffer); in PerfDataBufferPrologue()
112 byte value = byteBuffer.get(); in isAccessible()
123 return byteBuffer.getInt(); in getUsed()
132 return byteBuffer.capacity(); in getBufferSize()
145 return byteBuffer.getInt(); in getOverflow()
158 return byteBuffer.getLong(); in getModificationTimeStamp()
166 return byteBuffer.getInt(); in getEntryOffset()
174 return byteBuffer.getInt(); in getNumEntries()
194 IntBuffer ib = byteBuffer.asIntBuffer(); in usedBuffer()
209 ib.put(byteBuffer.capacity()); in sizeBuffer()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBufferPrologue.java95 super(byteBuffer); in PerfDataBufferPrologue()
112 byte value = byteBuffer.get(); in isAccessible()
123 return byteBuffer.getInt(); in getUsed()
132 return byteBuffer.capacity(); in getBufferSize()
145 return byteBuffer.getInt(); in getOverflow()
158 return byteBuffer.getLong(); in getModificationTimeStamp()
166 return byteBuffer.getInt(); in getEntryOffset()
174 return byteBuffer.getInt(); in getNumEntries()
194 IntBuffer ib = byteBuffer.asIntBuffer(); in usedBuffer()
209 ib.put(byteBuffer.capacity()); in sizeBuffer()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBufferPrologue.java95 super(byteBuffer); in PerfDataBufferPrologue()
112 byte value = byteBuffer.get(); in isAccessible()
123 return byteBuffer.getInt(); in getUsed()
132 return byteBuffer.capacity(); in getBufferSize()
145 return byteBuffer.getInt(); in getOverflow()
158 return byteBuffer.getLong(); in getModificationTimeStamp()
166 return byteBuffer.getInt(); in getEntryOffset()
174 return byteBuffer.getInt(); in getNumEntries()
194 IntBuffer ib = byteBuffer.asIntBuffer(); in usedBuffer()
209 ib.put(byteBuffer.capacity()); in sizeBuffer()
[all …]
/dports/games/passage/Passage_v4_UnixSource/minorGems/graphics/converters/
H A DTGAImageConverter.h72 byteBuffer[0] = 0; in formatImage()
77 byteBuffer[0] = 0; in formatImage()
82 byteBuffer[0] = 2; in formatImage()
107 byteBuffer[0] = 24; in formatImage()
110 byteBuffer[0] = 32; in formatImage()
121 byteBuffer[0] = 0; in formatImage()
128 byteBuffer[0] = 8; in formatImage()
132 byteBuffer[0] = byteBuffer[0] | ( 1 << 5 ); in formatImage()
184 delete [] byteBuffer; in formatImage()
204 delete [] byteBuffer; in deformatImage()
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/graphics/converters/
H A DTGAImageConverter.h72 byteBuffer[0] = 0; in formatImage()
77 byteBuffer[0] = 0; in formatImage()
82 byteBuffer[0] = 2; in formatImage()
107 byteBuffer[0] = 24; in formatImage()
110 byteBuffer[0] = 32; in formatImage()
121 byteBuffer[0] = 0; in formatImage()
128 byteBuffer[0] = 8; in formatImage()
132 byteBuffer[0] = byteBuffer[0] | ( 1 << 5 ); in formatImage()
184 delete [] byteBuffer; in formatImage()
204 delete [] byteBuffer; in deformatImage()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DArrayDataPointerConstant.java48 byteBuffer.order(ByteOrder.nativeOrder()); in ArrayDataPointerConstant()
49 byteBuffer.asShortBuffer().put(array); in ArrayDataPointerConstant()
50 data = byteBuffer.array(); in ArrayDataPointerConstant()
57 byteBuffer.asIntBuffer().put(array); in ArrayDataPointerConstant()
58 data = byteBuffer.array(); in ArrayDataPointerConstant()
65 byteBuffer.asFloatBuffer().put(array); in ArrayDataPointerConstant()
66 data = byteBuffer.array(); in ArrayDataPointerConstant()
73 byteBuffer.asDoubleBuffer().put(array); in ArrayDataPointerConstant()
74 data = byteBuffer.array(); in ArrayDataPointerConstant()
81 byteBuffer.asLongBuffer().put(array); in ArrayDataPointerConstant()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DArrayDataPointerConstant.java48 byteBuffer.order(ByteOrder.nativeOrder()); in ArrayDataPointerConstant()
49 byteBuffer.asShortBuffer().put(array); in ArrayDataPointerConstant()
50 data = byteBuffer.array(); in ArrayDataPointerConstant()
57 byteBuffer.asIntBuffer().put(array); in ArrayDataPointerConstant()
58 data = byteBuffer.array(); in ArrayDataPointerConstant()
65 byteBuffer.asFloatBuffer().put(array); in ArrayDataPointerConstant()
66 data = byteBuffer.array(); in ArrayDataPointerConstant()
73 byteBuffer.asDoubleBuffer().put(array); in ArrayDataPointerConstant()
74 data = byteBuffer.array(); in ArrayDataPointerConstant()
81 byteBuffer.asLongBuffer().put(array); in ArrayDataPointerConstant()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DArrayDataPointerConstant.java48 byteBuffer.order(ByteOrder.nativeOrder()); in ArrayDataPointerConstant()
49 byteBuffer.asShortBuffer().put(array); in ArrayDataPointerConstant()
50 data = byteBuffer.array(); in ArrayDataPointerConstant()
57 byteBuffer.asIntBuffer().put(array); in ArrayDataPointerConstant()
58 data = byteBuffer.array(); in ArrayDataPointerConstant()
65 byteBuffer.asFloatBuffer().put(array); in ArrayDataPointerConstant()
66 data = byteBuffer.array(); in ArrayDataPointerConstant()
73 byteBuffer.asDoubleBuffer().put(array); in ArrayDataPointerConstant()
74 data = byteBuffer.array(); in ArrayDataPointerConstant()
81 byteBuffer.asLongBuffer().put(array); in ArrayDataPointerConstant()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DArrayDataPointerConstant.java48 byteBuffer.order(ByteOrder.nativeOrder()); in ArrayDataPointerConstant()
49 byteBuffer.asShortBuffer().put(array); in ArrayDataPointerConstant()
50 data = byteBuffer.array(); in ArrayDataPointerConstant()
57 byteBuffer.asIntBuffer().put(array); in ArrayDataPointerConstant()
58 data = byteBuffer.array(); in ArrayDataPointerConstant()
65 byteBuffer.asFloatBuffer().put(array); in ArrayDataPointerConstant()
66 data = byteBuffer.array(); in ArrayDataPointerConstant()
73 byteBuffer.asDoubleBuffer().put(array); in ArrayDataPointerConstant()
74 data = byteBuffer.array(); in ArrayDataPointerConstant()
81 byteBuffer.asLongBuffer().put(array); in ArrayDataPointerConstant()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DArrayDataPointerConstant.java48 byteBuffer.order(ByteOrder.nativeOrder()); in ArrayDataPointerConstant()
49 byteBuffer.asShortBuffer().put(array); in ArrayDataPointerConstant()
50 data = byteBuffer.array(); in ArrayDataPointerConstant()
57 byteBuffer.asIntBuffer().put(array); in ArrayDataPointerConstant()
58 data = byteBuffer.array(); in ArrayDataPointerConstant()
65 byteBuffer.asFloatBuffer().put(array); in ArrayDataPointerConstant()
66 data = byteBuffer.array(); in ArrayDataPointerConstant()
73 byteBuffer.asDoubleBuffer().put(array); in ArrayDataPointerConstant()
74 data = byteBuffer.array(); in ArrayDataPointerConstant()
81 byteBuffer.asLongBuffer().put(array); in ArrayDataPointerConstant()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DArrayDataPointerConstant.java48 byteBuffer.order(ByteOrder.nativeOrder()); in ArrayDataPointerConstant()
49 byteBuffer.asShortBuffer().put(array); in ArrayDataPointerConstant()
50 data = byteBuffer.array(); in ArrayDataPointerConstant()
57 byteBuffer.asIntBuffer().put(array); in ArrayDataPointerConstant()
58 data = byteBuffer.array(); in ArrayDataPointerConstant()
65 byteBuffer.asFloatBuffer().put(array); in ArrayDataPointerConstant()
66 data = byteBuffer.array(); in ArrayDataPointerConstant()
73 byteBuffer.asDoubleBuffer().put(array); in ArrayDataPointerConstant()
74 data = byteBuffer.array(); in ArrayDataPointerConstant()
81 byteBuffer.asLongBuffer().put(array); in ArrayDataPointerConstant()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DArrayDataPointerConstant.java48 byteBuffer.order(ByteOrder.nativeOrder()); in ArrayDataPointerConstant()
49 byteBuffer.asShortBuffer().put(array); in ArrayDataPointerConstant()
50 data = byteBuffer.array(); in ArrayDataPointerConstant()
57 byteBuffer.asIntBuffer().put(array); in ArrayDataPointerConstant()
58 data = byteBuffer.array(); in ArrayDataPointerConstant()
65 byteBuffer.asFloatBuffer().put(array); in ArrayDataPointerConstant()
66 data = byteBuffer.array(); in ArrayDataPointerConstant()
73 byteBuffer.asDoubleBuffer().put(array); in ArrayDataPointerConstant()
74 data = byteBuffer.array(); in ArrayDataPointerConstant()
81 byteBuffer.asLongBuffer().put(array); in ArrayDataPointerConstant()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/
H A DCodePointBuffer.java32 this.byteBuffer = byteBuffer; in CodePointBuffer()
154 return byteBuffer; in getByteBuffer()
168 byteBuffer.flip(); in build()
191 byteBuffer.flip(); in ensureRemaining()
251 int outOffset = byteBuffer.arrayOffset() + byteBuffer.position(); in appendArrayByte()
259 byteBuffer.position(outOffset - byteBuffer.arrayOffset()); in appendArrayByte()
275 byteBuffer.position(outOffset - byteBuffer.arrayOffset()); in appendArrayByte()
354 byteBuffer.flip(); in byteToCharBuffer()
361 byteBuffer = null; in byteToCharBuffer()
366 byteBuffer.flip(); in byteToIntBuffer()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DByteBufferWithInfo.java65 this.byteBuffer = byteBuffer; in ByteBufferWithInfo()
66 if (byteBuffer != null) in ByteBufferWithInfo()
77 this(orb, byteBuffer, 0); in ByteBufferWithInfo()
125 this.byteBuffer.limit(this.buflen); in ByteBufferWithInfo()
135 this.byteBuffer = bbwi.byteBuffer; in ByteBufferWithInfo()
176 byteBuffer.position(newPosition); in position()
184 byteBuffer.limit(buflen); in setLength()
214 byteBuffer.position(0); in growBuffer()
215 newBB.put(byteBuffer); in growBuffer()
231 byteBuffer = newBB; in growBuffer()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DByteBufferWithInfo.java65 this.byteBuffer = byteBuffer; in ByteBufferWithInfo()
66 if (byteBuffer != null) in ByteBufferWithInfo()
77 this(orb, byteBuffer, 0); in ByteBufferWithInfo()
125 this.byteBuffer.limit(this.buflen); in ByteBufferWithInfo()
135 this.byteBuffer = bbwi.byteBuffer; in ByteBufferWithInfo()
176 byteBuffer.position(newPosition); in position()
184 byteBuffer.limit(buflen); in setLength()
214 byteBuffer.position(0); in growBuffer()
215 newBB.put(byteBuffer); in growBuffer()
231 byteBuffer = newBB; in growBuffer()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v1_0/
H A DPerfDataBufferPrologue.java79 public PerfDataBufferPrologue(ByteBuffer byteBuffer) in PerfDataBufferPrologue() argument
81 super(byteBuffer); in PerfDataBufferPrologue()
105 byteBuffer.position(PERFDATA_PROLOG_USED_OFFSET); in getUsed()
106 return byteBuffer.getInt(); in getUsed()
115 return byteBuffer.capacity(); in getBufferSize()
128 return byteBuffer.getInt(); in getOverflow()
141 return byteBuffer.getLong(); in getModificationTimeStamp()
161 IntBuffer ib = byteBuffer.asIntBuffer(); in usedBuffer()
176 ib.put(byteBuffer.capacity()); in sizeBuffer()
190 IntBuffer ib = byteBuffer.asIntBuffer(); in overflowBuffer()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v1_0/
H A DPerfDataBufferPrologue.java79 public PerfDataBufferPrologue(ByteBuffer byteBuffer) in PerfDataBufferPrologue() argument
81 super(byteBuffer); in PerfDataBufferPrologue()
105 byteBuffer.position(PERFDATA_PROLOG_USED_OFFSET); in getUsed()
106 return byteBuffer.getInt(); in getUsed()
115 return byteBuffer.capacity(); in getBufferSize()
128 return byteBuffer.getInt(); in getOverflow()
141 return byteBuffer.getLong(); in getModificationTimeStamp()
161 IntBuffer ib = byteBuffer.asIntBuffer(); in usedBuffer()
176 ib.put(byteBuffer.capacity()); in sizeBuffer()
190 IntBuffer ib = byteBuffer.asIntBuffer(); in overflowBuffer()
[all …]

12345678910>>...51