Home
last modified time | relevance | path

Searched refs:bufferLength (Results 1 – 25 of 2157) sorted by relevance

12345678910>>...87

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialPort/
H A DWrite_byte_int_int.cs88 int offset = rndGen.Next(0, bufferLength); in OffsetCount_EQ_Length_Plus_1()
89 int count = bufferLength + 1 - offset; in OffsetCount_EQ_Length_Plus_1()
100 int offset = rndGen.Next(0, bufferLength); in OffsetCount_GT_Length()
136 int offset = rndGen.Next(0, bufferLength - 1); in OffsetCount_EQ_Length()
137 int count = bufferLength - offset; in OffsetCount_EQ_Length()
148 int offset = bufferLength - 1; in Offset_EQ_Length_Minus_1()
161 int count = bufferLength; in Count_EQ_Length()
170 int bufferLength = 0; in Count_EQ_Zero()
172 int count = bufferLength; in Count_EQ_Zero()
225 int bufferLength = LARGE_BUFFER_SIZE; in LargeBuffer()
[all …]
H A DWrite_char_int_int.cs89 int offset = rndGen.Next(0, bufferLength); in OffsetCount_EQ_Length_Plus_1()
90 int count = bufferLength + 1 - offset; in OffsetCount_EQ_Length_Plus_1()
101 int offset = rndGen.Next(0, bufferLength); in OffsetCount_GT_Length()
137 int offset = rndGen.Next(0, bufferLength - 1); in OffsetCount_EQ_Length()
138 int count = bufferLength - offset; in OffsetCount_EQ_Length()
148 int offset = bufferLength - 1; in Offset_EQ_Length_Minus_1()
160 int count = bufferLength; in Count_EQ_Length()
168 int bufferLength = 0; in Count_EQ_Zero()
170 int count = bufferLength; in Count_EQ_Zero()
222 int bufferLength = LARGE_BUFFER_SIZE; in LargeBuffer()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialStream/
H A DWrite_byte_int_int.cs94 int offset = rndGen.Next(0, bufferLength); in OffsetCount_EQ_Length_Plus_1()
95 int count = bufferLength + 1 - offset; in OffsetCount_EQ_Length_Plus_1()
107 int offset = rndGen.Next(0, bufferLength); in OffsetCount_GT_Length()
145 int offset = rndGen.Next(0, bufferLength - 1); in OffsetCount_EQ_Length()
146 int count = bufferLength - offset; in OffsetCount_EQ_Length()
156 int offset = bufferLength - 1; in Offset_EQ_Length_Minus_1()
168 int count = bufferLength; in Count_EQ_Length()
178 int offset = rndGen.Next(0, bufferLength - 1); in ASCIIEncoding()
189 int offset = rndGen.Next(0, bufferLength - 1); in UTF8Encoding()
220 int bufferLength = LARGE_BUFFER_SIZE; in LargeBuffer()
[all …]
H A DRead_byte_int_int.cs88 int offset = rndGen.Next(0, bufferLength); in OffsetCount_EQ_Length_Plus_1()
89 int count = bufferLength + 1 - offset; in OffsetCount_EQ_Length_Plus_1()
100 int offset = rndGen.Next(0, bufferLength); in OffsetCount_GT_Length()
136 int bufferLength = rndGen.Next(1, maxBufferSize); in OffsetCount_EQ_Length()
137 int offset = rndGen.Next(0, bufferLength - 1); in OffsetCount_EQ_Length()
138 int count = bufferLength - offset; in OffsetCount_EQ_Length()
147 int bufferLength = rndGen.Next(1, maxBufferSize); in Offset_EQ_Length_Minus_1()
148 int offset = bufferLength - 1; in Offset_EQ_Length_Minus_1()
160 int count = bufferLength; in Count_EQ_Length()
168 int bufferLength = largeNumRndBytesToRead; in LargeInputBuffer()
[all …]
H A DBeginWrite.cs93 int offset = rndGen.Next(0, bufferLength); in OffsetCount_EQ_Length_Plus_1()
94 int count = bufferLength + 1 - offset; in OffsetCount_EQ_Length_Plus_1()
105 int offset = rndGen.Next(0, bufferLength); in OffsetCount_GT_Length()
141 int offset = rndGen.Next(0, bufferLength - 1); in OffsetCount_EQ_Length()
142 int count = bufferLength - offset; in OffsetCount_EQ_Length()
152 int offset = bufferLength - 1; in Offset_EQ_Length_Minus_1()
164 int count = bufferLength; in Count_EQ_Length()
174 int offset = rndGen.Next(0, bufferLength - 1); in ASCIIEncoding()
185 int offset = rndGen.Next(0, bufferLength - 1); in UTF8Encoding()
216 int bufferLength = LARGE_BUFFER_SIZE; in LargeBuffer()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/3DEdge/src/
H A Dtest-edges.c44 int bufferLength; in main() local
61 bufferLength = 4096; in main()
87 example, (bufferLength- toberead), bufferLength ); in main()
113 if ( write( fd, bufferOut, bufferLength ) != bufferLength ) { in main()
140 bufferLength = 262144; in main()
166 example, (bufferLength- toberead), bufferLength ); in main()
192 if ( write( fd, bufferOut, bufferLength ) != bufferLength ) { in main()
245 example, (bufferLength- toberead), bufferLength ); in main()
278 if ( write( fd, bufferOut, bufferLength ) != bufferLength ) { in main()
330 example, (bufferLength- toberead), bufferLength ); in main()
[all …]
H A Dconvert.c30 int bufferLength ) in ConvertBuffer() argument
46 if ( bufferLength <= 0 ) { in ConvertBuffer()
68 for (i=bufferLength; i>0; i--, s8buf++, r32buf++ ) { in ConvertBuffer()
77 for (i=bufferLength; i>0; i--, s8buf++, r64buf++ ) { in ConvertBuffer()
105 for (i=bufferLength; i>0; i--, u8buf++, u16buf++ ) { in ConvertBuffer()
112 for (i=bufferLength; i>0; i--, u8buf++, r32buf++ ) { in ConvertBuffer()
120 for (i=bufferLength; i>0; i--, u8buf++, r64buf++ ) { in ConvertBuffer()
148 for (i=bufferLength; i>0; i--, s16buf++, u16buf++ ) { in ConvertBuffer()
155 for (i=bufferLength; i>0; i--, s16buf++, r32buf++ ) { in ConvertBuffer()
164 for (i=bufferLength; i>0; i--, s16buf++, r64buf++ ) { in ConvertBuffer()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DDataLoader.cpp67 int fillTextureData(int id, unsigned char* buffer, int bufferLength) in fillTextureData() argument
74 return MatPlotDecomposer::fillTextureData(id, buffer, bufferLength); in fillTextureData()
197 void fillTextureCoordinates(int id, float* BUFF, int bufferLength) in fillTextureCoordinates() argument
207 Fac3DDecomposer::fillTextureCoordinates(id, BUFF, bufferLength); in fillTextureCoordinates()
213 PolylineDecomposer::fillTextureCoordinates(id, BUFF, bufferLength); in fillTextureCoordinates()
218 void fillColors(int id, float* BUFF, int bufferLength, int elementsSize) in fillColors() argument
237 Plot3DDecomposer::fillColors(id, BUFF, bufferLength, elementsSize); in fillColors()
240 PolylineDecomposer::fillColors(id, BUFF, bufferLength, elementsSize); in fillColors()
273 int fillIndices(int id, int* buffer, int bufferLength, int logMask) in fillIndices() argument
321 int fillWireIndices(int id, int* buffer, int bufferLength, int logMask) in fillWireIndices() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http.WinHttpHandler/src/System/Net/Http/
H A DWinHttpResponseParser.cs147 int bufferLength; in GetResponseHeader()
152 bufferLength = StackLimit; in GetResponseHeader()
162 bufferLength = buffer.Length; in GetResponseHeader()
188 buffer = new char[bufferLength]; in GetResponseHeader()
203 int bufferLength = buffer.Length; in GetResponseHeader()
223 return bufferLength; in GetResponseHeader()
232 int bufferLength = 0; in GetResponseHeaderCharBufferLength()
247 return bufferLength; in GetResponseHeaderCharBufferLength()
254 ref int bufferLength, in QueryHeaders() argument
281 Debug.Assert(bufferLength > 0); in GetReasonPhrase()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php79 protected $bufferLength; variable in setasign\\Fpdi\\PdfParser\\StreamReader
148 return $this->bufferLength;
151 return $this->bufferLength - $this->offset;
195 $position >= $this->bufferLength
230 $offset >= $this->bufferLength
267 ($offset + $length) > $this->bufferLength
359 while ($this->offset >= $this->bufferLength) {
416 $this->bufferLength = \strlen($this->buffer);
422 if ($this->bufferLength < $length && $this->increaseLength($length - $this->bufferLength)) {
425 $this->bufferLength = \strlen($this->buffer);
[all …]
/dports/www/moodle310/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/
H A DStreamReader.php80 protected $bufferLength; variable in setasign\\Fpdi\\PdfParser\\StreamReader
149 return $this->bufferLength;
152 return $this->bufferLength - $this->offset;
195 if ($position >= $this->bufferLength &&
229 if ($offset >= $this->bufferLength &&
265 if (($offset + $length) > $this->bufferLength &&
357 while ($this->offset >= $this->bufferLength) {
414 $this->bufferLength = \strlen($this->buffer);
420 if ($this->bufferLength < $length && $this->increaseLength($length - $this->bufferLength)) {
423 $this->bufferLength = \strlen($this->buffer);
[all …]
/dports/www/moodle311/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/
H A DStreamReader.php79 protected $bufferLength; variable in setasign\\Fpdi\\PdfParser\\StreamReader
148 return $this->bufferLength;
151 return $this->bufferLength - $this->offset;
195 $position >= $this->bufferLength
230 $offset >= $this->bufferLength
267 ($offset + $length) > $this->bufferLength
359 while ($this->offset >= $this->bufferLength) {
416 $this->bufferLength = \strlen($this->buffer);
422 if ($this->bufferLength < $length && $this->increaseLength($length - $this->bufferLength)) {
425 $this->bufferLength = \strlen($this->buffer);
[all …]
/dports/www/moodle39/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/
H A DStreamReader.php80 protected $bufferLength; variable in setasign\\Fpdi\\PdfParser\\StreamReader
149 return $this->bufferLength;
152 return $this->bufferLength - $this->offset;
195 if ($position >= $this->bufferLength &&
229 if ($offset >= $this->bufferLength &&
265 if (($offset + $length) > $this->bufferLength &&
357 while ($this->offset >= $this->bufferLength) {
414 $this->bufferLength = \strlen($this->buffer);
420 if ($this->bufferLength < $length && $this->increaseLength($length - $this->bufferLength)) {
423 $this->bufferLength = \strlen($this->buffer);
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/
H A DDataLoader.java20 public static int fillTextureData(int id, java.nio.ByteBuffer buffer, int bufferLength) { in fillTextureData() argument
23 return DataLoaderJNI.fillTextureData(id, buffer, bufferLength); in fillTextureData()
30 return DataLoaderJNI.fillSubTextureData(id, buffer, bufferLength, x, y, width, height); in fillSubTextureData()
49 DataLoaderJNI.fillNormals(id, position, buffer, bufferLength, elementsSize); in fillNormals()
56 DataLoaderJNI.fillColors(id, buffer, bufferLength, elementsSize); in fillColors()
63 DataLoaderJNI.fillTextureCoordinates(id, buffer, bufferLength); in fillTextureCoordinates()
71 public static int fillIndices(int id, java.nio.IntBuffer buffer, int bufferLength, int logMask) { in fillIndices() argument
74 return DataLoaderJNI.fillIndices(id, buffer, bufferLength, logMask); in fillIndices()
85 return DataLoaderJNI.fillWireIndices(id, buffer, bufferLength, logMask); in fillWireIndices()
93 public static int fillMarkIndices(int id, java.nio.IntBuffer buffer, int bufferLength) { in fillMarkIndices() argument
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/util/
H A DStringBuffer.cpp15 bufferLength = maxlen; in CL_NS_DEF()
38 bufferLength = initSize + 1; in StringBuffer()
41 buffer = _CL_NEWARRAY(TCHAR,bufferLength); in StringBuffer()
101 if (len + 1 > bufferLength){ in appendChar()
255 if (len == bufferLength){ in getBuffer()
266 if ( bufferLength >= size ) in reserve()
268 bufferLength = size; in reserve()
307 if ( bufferLength<minLength ) in growBuffer()
312 bufferLength *= 2; in growBuffer()
314 if (bufferLength < minLength){ in growBuffer()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/ImageIO/
H A Dconvert_impl.h46 int bufferLength ) in ConvertBuffer() argument
61 if ( bufferLength <= 0 ) { in ConvertBuffer()
83 for (i=bufferLength; i>0; i--, s8buf++, r32buf++ ) { in ConvertBuffer()
92 for (i=bufferLength; i>0; i--, s8buf++, r64buf++ ) { in ConvertBuffer()
120 for (i=bufferLength; i>0; i--, u8buf++, u16buf++ ) { in ConvertBuffer()
127 for (i=bufferLength; i>0; i--, u8buf++, r32buf++ ) { in ConvertBuffer()
135 for (i=bufferLength; i>0; i--, u8buf++, r64buf++ ) { in ConvertBuffer()
163 for (i=bufferLength; i>0; i--, s16buf++, u16buf++ ) { in ConvertBuffer()
170 for (i=bufferLength; i>0; i--, s16buf++, r32buf++ ) { in ConvertBuffer()
271 for (i=bufferLength; i>0; i--, r32buf++, u8buf++ ) { in ConvertBuffer()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/includes/
H A DPolylineDecomposer.hxx208 static int fillTriangleIndices(int id, int* buffer, int bufferLength,
225 static int fillArrowTriangleIndices(int id, int* buffer, int bufferLength,
241 static int fillBarsDecompositionTriangleIndices(int id, int* buffer, int bufferLength,
293 static int fillSegmentsDecompositionSegmentIndices(int id, int* buffer, int bufferLength,
311 static int fillStairDecompositionSegmentIndices(int id, int* buffer, int bufferLength,
328 static int fillVerticalLinesDecompositionSegmentIndices(int id, int* buffer, int bufferLength,
345 static int fillBarsDecompositionSegmentIndices(int id, int* buffer, int bufferLength,
393 static void fillColors(int id, float* buffer, int bufferLength, int elementsSize);
401 static void fillTextureCoordinates(int id, float* buffer, int bufferLength);
418 static int fillIndices(int id, int* buffer, int bufferLength, int logMask);
[all …]
/dports/mail/libvmime/vmime-0.9.2/src/vmime/utility/encoder/
H A DqpEncoder.cpp181 size_t bufferLength = 0; in encode() local
207 if (bufferPos >= bufferLength) in encode()
213 if (bufferLength == 0) in encode()
267 if (bufferPos >= bufferLength) in encode()
386 size_t bufferLength = 0; in decode() local
407 if (bufferPos >= bufferLength) in decode()
413 if (bufferLength == 0) in decode()
426 if (bufferPos >= bufferLength) in decode()
432 if (bufferPos < bufferLength) in decode()
450 if (bufferPos < bufferLength) in decode()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/io/
H A Dadapters.ts88 bufferLength += buffer.byteLength;
91 if (done || size <= bufferLength) {
94 } while (size < bufferLength);
135 bufferLength += buffer.byteLength;
138 if (done || size <= bufferLength) {
141 } while (size < bufferLength);
185 bufferLength += buffer.byteLength;
188 if (done || size <= bufferLength) {
191 } while (size < bufferLength);
368 if (done || size <= bufferLength) {
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/js/src/io/
H A Dadapters.ts88 bufferLength += buffer.byteLength;
91 if (done || size <= bufferLength) {
94 } while (size < bufferLength);
135 bufferLength += buffer.byteLength;
138 if (done || size <= bufferLength) {
141 } while (size < bufferLength);
185 bufferLength += buffer.byteLength;
188 if (done || size <= bufferLength) {
191 } while (size < bufferLength);
368 if (done || size <= bufferLength) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/io/
H A Dadapters.ts84 bufferLength += buffer.byteLength;
87 if (done || size <= bufferLength) {
90 } while (size < bufferLength);
130 bufferLength += buffer.byteLength;
133 if (done || size <= bufferLength) {
136 } while (size < bufferLength);
179 bufferLength += buffer.byteLength;
182 if (done || size <= bufferLength) {
185 } while (size < bufferLength);
358 if (done || size <= bufferLength) {
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/
H A DSafeChunkyInputStream.java24 protected int bufferLength = 0; field in SafeChunkyInputStream
65 accumulate(buffer, nextByteInBuffer, bufferLength); in buildChunk()
66 bufferLength = input.read(buffer); in buildChunk()
68 if (bufferLength == -1) { in buildChunk()
93 if (pos + ILocalStoreConstants.CHUNK_DELIMITER_SIZE > bufferLength) { in find()
122 bufferLength = input.read(buffer); in findChunkStart()
124 if (bufferLength == -1) { in findChunkStart()
174 int length = bufferLength - nextByteInBuffer; in shiftAndFillBuffer()
177 bufferLength = length; in shiftAndFillBuffer()
178 int read = input.read(buffer, bufferLength, buffer.length - bufferLength); in shiftAndFillBuffer()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/blink/
H A DReverbAccumulationBuffer.cpp51 size_t bufferLength = m_buffer.Length(); in readAndClear() local
53 m_readIndex <= bufferLength && numberOfFrames <= bufferLength; in readAndClear()
58 size_t framesAvailable = bufferLength - m_readIndex; in readAndClear()
73 m_readIndex = (m_readIndex + numberOfFrames) % bufferLength; in readAndClear()
81 size_t bufferLength = m_buffer.Length(); in accumulate() local
83 size_t writeIndex = (*readIndex + delayFrames) % bufferLength; in accumulate()
86 *readIndex = (*readIndex + numberOfFrames) % bufferLength; in accumulate()
88 size_t framesAvailable = bufferLength - writeIndex; in accumulate()
94 bool isSafe = writeIndex <= bufferLength && in accumulate()
95 numberOfFrames1 + writeIndex <= bufferLength && in accumulate()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/audio/
H A DReverbAccumulationBuffer.cpp50 size_t bufferLength = m_buffer.size(); in readAndClear() local
51 bool isCopySafe = m_readIndex <= bufferLength && numberOfFrames <= bufferLength; in readAndClear()
57 size_t framesAvailable = bufferLength - m_readIndex; in readAndClear()
71 m_readIndex = (m_readIndex + numberOfFrames) % bufferLength; in readAndClear()
83 size_t bufferLength = m_buffer.size(); in accumulate() local
85 size_t writeIndex = (*readIndex + delayFrames) % bufferLength; in accumulate()
88 *readIndex = (*readIndex + numberOfFrames) % bufferLength; in accumulate()
90 size_t framesAvailable = bufferLength - writeIndex; in accumulate()
96 …bool isSafe = writeIndex <= bufferLength && numberOfFrames1 + writeIndex <= bufferLength && number… in accumulate()
/dports/www/firefox/firefox-99.0/dom/media/webaudio/blink/
H A DReverbAccumulationBuffer.cpp51 size_t bufferLength = m_buffer.Length(); in readAndClear() local
53 m_readIndex <= bufferLength && numberOfFrames <= bufferLength; in readAndClear()
58 size_t framesAvailable = bufferLength - m_readIndex; in readAndClear()
73 m_readIndex = (m_readIndex + numberOfFrames) % bufferLength; in readAndClear()
81 size_t bufferLength = m_buffer.Length(); in accumulate() local
83 size_t writeIndex = (*readIndex + delayFrames) % bufferLength; in accumulate()
86 *readIndex = (*readIndex + numberOfFrames) % bufferLength; in accumulate()
88 size_t framesAvailable = bufferLength - writeIndex; in accumulate()
94 bool isSafe = writeIndex <= bufferLength && in accumulate()
95 numberOfFrames1 + writeIndex <= bufferLength && in accumulate()
[all …]

12345678910>>...87