Home
last modified time | relevance | path

Searched refs:destinationLength (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encodings.Web/src/System/Text/Encodings/Web/
H A DTextEncoder.cs381 …unsafe bool TryCopyCharacters(char[] source, char* destination, int destinationLength, out int num… in TryCopyCharacters() argument
383 Debug.Assert(source != null && destination != null && destinationLength >= 0); in TryCopyCharacters()
385 if (destinationLength < source.Length) in TryCopyCharacters()
401 …bool TryWriteScalarAsChar(int unicodeScalar, char* destination, int destinationLength, out int num… in TryWriteScalarAsChar() argument
403 Debug.Assert(destination != null && destinationLength >= 0); in TryWriteScalarAsChar()
406 if (destinationLength < 1) in TryWriteScalarAsChar()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Net.Security.Native/
H A DInterop.GssBuffer.cs49 int destinationLength = Convert.ToInt32(_length); in ToByteArray()
50 byte[] destination = new byte[destinationLength]; in ToByteArray()
51 Marshal.Copy(_data, destination, 0, destinationLength); in ToByteArray()
/dports/archivers/ark/ark-21.12.3/plugins/clizipplugin/
H A Dcliplugin.cpp267 int destinationLength = destinationPath.count(); in setMovingAddedFiles() local
270 destinationLength--; in setMovingAddedFiles()
271 if (destinationPath.at(destinationLength) != QLatin1Char('/')) { in setMovingAddedFiles()
274 …} while (destinationLength > 0 && !(iteratedChar && destinationPath.at(destinationLength) == QLati… in setMovingAddedFiles()
275 m_passedDestination->setProperty("fullPath", destinationPath.left(destinationLength + 1)); in setMovingAddedFiles()
/dports/science/afni/afni-AFNI_21.3.16/src/crorden/dcm2niix_console/charls/
H A Dinterface.cpp193 …CHARLS_IMEXPORT(ApiResult) JpegLsEncode(void* destination, size_t destinationLength, size_t* bytes… in JpegLsEncode() argument
199 const ByteStreamInfo compressedStreamInfo = FromByteArray(destination, destinationLength); in JpegLsEncode()
211 …CHARLS_IMEXPORT(ApiResult) JpegLsDecode(void* destination, size_t destinationLength, const void* s… in JpegLsDecode() argument
214 const ByteStreamInfo rawStreamInfo = FromByteArray(destination, destinationLength); in JpegLsDecode()
H A Dcharls.h53 CHARLS_IMEXPORT(CharlsApiResultType) JpegLsEncode(void* destination, size_t destinationLength, size…
75 CHARLS_IMEXPORT(CharlsApiResultType) JpegLsDecode(void* destination, size_t destinationLength,
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/Internal/
H A DMarshalUtils.cs45 public static unsafe int GetBytesUTF8(string str, byte* destination, int destinationLength) in GetBytesUTF8() argument
51 return EncodingUTF8.GetBytes(source, charCount, destination, destinationLength); in GetBytesUTF8()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/Internal/
H A DMarshalUtils.cs45 public static unsafe int GetBytesUTF8(string str, byte* destination, int destinationLength) in GetBytesUTF8() argument
51 return EncodingUTF8.GetBytes(source, charCount, destination, destinationLength); in GetBytesUTF8()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/Internal/
H A DMarshalUtils.cs45 public static unsafe int GetBytesUTF8(string str, byte* destination, int destinationLength) in GetBytesUTF8() argument
51 return EncodingUTF8.GetBytes(source, charCount, destination, destinationLength); in GetBytesUTF8()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/Internal/
H A DMarshalUtils.cs45 public static unsafe int GetBytesUTF8(string str, byte* destination, int destinationLength) in GetBytesUTF8() argument
51 return EncodingUTF8.GetBytes(source, charCount, destination, destinationLength); in GetBytesUTF8()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A DpreGraph.c446 Coordinate destinationLength, in mergeDescriptors_pg() argument
456 destinationLength + sourceLength + wordLength - 1; in mergeDescriptors_pg()
472 for (index = 0; index < destinationLength + wordLength - 1; in mergeDescriptors_pg()
562 destinationLength, in mergeDescriptorsH2H_pg() argument
572 destinationLength + sourceLength + wordLength - 1; in mergeDescriptorsH2H_pg()
590 for (index = 0; index < destinationLength + wordLength - 1; in mergeDescriptorsH2H_pg()
687 destinationLength, in mergeDescriptorsF2F_pg() argument
697 destinationLength + sourceLength + wordLength - 1; in mergeDescriptorsF2F_pg()
766 for (index = 0; index < destinationLength + wordLength - 1; in mergeDescriptorsF2F_pg()
H A Dgraph.c804 Coordinate destinationLength, in mergeDescriptors() argument
819 for (index = 0; index < destinationLength; index++) { in mergeDescriptors()
828 if (index < destinationLength - 1) in mergeDescriptors()
933 Coordinate newLength, destinationLength, sourceLength; in appendDescriptors() local
962 destinationLength = destination->length; in appendDescriptors()
964 newLength = destinationLength + sourceLength; in appendDescriptors()
971 mergeDescriptors(descr, destinationLength, copy, sourceLength, in appendDescriptors()
980 destinationLength, arrayLength); in appendDescriptors()
1015 Coordinate destinationLength, sourceLength; in directlyAppendDescriptors() local
1029 destinationLength = destination->length; in directlyAppendDescriptors()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmcharls/
H A Dcharls.h56 …CHARLS_IMEXPORT(CharlsApiResultType) JpegLsEncode(void* destination, size_t destinationLength, siz…
78 CHARLS_IMEXPORT(CharlsApiResultType) JpegLsDecode(void* destination, size_t destinationLength,
H A Dinterface.cpp210 …CHARLS_IMEXPORT(ApiResult) JpegLsEncode(void* destination, size_t destinationLength, size_t* bytes… in JpegLsEncode() argument
216 ByteStreamInfo compressedStreamInfo = FromByteArray(destination, destinationLength); in JpegLsEncode()
228 …CHARLS_IMEXPORT(ApiResult) JpegLsDecode(void* destination, size_t destinationLength, const void* s… in JpegLsDecode() argument
231 ByteStreamInfo rawStreamInfo = FromByteArray(destination, destinationLength); in JpegLsDecode()
/dports/devel/gdcm/gdcm-3.0.10/Utilities/gdcmcharls/
H A Dcharls.h56 …CHARLS_IMEXPORT(CharlsApiResultType) JpegLsEncode(void* destination, size_t destinationLength, siz…
78 CHARLS_IMEXPORT(CharlsApiResultType) JpegLsDecode(void* destination, size_t destinationLength,
H A Dinterface.cpp210 …CHARLS_IMEXPORT(ApiResult) JpegLsEncode(void* destination, size_t destinationLength, size_t* bytes… in JpegLsEncode() argument
216 ByteStreamInfo compressedStreamInfo = FromByteArray(destination, destinationLength); in JpegLsEncode()
228 …CHARLS_IMEXPORT(ApiResult) JpegLsDecode(void* destination, size_t destinationLength, const void* s… in JpegLsDecode() argument
231 ByteStreamInfo rawStreamInfo = FromByteArray(destination, destinationLength); in JpegLsDecode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DBufferTests.cs133 …unsafe void MemoryCopy(int sourceLength, int sourceIndexOffset, int destinationLength, int destina… in MemoryCopy() argument
141 var destinationArray = new byte[destinationLength]; in MemoryCopy()
148 …Base + sourceIndexOffset, destinationBase + destinationIndexOffset, destinationLength, sourceBytes… in MemoryCopy()
/dports/biology/bamtools/bamtools-2.5.2/src/api/
H A DBamAlignment.h476 int destinationLength = 0; in GetTag() local
483 destinationLength = 1; in GetTag()
489 destinationLength = 2; in GetTag()
496 destinationLength = 4; in GetTag()
516 std::memcpy(&destination, pTagData, destinationLength); in GetTag()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/Interop/Windows/Normaliz/
H A DInterop.Normalization.cs22 int destinationLength); in NormalizeString() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/Interop/Windows/Normaliz/
H A DInterop.Normalization.cs22 int destinationLength); in NormalizeString() argument
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A DpreGraph.c527 Coordinate destinationLength, in mergeDescriptors_pg() argument
537 destinationLength + sourceLength + wordLength - 1; in mergeDescriptors_pg()
553 for (index = 0; index < destinationLength + wordLength - 1; in mergeDescriptors_pg()
643 destinationLength, in mergeDescriptorsH2H_pg() argument
653 destinationLength + sourceLength + wordLength - 1; in mergeDescriptorsH2H_pg()
671 for (index = 0; index < destinationLength + wordLength - 1; in mergeDescriptorsH2H_pg()
768 destinationLength, in mergeDescriptorsF2F_pg() argument
778 destinationLength + sourceLength + wordLength - 1; in mergeDescriptorsF2F_pg()
847 for (index = 0; index < destinationLength + wordLength - 1; in mergeDescriptorsF2F_pg()
H A Dgraph.c726 Coordinate destinationLength, in mergeDescriptors() argument
741 for (index = 0; index < destinationLength; index++) { in mergeDescriptors()
750 if (index < destinationLength - 1) in mergeDescriptors()
854 Coordinate newLength, destinationLength, sourceLength; in appendDescriptors() local
884 destinationLength = destination->length; in appendDescriptors()
886 newLength = destinationLength + sourceLength; in appendDescriptors()
911 writeNucleotideInDescriptor(nucleotide, descr, index + destinationLength); in catDescriptors()
917 Coordinate shift = totalLength - destinationLength - sourceLength; in reverseCatDescriptors()
933 Coordinate destinationLength, sourceLength; in directlyAppendDescriptors() local
947 destinationLength = destination->length; in directlyAppendDescriptors()
[all …]
/dports/biology/velvet/velvet_1.2.10/src/
H A DpreGraph.c521 Coordinate destinationLength, in mergeDescriptors_pg() argument
531 destinationLength + sourceLength + wordLength - 1; in mergeDescriptors_pg()
547 for (index = 0; index < destinationLength + wordLength - 1; in mergeDescriptors_pg()
637 destinationLength, in mergeDescriptorsH2H_pg() argument
647 destinationLength + sourceLength + wordLength - 1; in mergeDescriptorsH2H_pg()
665 for (index = 0; index < destinationLength + wordLength - 1; in mergeDescriptorsH2H_pg()
762 destinationLength, in mergeDescriptorsF2F_pg() argument
772 destinationLength + sourceLength + wordLength - 1; in mergeDescriptorsF2F_pg()
841 for (index = 0; index < destinationLength + wordLength - 1; in mergeDescriptorsF2F_pg()
H A Dgraph.c729 Coordinate destinationLength, in mergeDescriptors() argument
744 for (index = 0; index < destinationLength; index++) { in mergeDescriptors()
753 if (index < destinationLength - 1) in mergeDescriptors()
856 Coordinate newLength, destinationLength, sourceLength; in appendDescriptors() local
885 destinationLength = destination->length; in appendDescriptors()
887 newLength = destinationLength + sourceLength; in appendDescriptors()
894 mergeDescriptors(descr, destinationLength, copy, sourceLength, in appendDescriptors()
903 destinationLength, arrayLength); in appendDescriptors()
938 Coordinate destinationLength, sourceLength; in directlyAppendDescriptors() local
952 destinationLength = destination->length; in directlyAppendDescriptors()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/audio/
H A DAudioBus.cpp404 int destinationLength = sourceLength / sampleRateRatio; in createBySampleRateConverting() local
408 …r<AudioBus> destinationBus(adoptPtr(new AudioBus(numberOfDestinationChannels, destinationLength))); in createBySampleRateConverting()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.mscapi/windows/native/libsunmscapi/
H A Dsecurity.cpp2131 int destinationLength) { in convertToLittleEndian() argument
2145 if (sourceLength > destinationLength) { in convertToLittleEndian()
2147 if (sourceLength == destinationLength + 1 && sourceBytes[0] == 0) { in convertToLittleEndian()
2160 if (copyLen < destinationLength) { in convertToLittleEndian()
2161 memset(destination + copyLen, 0, destinationLength - copyLen); in convertToLittleEndian()
2163 result = destinationLength; in convertToLittleEndian()

12