Home
last modified time | relevance | path

Searched refs:otherSize (Results 1 – 25 of 231) sorted by last modified time

12345678910

/dports/www/typo3-11/typo3_src-11.5.7/vendor/bacon/bacon-qr-code/src/Common/
H A DBitArray.php276 $otherSize = $other->getSize();
279 for ($i = 0; $i < $otherSize; ++$i) {
/dports/print/scribus-devel/scribus-1.5.7/scribus/text/
H A Dfsize.h223 inline FSize FSize::expandedTo( const FSize & otherSize ) const in expandedTo() argument
225 return FSize( qMax(m_wd,otherSize.m_wd), qMax(m_ht,otherSize.m_ht) ); in expandedTo()
228 inline FSize FSize::boundedTo( const FSize & otherSize ) const in boundedTo() argument
230 return FSize( qMin(m_wd,otherSize.m_wd), qMin(m_ht,otherSize.m_ht) ); in boundedTo()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dpsocket.c433 socklenx_t otherSize; in AcceptConnection() local
440 otherSize = sizeof(otherSocket); in AcceptConnection()
442 rc = accept(listenSocketFd, &otherSocket, &otherSize); in AcceptConnection()
/dports/databases/libpbl/pbl_1_04_04/src/
H A DpblHeap.c682 int otherSize = pblListSize( (PblList *)other ); in pblHeapJoin() local
685 if( otherSize == 0 ) in pblHeapJoin()
695 size += otherSize; in pblHeapJoin()
718 if( size == otherSize ) in pblHeapJoin()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsIMemoryReporter.idl447 out int64_t styleSize, out int64_t otherSize,
H A DnsMemoryReporterManager.cpp2637 size_t domSize, styleSize, otherSize; in SizeOfTab() local
2638 rv = mSizeOfTabFns.mNonJS(piWindow, &domSize, &styleSize, &otherSize); in SizeOfTab()
2656 DO(aOtherSize, otherSize); in SizeOfTab()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_value.cpp529 auto otherSize = other.value_.map_->size(); in operator <() local
530 if (thisSize != otherSize) in operator <()
531 return thisSize < otherSize; in operator <()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/java/src/org/webrtc/
H A DSize.java36 final Size otherSize = (Size) other; in equals() local
37 return width == otherSize.width && height == otherSize.height; in equals()
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsMemoryReporterManager.cpp2651 size_t domSize, styleSize, otherSize; in SizeOfTab() local
2652 rv = mSizeOfTabFns.mNonJS(piWindow, &domSize, &styleSize, &otherSize); in SizeOfTab()
2670 DO(aOtherSize, otherSize); in SizeOfTab()
H A DnsIMemoryReporter.idl447 out int64_t styleSize, out int64_t otherSize,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/java/src/org/webrtc/
H A DSize.java36 final Size otherSize = (Size) other; in equals() local
37 return width == otherSize.width && height == otherSize.height; in equals()
/dports/www/firefox/firefox-99.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_value.cpp529 auto otherSize = other.value_.map_->size(); in operator <() local
530 if (thisSize != otherSize) in operator <()
531 return thisSize < otherSize; in operator <()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_value.cpp529 auto otherSize = other.value_.map_->size(); in operator <() local
530 if (thisSize != otherSize) in operator <()
531 return thisSize < otherSize; in operator <()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsIMemoryReporter.idl447 out int64_t styleSize, out int64_t otherSize,
H A DnsMemoryReporterManager.cpp2637 size_t domSize, styleSize, otherSize; in SizeOfTab() local
2638 rv = mSizeOfTabFns.mNonJS(piWindow, &domSize, &styleSize, &otherSize); in SizeOfTab()
2656 DO(aOtherSize, otherSize); in SizeOfTab()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/java/src/org/webrtc/
H A DSize.java36 final Size otherSize = (Size) other; in equals() local
37 return width == otherSize.width && height == otherSize.height; in equals()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtCore.py11174 def boundedTo(self, otherSize): argument
11177 def expandedTo(self, otherSize): argument
11269 def boundedTo(self, otherSize): argument
11272 def expandedTo(self, otherSize): argument
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt4/
H A DQtCore.py9391 def boundedTo(self, otherSize): argument
9394 def expandedTo(self, otherSize): argument
9477 def boundedTo(self, otherSize): argument
9480 def expandedTo(self, otherSize): argument
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/
H A Dpath.cpp283 const int otherSize = other.m_data.size(); in compare() local
284 const int toCompare = std::min(size, otherSize); in compare()
296 return size - otherSize; in compare()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/merge/
H A Ddisc_library_information_widget.cpp44 …auto otherSize = std::make_pair(otherItem.data(3, Qt::UserRole).toUInt(), otherItem.data(3, Qt::Us… in operator <() local
46 return mySize < otherSize; in operator <()
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/bacon/bacon-qr-code/src/Common/
H A DBitArray.php276 $otherSize = $other->getSize();
279 for ($i = 0; $i < $otherSize; ++$i) {
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgscircularstring.cpp168 const int otherSize = otherLine->mX.size(); in compareToSameClass() local
169 if ( size > otherSize ) in compareToSameClass()
173 else if ( size < otherSize ) in compareToSameClass()
H A Dqgslinestring.cpp1454 const int otherSize = otherLine->mX.size(); in compareToSameClass() local
1455 if ( size > otherSize ) in compareToSameClass()
1459 else if ( size < otherSize ) in compareToSameClass()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/
H A DbtAlignedObjectArray.h136 int otherSize = otherArray.size(); in btAlignedObjectArray() local
137 resize(otherSize); in btAlignedObjectArray()
138 otherArray.copy(0, otherSize, m_data); in btAlignedObjectArray()
498 int otherSize = otherArray.size(); in copyFromArray() local
499 resize(otherSize); in copyFromArray()
500 otherArray.copy(0, otherSize, m_data); in copyFromArray()
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dparallel.c269 int otherSock, otherSize; local
298 otherSize = sizeof(otherSocket);
829 int otherSock, otherSize; local
895 otherSize = sizeof(otherSocket);
919 otherSize = sizeof(otherSocket);
1053 otherSize = sizeof(otherSocket);
1173 otherSize = sizeof(otherSocket);
1305 int otherSock, otherSize; local
1342 otherSize = sizeof(otherSocket);
1635 int otherSock, otherSize; local
[all …]

12345678910