Home
last modified time | relevance | path

Searched refs:currentOutputIndex (Results 1 – 19 of 19) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/cryptography/
H A Dcryptostream.cs190 int currentOutputIndex = offset; in Read()
196 currentOutputIndex += _OutputBufferIndex; in Read()
248 currentOutputIndex += numOutputBytes; in Read()
264 … Buffer.InternalBlockCopy(_OutputBuffer, 0, buffer, currentOutputIndex, numOutputBytes); in Read()
265 currentOutputIndex += numOutputBytes; in Read()
268 … Buffer.InternalBlockCopy(_OutputBuffer, 0, buffer, currentOutputIndex, bytesToDeliver); in Read()
287 … Buffer.InternalBlockCopy(_OutputBuffer, 0, buffer, currentOutputIndex, bytesToDeliver); in Read()
358 int currentOutputIndex = offset; in ReadAsyncInternal()
366 currentOutputIndex += _OutputBufferIndex; in ReadAsyncInternal()
424 currentOutputIndex += numOutputBytes; in ReadAsyncInternal()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Primitives/src/System/Security/Cryptography/
H A DCryptoStream.cs264 int currentOutputIndex = offset; in ReadAsyncCore()
272 currentOutputIndex += _outputBufferIndex; in ReadAsyncCore()
328 … Buffer.BlockCopy(tempOutputBuffer, 0, buffer, currentOutputIndex, numOutputBytes); in ReadAsyncCore()
333 currentOutputIndex += numOutputBytes; in ReadAsyncCore()
355 Buffer.BlockCopy(_outputBuffer, 0, buffer, currentOutputIndex, numOutputBytes); in ReadAsyncCore()
356 currentOutputIndex += numOutputBytes; in ReadAsyncCore()
361 Buffer.BlockCopy(_outputBuffer, 0, buffer, currentOutputIndex, bytesToDeliver); in ReadAsyncCore()
381 Buffer.BlockCopy(_outputBuffer, 0, buffer, currentOutputIndex, bytesToDeliver); in ReadAsyncCore()
388 Buffer.BlockCopy(_outputBuffer, 0, buffer, currentOutputIndex, _outputBufferIndex); in ReadAsyncCore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DAsYouTypeFormatter.java456 int currentOutputIndex = 0; in getRememberedPosition() local
457 while (accruedInputIndex < positionToRemember && currentOutputIndex < currentOutput.length()) { in getRememberedPosition()
459 == currentOutput.charAt(currentOutputIndex)) { in getRememberedPosition()
462 currentOutputIndex++; in getRememberedPosition()
464 return currentOutputIndex; in getRememberedPosition()
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DAsYouTypeFormatter.java458 int currentOutputIndex = 0; in getRememberedPosition() local
459 while (accruedInputIndex < positionToRemember && currentOutputIndex < currentOutput.length()) { in getRememberedPosition()
461 == currentOutput.charAt(currentOutputIndex)) { in getRememberedPosition()
464 currentOutputIndex++; in getRememberedPosition()
466 return currentOutputIndex; in getRememberedPosition()
/dports/www/nextcloud/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/
H A DAsYouTypeFormatter.php617 $currentOutputIndex = 0;
619 …while ($accruedInputIndex < $this->positionToRemember && $currentOutputIndex < $currentOutputLengt…
620 …utFormatting, $accruedInputIndex, 1) == \mb_substr($this->currentOutput, $currentOutputIndex, 1)) {
623 $currentOutputIndex++;
625 return $currentOutputIndex;
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/android/
H A Dopensl_io.h70 int currentOutputIndex; member
H A Dopensl_io.c461 index = p->currentOutputIndex; in android_AudioOut()
475 p->currentOutputIndex = index; in android_AudioOut()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/audio/android/
H A Dopensl_io.h70 int currentOutputIndex; member
H A Dopensl_io.c476 int i, bufsamps = p->outBufSamples, index = p->currentOutputIndex; in android_AudioOut()
496 p->currentOutputIndex = index; in android_AudioOut()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/audio/android/
H A Dopensl_io.h70 int currentOutputIndex; member
H A Dopensl_io.c476 int i, bufsamps = p->outBufSamples, index = p->currentOutputIndex; in android_AudioOut()
496 p->currentOutputIndex = index; in android_AudioOut()
/dports/audio/csound/csound-6.15.0/InOut/
H A Drtpa.c56 int currentOutputIndex; member
531 pabs->outputBuffer[pabs->currentOutputIndex++] = (float) buffer[i]; in rtplay_()
533 pabs->outputBuffer[pabs->currentOutputIndex++] = (float) buffer[i]; in rtplay_()
534 if (pabs->currentOutputIndex >= pabs->outBufSamples) { in rtplay_()
540 pabs->currentOutputIndex = 0; in rtplay_()
H A Drtauhal.c93 int currentOutputIndex; member
/dports/audio/faust/faust-2.37.3/architecture/faust/audio/
H A Dopensles-android-dsp.h65 int currentOutputIndex; member
536 int i, bufsamps = p->outBufSamples, index = p->currentOutputIndex; in android_AudioOut()
572 p->currentOutputIndex = index; in android_AudioOut()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/audio/
H A Dopensles-android-dsp.h76 int currentOutputIndex; member
547 int i, bufsamps = p->outBufSamples, index = p->currentOutputIndex; in android_AudioOut()
583 p->currentOutputIndex = index; in android_AudioOut()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/standardoutputview/
H A Doutputwidget.h90 int currentOutputIndex();
H A Doutputwidget.cpp621 int OutputWidget::currentOutputIndex() in currentOutputIndex() function in OutputWidget
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/include/
H A DitkMirrorPadImageFilter.hxx752 OutputImageIndexType currentOutputIndex; in DynamicThreadedGenerateData() local
791 currentOutputIndex = outIt.GetIndex(); in DynamicThreadedGenerateData()
793 this->ConvertOutputIndexToInputIndex(currentOutputIndex, in DynamicThreadedGenerateData()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae2ma/src/
H A DDAE2MAAnimationImporter.cpp421 size_t currentOutputIndex = inputIndex*outDimension + outputIndex; in setKeyTimeValues() local
422 outputValue = getDoubleValue ( outputValuesArray, currentOutputIndex ); in setKeyTimeValues()
468 size_t currentOutputIndex = inputIndex*outDimension + outputIndex; in setKeyTimeValues() local
469 outputValue = getDoubleValue ( outputValuesArray, currentOutputIndex ); in setKeyTimeValues()
515 size_t currentOutputIndex = inputIndex*outDimension + outputIndex; in setKeyTimeValues() local
516 outputValue = getDoubleValue ( outputValuesArray, currentOutputIndex ); in setKeyTimeValues()