Home
last modified time | relevance | path

Searched refs:thisSize (Results 1 – 25 of 131) sorted by relevance

123456

/dports/audio/carla/Carla-2.4.1/source/includes/vst3sdk/pluginterfaces/base/
H A Dustring.cpp103 return StringLength<char16> (thisBuffer, thisSize); in getLength()
109 StringCopy<char16, char16> (thisBuffer, thisSize, src, srcSize); in assign()
117 StringCopy<char16, char16> (thisBuffer + length, thisSize - length, src, srcSize); in append()
124 StringCopy<char16, char16> (dst, dstSize, thisBuffer, thisSize); in copyTo()
131 StringCopy<char16, char> (thisBuffer, thisSize, src, srcSize); in fromAscii()
138 StringCopy<char, char16> (dst, dstSize, thisBuffer, thisSize); in toAscii()
179 memset (thisBuffer, 0, thisSize); in printFloat()
181 …CFStringGetBytes (cfStr, range, kCFStringEncodingUTF16, 0, false, (UInt8*)thisBuffer, thisSize, 0); in printFloat()
188 auto len = snprintf (utf8Buffer, thisSize, "%.*lf", precision, value); in printFloat()
244 memset (thisBuffer, 0, thisSize); in printInt()
[all …]
H A Dustring.h33 thisSize (size) in UString()
36 int32 getSize () const { return thisSize; } ///< returns buffer size in getSize()
72 int32 thisSize; variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/VST3_SDK/pluginterfaces/base/
H A Dustring.cpp103 return StringLength<char16> (thisBuffer, thisSize); in getLength()
109 StringCopy<char16, char16> (thisBuffer, thisSize, src, srcSize); in assign()
117 StringCopy<char16, char16> (thisBuffer + length, thisSize - length, src, srcSize); in append()
124 StringCopy<char16, char16> (dst, dstSize, thisBuffer, thisSize); in copyTo()
131 StringCopy<char16, char> (thisBuffer, thisSize, src, srcSize); in fromAscii()
138 StringCopy<char, char16> (dst, dstSize, thisBuffer, thisSize); in toAscii()
179 memset (thisBuffer, 0, thisSize); in printFloat()
181 …CFStringGetBytes (cfStr, range, kCFStringEncodingUTF16, 0, false, (UInt8*)thisBuffer, thisSize, 0); in printFloat()
188 auto len = snprintf (utf8Buffer, thisSize, "%.*lf", precision, value); in printFloat()
244 memset (thisBuffer, 0, thisSize); in printInt()
[all …]
H A Dustring.h33 thisSize (size) in UString()
36 int32 getSize () const { return thisSize; } ///< returns buffer size in getSize()
72 int32 thisSize; variable
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/pluginterfaces/base/
H A Dustring.cpp106 return StringLength<char16> (thisBuffer, thisSize);
112 StringCopy<char16, char16> (thisBuffer, thisSize, src, srcSize);
120 StringCopy<char16, char16> (thisBuffer + length, thisSize - length, src, srcSize);
127 StringCopy<char16, char16> (dst, dstSize, thisBuffer, thisSize);
134 StringCopy<char16, char> (thisBuffer, thisSize, src, srcSize);
141 StringCopy<char, char16> (dst, dstSize, thisBuffer, thisSize);
182 memset (thisBuffer, 0, thisSize);
184 …CFStringGetBytes (cfStr, range, kCFStringEncodingUTF16, 0, false, (UInt8*)thisBuffer, thisSize, 0);
191 auto len = snprintf (utf8Buffer, thisSize, "%.*lf", precision, value);
247 memset (thisBuffer, 0, thisSize);
[all …]
H A Dustring.h33 UString (char16* buffer, int32 size) : thisBuffer (buffer), thisSize (size) {} in UString()
36 int32 getSize () const { return thisSize; } in getSize()
74 int32 thisSize; ///< size in code unit (not in byte!) variable
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/pluginterfaces/base/
H A Dustring.cpp103 return StringLength<char16> (thisBuffer, thisSize); in getLength()
109 StringCopy<char16, char16> (thisBuffer, thisSize, src, srcSize); in assign()
117 StringCopy<char16, char16> (thisBuffer + length, thisSize - length, src, srcSize); in append()
124 StringCopy<char16, char16> (dst, dstSize, thisBuffer, thisSize); in copyTo()
131 StringCopy<char16, char> (thisBuffer, thisSize, src, srcSize); in fromAscii()
138 StringCopy<char, char16> (dst, dstSize, thisBuffer, thisSize); in toAscii()
179 memset (thisBuffer, 0, thisSize); in printFloat()
181 …CFStringGetBytes (cfStr, range, kCFStringEncodingUTF16, 0, false, (UInt8*)thisBuffer, thisSize, 0); in printFloat()
188 auto len = snprintf (utf8Buffer, thisSize, "%.*lf", precision, value); in printFloat()
244 memset (thisBuffer, 0, thisSize); in printInt()
[all …]
H A Dustring.h33 thisSize (size)
36 int32 getSize () const { return thisSize; } ///< returns buffer size
72 int32 thisSize;
/dports/x11-toolkits/redkite/redkite-1.3.1/src/
H A DRkProgressBarImpl.cpp101 RkSize thisSize = size(); in drawProgressBar() local
102 RkImage img(thisSize); in drawProgressBar()
106 if (range > 0 && thisSize.width() > 0 && thisSize.height() > 0) { in drawProgressBar()
108 … painter.fillRect(RkRect(0, 0, currentVal * thisSize.width() / range, thisSize.height()), in drawProgressBar()
111 … painter.fillRect(RkRect(0, 0, thisSize.width(), currentVal * thisSize.height() / range), in drawProgressBar()
/dports/audio/geonkick-lv2/geonkick-2.8.0/redkite/src/
H A DRkProgressBarImpl.cpp101 RkSize thisSize = size(); in drawProgressBar() local
102 RkImage img(thisSize); in drawProgressBar()
106 if (range > 0 && thisSize.width() > 0 && thisSize.height() > 0) { in drawProgressBar()
108 … painter.fillRect(RkRect(0, 0, currentVal * thisSize.width() / range, thisSize.height()), in drawProgressBar()
111 … painter.fillRect(RkRect(0, 0, thisSize.width(), currentVal * thisSize.height() / range), in drawProgressBar()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DPrescribedDataManager.cpp31 int thisSize = field->second; in PrescribedDataManager() local
33 ics_[thisField].reset(nNodes_,thisSize); in PrescribedDataManager()
34 bcs_[thisField].reset(nNodes_,thisSize); in PrescribedDataManager()
42 (bcValues_[thisField]).resize(thisSize); in PrescribedDataManager()
317 int thisSize = field->second; in set_initial_conditions() local
366 int thisSize = field->second; in set_fixed_fields() local
452 int thisSize = field->second; in set_sources() local
464 int thisSize = field->second; in set_sources() local
494 int thisSize = field->second; in print() local
495 bcTypes.reset(nNodes_,thisSize); in print()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DPrescribedDataManager.cpp31 int thisSize = field->second; in PrescribedDataManager() local
33 ics_[thisField].reset(nNodes_,thisSize); in PrescribedDataManager()
34 bcs_[thisField].reset(nNodes_,thisSize); in PrescribedDataManager()
42 (bcValues_[thisField]).resize(thisSize); in PrescribedDataManager()
360 int thisSize = field->second; in set_initial_conditions() local
409 int thisSize = field->second; in set_fixed_fields() local
495 int thisSize = field->second; in set_sources() local
508 int thisSize = field->second; in set_sources() local
538 int thisSize = field->second; in print() local
539 bcTypes.reset(nNodes_,thisSize); in print()
[all …]
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Dis_generalized_shelling.cc44 const Int thisSize = thisFace.size(); in is_generalized_shelling() local
45 const Int thisDim = thisSize-1; in is_generalized_shelling()
49 if (h_size != thisSize) { in is_generalized_shelling()
50 h.resize(thisSize); in is_generalized_shelling()
51 for (Int k = h_size; k < thisSize; ++k) in is_generalized_shelling()
72 if (missing_size==thisSize) in is_generalized_shelling()
/dports/biology/mothur/mothur-1.46.1/source/
H A Dsubsample.cpp30 if (thisSize >= size) { in getSample()
246 if (thisSize != size) { in getSample()
385 int thisSize = sabund->getNumSeqs(); in getSample() local
389 if (thisSize > size) { in getSample()
422 int thisSize = sabund->getNumSeqs(); in getSampleWithReplacement() local
426 if (thisSize > size) { in getSampleWithReplacement()
465 if (thisSize > size) { in getSample()
501 if (thisSize > size) { in getSampleWithReplacement()
663 if (thisSize >= size) { in getSample()
688 if (thisSize >= size) { in getSample()
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dmem_track.h91 size_t thisSize; /* size of this memory */ member
166 header->thisSize = sz; in TrackMalloc()
238 sz = header->thisSize; in TrackFree()
246 ourMemStats.currentBytes -= header->thisSize; in TrackFree()
311 if (header->thisSize < sz) in TrackRealloc()
312 sz = header->thisSize; in TrackRealloc()
400 (byte*)header + sizeof(memHint), (unsigned int)header->thisSize in ShowMemoryTracker()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dmem_track.h91 size_t thisSize; /* size of this memory */ member
166 header->thisSize = sz; in TrackMalloc()
238 sz = header->thisSize; in TrackFree()
246 ourMemStats.currentBytes -= header->thisSize; in TrackFree()
311 if (header->thisSize < sz) in TrackRealloc()
312 sz = header->thisSize; in TrackRealloc()
400 (byte*)header + sizeof(memHint), (unsigned int)header->thisSize in ShowMemoryTracker()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dmem_track.h91 size_t thisSize; /* size of this memory */
166 header->thisSize = sz;
238 sz = header->thisSize;
246 ourMemStats.currentBytes -= header->thisSize;
311 if (header->thisSize < sz)
312 sz = header->thisSize;
400 (byte*)header + sizeof(memHint), (unsigned int)header->thisSize
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dmem_track.h91 size_t thisSize; /* size of this memory */ member
166 header->thisSize = sz; in TrackMalloc()
238 sz = header->thisSize; in TrackFree()
246 ourMemStats.currentBytes -= header->thisSize; in TrackFree()
311 if (header->thisSize < sz) in TrackRealloc()
312 sz = header->thisSize; in TrackRealloc()
400 (byte*)header + sizeof(memHint), (unsigned int)header->thisSize in ShowMemoryTracker()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dmem_track.h91 size_t thisSize; /* size of this memory */ member
166 header->thisSize = sz; in TrackMalloc()
238 sz = header->thisSize; in TrackFree()
246 ourMemStats.currentBytes -= header->thisSize; in TrackFree()
311 if (header->thisSize < sz) in TrackRealloc()
312 sz = header->thisSize; in TrackRealloc()
400 (byte*)header + sizeof(memHint), (unsigned int)header->thisSize in ShowMemoryTracker()
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dustring.cpp716 int thisSize = size(); in spliceSubstringsWithSeparators() local
782 int thisSize = size(); in append() local
785 int length = thisSize + tSize; in append()
788 if (thisSize == 0) { in append()
801 } else if (thisOffset + thisSize == usedCapacity() && thisSize >= minShareSize) { in append()
827 int thisSize = size(); in append() local
830 int length = thisSize + tSize; in append()
833 if (thisSize == 0) { in append()
844 d[thisSize + i] = t[i]; in append()
849 } else if (thisOffset + thisSize == usedCapacity() && thisSize >= minShareSize) { in append()
[all …]
/dports/www/wt/wt-4.6.1/src/http/
H A DRequestParser.C190 ::int64_t thisSize = (::int64_t)(end - begin); in parseBody()
193 char *thisEnd = begin + thisSize; in parseBody()
210 char *thisEnd = begin + thisSize; in parseBody()
211 remainder_ -= thisSize; in parseBody()
496 memcpy(ws00_buf_ + wsCount_, &*begin, thisSize); in parseWebSocketMessage()
497 wsCount_ += thisSize; in parseWebSocketMessage()
498 begin += thisSize; in parseWebSocketMessage()
591 begin = begin + thisSize; in parseWebSocketMessage()
593 remainder_ -= thisSize; in parseWebSocketMessage()
724 begin = begin + thisSize; in parseWebSocketMessage()
[all …]
/dports/math/openturns/openturns-1.18/python/src/
H A DBipartiteGraph.i36 OT::UnsignedInteger thisSize = self->cend_at(index) - self->cbegin_at(index); in __setitem__() local
37 if (val.getSize() != thisSize) in __setitem__()
38 …Exception(HERE) << "element at position " << index << " is of size " << thisSize << " whereas valu… in __setitem__()
H A DIndicesCollectionImplementation.i33 OT::UnsignedInteger thisSize = self->cend_at(index) - self->cbegin_at(index); in __setitem__() local
34 if (val.getSize() != thisSize) in __setitem__()
35 …Exception(HERE) << "element at position " << index << " is of size " << thisSize << " whereas valu… in __setitem__()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/HexEditor/
H A DFileContentDisk.cpp753 OffsetT thisSize = wxMin( left, 1024*1024 ); in WriteFileEasiest() local
755 if ( m_File.Write( &block->data[pos], (size_t)thisSize ) != thisSize ) in WriteFileEasiest()
763 left -= thisSize; in WriteFileEasiest()
764 pos += thisSize; in WriteFileEasiest()
765 totalWritten += thisSize; in WriteFileEasiest()
889 OffsetT thisSize = wxMin( left, 128*1024 ); in WriteToFile() local
894 if ( read != thisSize ) in WriteToFile()
920 if ( file.Write( &block->data[pos], (size_t)thisSize ) != thisSize ) in WriteToFile()
926 left -= thisSize; in WriteToFile()
927 pos += thisSize; in WriteToFile()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/wayland/cursor/
H A Dxcursor.c395 XcursorDim thisSize; in _XcursorFindBestSize() local
404 thisSize = fileHeader->tocs[n].subtype; in _XcursorFindBestSize()
405 if (!bestSize || dist (thisSize, size) < dist (bestSize, size)) in _XcursorFindBestSize()
407 bestSize = thisSize; in _XcursorFindBestSize()
410 else if (thisSize == bestSize) in _XcursorFindBestSize()
423 XcursorDim thisSize; in _XcursorFindImageToc() local
432 thisSize = fileHeader->tocs[toc].subtype; in _XcursorFindImageToc()
433 if (thisSize != size) in _XcursorFindImageToc()

123456