Home
last modified time | relevance | path

Searched refs:bufferOffset (Results 1 – 25 of 1040) sorted by relevance

12345678910>>...42

/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/expr/
H A DScanner.java26 private int bufferOffset = 0; field in Scanner
51 this.bufferOffset = 0; in first()
89 if (bufferOffset < (buffer.length-1) && buffer[bufferOffset] == '=') { in lookAhead()
90 bufferOffset++; in lookAhead()
98 if (bufferOffset < (buffer.length-1) && buffer[bufferOffset] == '=') { in lookAhead()
99 bufferOffset++; in lookAhead()
107 if (bufferOffset >= (buffer.length-1) || buffer[bufferOffset] != '=') { in lookAhead()
110 bufferOffset++; in lookAhead()
118 for (; !found && bufferOffset < buffer.length; ++bufferOffset) { in lookAhead()
179 bufferOffset++; in lookAhead()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/metal/shaders/
H A Dcopy_buffer.metal84 uint bufferOffset, \
107 uint bufferOffset, \
232 shortToBytes(dst, bufferOffset, buffer);
255 shortToBytes(dst, bufferOffset, buffer);
278 shortToBytes(dst, bufferOffset, buffer);
346 intToBytes(dst, bufferOffset, buffer);
376 int24bitToBytes(dst, bufferOffset, buffer);
393 intToBytes(dst, bufferOffset, buffer);
411 int24bitToBytes(dst, bufferOffset, buffer);
1016 intToBytes(color.r, bufferOffset, buffer);
[all …]
H A Dmtl_default_shaders_src_autogen.inc1484 shortToBytes(dst, bufferOffset, buffer);
1507 shortToBytes(dst, bufferOffset, buffer);
1530 shortToBytes(dst, bufferOffset, buffer);
1598 intToBytes(dst, bufferOffset, buffer);
1645 intToBytes(dst, bufferOffset, buffer);
2268 intToBytes(color.r, bufferOffset, buffer);
2293 intToBytes(color.r, bufferOffset, buffer);
2352 intToBytes(color.r, bufferOffset, buffer);
2522bufferOffset, constant uchar *buffer) { return readR8_SINT(bufferOffset, buffer); } static inline …
2523bufferOffset, constant uchar *buffer) { return readR16_SINT(bufferOffset, buffer); } static inline…
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/vectfield/
H A DVectFieldDecomposer.java59 int bufferOffset = 0; in fillVertices() local
135 bufferOffset += 2 * elementsSize; in fillVertices()
158 buffer.put(bufferOffset, color[0]); in writeSegmentColors()
159 buffer.put(bufferOffset + 1, color[1]); in writeSegmentColors()
160 buffer.put(bufferOffset + 2, color[2]); in writeSegmentColors()
167 buffer.put(bufferOffset + 3, 1.0f); in writeSegmentColors()
181 buffer.put(bufferOffset, color[0]); in writeArrowColors()
240 int bufferOffset = 0; in fillWireIndices() local
284 bufferOffset += 2; in fillWireIndices()
289 if (bufferOffset > 0) { in fillWireIndices()
[all …]
H A DChampDecomposer.java62 int bufferOffset = 0; in fillVertices() local
153 bufferOffset += 2 * elementsSize; in fillVertices()
165 int bufferOffset = 0; in fillColors() local
267 int bufferOffset = 0; in fillIndices() local
328 bufferOffset += 3; in fillIndices()
334 if (bufferOffset > 0) { in fillIndices()
335 return bufferOffset; in fillIndices()
383 int bufferOffset = 0; in fillWireIndices() local
439 bufferOffset += 2; in fillWireIndices()
445 if (bufferOffset > 0) { in fillWireIndices()
[all …]
H A DSegsDecomposer.java56 int bufferOffset = 0; in fillColors() local
77 bufferOffset = 2 * elementsSize * i; in fillColors()
79 writeSegmentColors(buffer, elementsSize, bufferOffset, color); in fillColors()
88 writeArrowColors(buffer, elementsSize, bufferOffset, color); in fillColors()
115 int bufferOffset = 0; in fillIndices() local
163 buffer.put(bufferOffset, tipIndex); in fillIndices()
164 buffer.put(bufferOffset + 1, leftIndex); in fillIndices()
165 buffer.put(bufferOffset + 2, rightIndex); in fillIndices()
167 bufferOffset += 3; in fillIndices()
171 if (bufferOffset > 0) { in fillIndices()
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/rpc/
H A Dvirnetmessage.c62 msg->bufferOffset = 0; in virNetMessageClearPayload()
132 msg->bufferOffset = xdr_getpos(&xdr); in virNetMessageDecodeLength()
231 msg->bufferOffset = 0; in virNetMessageEncodeHeader()
261 msg->bufferOffset += len; in virNetMessageEncodeHeader()
385 msglen = msg->bufferOffset; in virNetMessageEncodePayload()
393 msg->bufferOffset = 0; in virNetMessageEncodePayload()
459 msg->bufferOffset += len; in virNetMessageEncodePayloadRaw()
464 msglen = msg->bufferOffset; in virNetMessageEncodePayloadRaw()
472 msg->bufferOffset = 0; in virNetMessageEncodePayloadRaw()
489 msglen = msg->bufferOffset; in virNetMessageEncodePayloadEmpty()
[all …]
/dports/editors/imhex/ImHex-1.7.0/plugins/libimhex/source/helpers/
H A Dcrypto.cpp47 data->read(offset + bufferOffset, buffer.data(), readSize); in crc16()
80 data->read(offset + bufferOffset, buffer.data(), readSize); in crc32()
99 for (u64 bufferOffset = 0; bufferOffset < size; bufferOffset += buffer.size()) { in md5() local
101 data->read(offset + bufferOffset, buffer.data(), readSize); in md5()
121 for (u64 bufferOffset = 0; bufferOffset < size; bufferOffset += buffer.size()) { in sha1() local
123 data->read(offset + bufferOffset, buffer.data(), readSize); in sha1()
143 for (u64 bufferOffset = 0; bufferOffset < size; bufferOffset += buffer.size()) { in sha224() local
145 data->read(offset + bufferOffset, buffer.data(), readSize); in sha224()
165 for (u64 bufferOffset = 0; bufferOffset < size; bufferOffset += buffer.size()) { in sha256() local
187 for (u64 bufferOffset = 0; bufferOffset < size; bufferOffset += buffer.size()) { in sha384() local
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DNgonGridDataDecomposer.cpp78 int bufferOffset = 0; in fillGridVertices() local
131 bufferOffset = 0; in fillGridVertices()
232 int bufferOffset = 0; in fillNormalizedZGridColors() local
262 bufferOffset += elementsSize; in fillNormalizedZGridColors()
290 int bufferOffset = 0; in fillDirectGridColors() local
306 bufferOffset += elementsSize; in fillDirectGridColors()
433 int bufferOffset = 0; in fillTriangleIndices() local
540 bufferOffset += 6; in fillTriangleIndices()
552 return bufferOffset; in fillTriangleIndices()
680 buffer[bufferOffset] = color[0]; in writeFacetColorToBuffer()
[all …]
H A DMeshFecDataDecomposer.cpp112 int bufferOffset = 0; in fillTextureCoordinates() local
164 buffer[bufferOffset++] = 0; in fillTextureCoordinates()
165 buffer[bufferOffset++] = 0; in fillTextureCoordinates()
213 int bufferOffset = 0; in fillColors() local
396 int bufferOffset = 0; in fillIndices() local
428 bufferOffset += 3; in fillIndices()
433 return bufferOffset; in fillIndices()
558 int bufferOffset = 0; in fillWireIndices() local
587 bufferOffset += 2; in fillWireIndices()
599 bufferOffset += 2; in fillWireIndices()
[all …]
H A DFac3DDecomposer.cpp57 int bufferOffset = 0; in fillVertices() local
104 bufferOffset += 4; in fillVertices()
229 int bufferOffset = 0; in fillNormalizedZColorsTextureCoordinates() local
265 int bufferOffset = 0; in fillConstantColorsTextureCoordinates() local
288 int bufferOffset = 0; in fillDataColorsTextureCoordinates() local
457 int bufferOffset = 0; in fillIndices() local
529 bufferOffset += 3; in fillIndices()
536 return bufferOffset; in fillIndices()
567 int bufferOffset = 0; in fillWireIndices() local
611 bufferOffset += 2; in fillWireIndices()
[all …]
H A DPlot3DDecomposer.cpp237 int bufferOffset = 0; in fillWireIndices() local
356 buffer[bufferOffset] = ij; in fillWireIndices()
363 bufferOffset += 2; in fillWireIndices()
369 buffer[bufferOffset] = ij; in fillWireIndices()
376 bufferOffset += 2; in fillWireIndices()
397 buffer[bufferOffset] = ij; in fillWireIndices()
398 buffer[bufferOffset + 1] = ijp1; in fillWireIndices()
406 bufferOffset += 2; in fillWireIndices()
472 buffer[bufferOffset] = ij; in fillWireIndices()
481 bufferOffset += 2; in fillWireIndices()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/util/
H A DDefaultShadowGenerator.java223 for (int y = 0, bufferOffset = 0; y < dstHeight; y++, bufferOffset = y * dstWidth) { in applyShadow()
227 int a = dataBuffer[bufferOffset] >>> 24; in applyShadow()
232 bufferOffset -= right; in applyShadow()
234 for (int x = xStart; x < xStop; x++, bufferOffset++) { in applyShadow()
236 dataBuffer[bufferOffset] = a << 24 | shadowRgb; in applyShadow()
242 a = dataBuffer[bufferOffset + right] >>> 24; in applyShadow()
253 for (int x = 0, bufferOffset = 0; x < dstWidth; x++, bufferOffset = x) { in applyShadow()
257 bufferOffset += dstWidth) { in applyShadow()
258 int a = dataBuffer[bufferOffset] >>> 24; in applyShadow()
263 bufferOffset -= lastPixelOffset; in applyShadow()
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/persist/
H A DRAFileInJar.java60 long bufferOffset; field in RAFileInJar
111 bufferOffset = filePos - subOffset; in readIntoBuffer()
112 realPosition = bufferOffset + readLength; in readIntoBuffer()
121 if (bufferDirty || seekPosition < bufferOffset in read()
122 || seekPosition >= bufferOffset + buffer.length) { in read()
127 ba.skip(seekPosition - bufferOffset); in read()
146 if (bufferDirty || seekPosition < bufferOffset in readInt()
147 || seekPosition >= bufferOffset + buffer.length) { in readInt()
152 ba.skip(seekPosition - bufferOffset); in readInt()
163 if (bufferDirty || seekPosition < bufferOffset in read()
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java34 private int bufferOffset; field in BrotliInputStream
77 this.bufferOffset = 0; in BrotliInputStream()
98 if (bufferOffset >= remainingBufferBytes) { in read()
100 bufferOffset = 0; in read()
105 return buffer[bufferOffset++] & 0xFF; in read()
123 int copyLen = Math.max(remainingBufferBytes - bufferOffset, 0); in read()
126 System.arraycopy(buffer, bufferOffset, destBuffer, destOffset, copyLen); in read()
127 bufferOffset += copyLen; in read()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java34 private int bufferOffset; field in BrotliInputStream
79 this.bufferOffset = 0; in BrotliInputStream()
108 if (bufferOffset >= remainingBufferBytes) { in read()
110 bufferOffset = 0; in read()
115 return buffer[bufferOffset++] & 0xFF; in read()
133 int copyLen = Math.max(remainingBufferBytes - bufferOffset, 0); in read()
136 System.arraycopy(buffer, bufferOffset, destBuffer, destOffset, copyLen); in read()
137 bufferOffset += copyLen; in read()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java34 private int bufferOffset; field in BrotliInputStream
79 this.bufferOffset = 0; in BrotliInputStream()
108 if (bufferOffset >= remainingBufferBytes) { in read()
110 bufferOffset = 0; in read()
115 return buffer[bufferOffset++] & 0xFF; in read()
133 int copyLen = Math.max(remainingBufferBytes - bufferOffset, 0); in read()
136 System.arraycopy(buffer, bufferOffset, destBuffer, destOffset, copyLen); in read()
137 bufferOffset += copyLen; in read()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java34 private int bufferOffset; field in BrotliInputStream
79 this.bufferOffset = 0; in BrotliInputStream()
108 if (bufferOffset >= remainingBufferBytes) { in read()
110 bufferOffset = 0; in read()
115 return buffer[bufferOffset++] & 0xFF; in read()
133 int copyLen = Math.max(remainingBufferBytes - bufferOffset, 0); in read()
136 System.arraycopy(buffer, bufferOffset, destBuffer, destOffset, copyLen); in read()
137 bufferOffset += copyLen; in read()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java34 private int bufferOffset; field in BrotliInputStream
79 this.bufferOffset = 0; in BrotliInputStream()
108 if (bufferOffset >= remainingBufferBytes) { in read()
110 bufferOffset = 0; in read()
115 return buffer[bufferOffset++] & 0xFF; in read()
133 int copyLen = Math.max(remainingBufferBytes - bufferOffset, 0); in read()
136 System.arraycopy(buffer, bufferOffset, destBuffer, destOffset, copyLen); in read()
137 bufferOffset += copyLen; in read()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java34 private int bufferOffset; field in BrotliInputStream
79 this.bufferOffset = 0; in BrotliInputStream()
108 if (bufferOffset >= remainingBufferBytes) { in read()
110 bufferOffset = 0; in read()
115 return buffer[bufferOffset++] & 0xFF; in read()
133 int copyLen = Math.max(remainingBufferBytes - bufferOffset, 0); in read()
136 System.arraycopy(buffer, bufferOffset, destBuffer, destOffset, copyLen); in read()
137 bufferOffset += copyLen; in read()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java34 private int bufferOffset; field in BrotliInputStream
79 this.bufferOffset = 0; in BrotliInputStream()
108 if (bufferOffset >= remainingBufferBytes) { in read()
110 bufferOffset = 0; in read()
115 return buffer[bufferOffset++] & 0xFF; in read()
133 int copyLen = Math.max(remainingBufferBytes - bufferOffset, 0); in read()
136 System.arraycopy(buffer, bufferOffset, destBuffer, destOffset, copyLen); in read()
137 bufferOffset += copyLen; in read()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java34 private int bufferOffset; field in BrotliInputStream
79 this.bufferOffset = 0; in BrotliInputStream()
108 if (bufferOffset >= remainingBufferBytes) { in read()
110 bufferOffset = 0; in read()
115 return buffer[bufferOffset++] & 0xFF; in read()
133 int copyLen = Math.max(remainingBufferBytes - bufferOffset, 0); in read()
136 System.arraycopy(buffer, bufferOffset, destBuffer, destOffset, copyLen); in read()
137 bufferOffset += copyLen; in read()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java34 private int bufferOffset; field in BrotliInputStream
79 this.bufferOffset = 0; in BrotliInputStream()
108 if (bufferOffset >= remainingBufferBytes) { in read()
110 bufferOffset = 0; in read()
115 return buffer[bufferOffset++] & 0xFF; in read()
133 int copyLen = Math.max(remainingBufferBytes - bufferOffset, 0); in read()
136 System.arraycopy(buffer, bufferOffset, destBuffer, destOffset, copyLen); in read()
137 bufferOffset += copyLen; in read()
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java34 private int bufferOffset; in silk_LTP_analysis_filter_FLP()
79 this.bufferOffset = 0;
108 if (bufferOffset >= remainingBufferBytes) {
110 bufferOffset = 0;
115 return buffer[bufferOffset++] & 0xFF;
133 int copyLen = Math.max(remainingBufferBytes - bufferOffset, 0);
136 System.arraycopy(buffer, bufferOffset, destBuffer, destOffset, copyLen);
137 bufferOffset += copyLen;
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java34 private int bufferOffset; field in BrotliInputStream
79 this.bufferOffset = 0; in BrotliInputStream()
108 if (bufferOffset >= remainingBufferBytes) { in read()
110 bufferOffset = 0; in read()
115 return buffer[bufferOffset++] & 0xFF; in read()
133 int copyLen = Math.max(remainingBufferBytes - bufferOffset, 0); in read()
136 System.arraycopy(buffer, bufferOffset, destBuffer, destOffset, copyLen); in read()
137 bufferOffset += copyLen; in read()

12345678910>>...42