Home
last modified time | relevance | path

Searched refs:OrigSize (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCSoftwareTexture2.cpp35 OrigSize = image->getDimension(); in CSoftwareTexture2()
44 OrigSize.getOptimalSize( 0 != ( Flags & NP2_SIZE ), in CSoftwareTexture2()
49 if ( OrigSize == optSize ) in CSoftwareTexture2()
60 OrigSize.Width, OrigSize.Height, optSize.Width, optSize.Height, in CSoftwareTexture2()
64 OrigSize = optSize; in CSoftwareTexture2()
105 core::dimension2d<u32> origSize=OrigSize; in regenerateMipMapLevels()
H A DCSoftwareTexture.cpp27 OrigSize = image->getDimension(); in CSoftwareTexture()
28 core::dimension2d<u32> optSize=OrigSize.getOptimalSize(); in CSoftwareTexture()
30 Image = new CImage(ECF_A1R5G5B5, OrigSize); in CSoftwareTexture()
33 if (optSize == OrigSize) in CSoftwareTexture()
84 return OrigSize; in getOriginalSize()
H A DCSoftwareTexture2.h56 return OrigSize; in getOriginalSize()
127 core::dimension2d<u32> OrigSize; variable
/dports/misc/skyutils/skyutils-3.0/src/
H A Darch.c65 RH->OrigSize = ftell(fp); in _SU_AR_CompressFile()
73 RH->CompSize = RH->OrigSize; in _SU_AR_CompressFile()
135 while(total < RH->OrigSize) in _SU_AR_CopyFileToDisk()
137 len = RH->OrigSize - total; in _SU_AR_CopyFileToDisk()
201 …f(fread(&Arch->Resources[i].OrigSize,(size_t)1,sizeof(Arch->Resources[i].OrigSize),fp) != sizeof(A… in _SU_AR_ReadHeaders()
249 …rite(&Arch->Resources[i].OrigSize,(size_t)1,sizeof(Arch->Resources[i].OrigSize),Arch->fp) != sizeo… in _SU_AR_Flush()
316 Res->Size = Arch->Resources[ResNum].OrigSize; in SU_AR_ReadRes()
435 RH->OrigSize = Size; in SU_AR_AddRes()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/page/
H A Dcpdf_streamparser.cpp145 uint32_t OrigSize = 0; in ReadInlineStream() local
170 OrigSize = pitch; in ReadInlineStream()
175 OrigSize = ((width + 7) / 8); in ReadInlineStream()
177 if (height && OrigSize > INT_MAX / height) in ReadInlineStream()
180 OrigSize *= height; in ReadInlineStream()
184 if (OrigSize > m_Size - m_Pos) in ReadInlineStream()
185 OrigSize = m_Size - m_Pos; in ReadInlineStream()
186 pData.reset(FX_Alloc(uint8_t, OrigSize)); in ReadInlineStream()
188 dwStreamSize = OrigSize; in ReadInlineStream()
189 m_Pos += OrigSize; in ReadInlineStream()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp562 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
568 const unsigned OrigSize = OrigTy.getSizeInBits(); in getLCMType() local
571 if (OrigSize == TargetSize) in getLCMType()
592 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
597 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
598 return LLT::vector(LCMSize / OrigSize, OrigTy); in getLCMType()
601 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
604 if (LCMSize == OrigSize) in getLCMType()
613 const unsigned OrigSize = OrigTy.getSizeInBits(); in getGCDType() local
616 if (OrigSize == TargetSize) in getGCDType()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp623 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
629 const unsigned OrigSize = OrigTy.getSizeInBits(); in getLCMType() local
632 if (OrigSize == TargetSize) in getLCMType()
653 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
658 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
659 return LLT::vector(LCMSize / OrigSize, OrigTy); in getLCMType()
662 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
665 if (LCMSize == OrigSize) in getLCMType()
674 const unsigned OrigSize = OrigTy.getSizeInBits(); in getGCDType() local
677 if (OrigSize == TargetSize) in getGCDType()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp623 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
629 const unsigned OrigSize = OrigTy.getSizeInBits(); in getLCMType() local
632 if (OrigSize == TargetSize) in getLCMType()
653 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
658 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
659 return LLT::vector(LCMSize / OrigSize, OrigTy); in getLCMType()
662 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
665 if (LCMSize == OrigSize) in getLCMType()
674 const unsigned OrigSize = OrigTy.getSizeInBits(); in getGCDType() local
677 if (OrigSize == TargetSize) in getGCDType()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp158 uint32_t OrigSize = 0; in ReadInlineStream() local
183 OrigSize = pitch; in ReadInlineStream()
188 OrigSize = ((width + 7) / 8); in ReadInlineStream()
190 if (height && OrigSize > INT_MAX / height) { in ReadInlineStream()
193 OrigSize *= height; in ReadInlineStream()
197 if (OrigSize > m_Size - m_Pos) { in ReadInlineStream()
198 OrigSize = m_Size - m_Pos; in ReadInlineStream()
200 pData = FX_Alloc(uint8_t, OrigSize); in ReadInlineStream()
202 dwStreamSize = OrigSize; in ReadInlineStream()
203 m_Pos += OrigSize; in ReadInlineStream()
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/draw/
H A Ddraw_buffer.c60 b->OrigSize = size; in DrawBufferInit()
81 buffer->Size = svec2i(width, buffer->OrigSize.y); in DrawBufferSetFromMap()
84 buffer->yTop = (int)origin.y - TILE_HEIGHT * buffer->OrigSize.y / 2; in DrawBufferSetFromMap()
119 bufTile += buffer->OrigSize.x - buffer->Size.x; in DrawBufferSetFromMap()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp767 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
773 const unsigned OrigSize = OrigTy.getSizeInBits(); in getLCMType() local
776 if (OrigSize == TargetSize) in getLCMType()
798 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
803 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
804 return LLT::fixed_vector(LCMSize / OrigSize, OrigTy); in getLCMType()
807 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
810 if (LCMSize == OrigSize) in getLCMType()
819 const unsigned OrigSize = OrigTy.getSizeInBits(); in getGCDType() local
822 if (OrigSize == TargetSize) in getGCDType()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/GlobalISel/
H A DUtils.cpp767 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
773 const unsigned OrigSize = OrigTy.getSizeInBits(); in getLCMType() local
776 if (OrigSize == TargetSize) in getLCMType()
798 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
803 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
804 return LLT::fixed_vector(LCMSize / OrigSize, OrigTy); in getLCMType()
807 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
810 if (LCMSize == OrigSize) in getLCMType()
819 const unsigned OrigSize = OrigTy.getSizeInBits(); in getGCDType() local
822 if (OrigSize == TargetSize) in getGCDType()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp767 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
773 const unsigned OrigSize = OrigTy.getSizeInBits(); in getLCMType() local
776 if (OrigSize == TargetSize) in getLCMType()
798 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
803 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
804 return LLT::fixed_vector(LCMSize / OrigSize, OrigTy); in getLCMType()
807 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
810 if (LCMSize == OrigSize) in getLCMType()
819 const unsigned OrigSize = OrigTy.getSizeInBits(); in getGCDType() local
822 if (OrigSize == TargetSize) in getGCDType()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp767 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
773 const unsigned OrigSize = OrigTy.getSizeInBits(); in getLCMType() local
776 if (OrigSize == TargetSize) in getLCMType()
798 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
803 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
804 return LLT::fixed_vector(LCMSize / OrigSize, OrigTy); in getLCMType()
807 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
810 if (LCMSize == OrigSize) in getLCMType()
819 const unsigned OrigSize = OrigTy.getSizeInBits(); in getGCDType() local
822 if (OrigSize == TargetSize) in getGCDType()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp767 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
773 const unsigned OrigSize = OrigTy.getSizeInBits(); in getLCMType() local
776 if (OrigSize == TargetSize) in getLCMType()
798 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
803 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
804 return LLT::fixed_vector(LCMSize / OrigSize, OrigTy); in getLCMType()
807 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
810 if (LCMSize == OrigSize) in getLCMType()
819 const unsigned OrigSize = OrigTy.getSizeInBits(); in getGCDType() local
822 if (OrigSize == TargetSize) in getGCDType()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp838 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
844 const unsigned OrigSize = OrigTy.getSizeInBits(); in getLCMType() local
847 if (OrigSize == TargetSize) in getLCMType()
869 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
874 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
875 return LLT::fixed_vector(LCMSize / OrigSize, OrigTy); in getLCMType()
878 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
881 if (LCMSize == OrigSize) in getLCMType()
890 const unsigned OrigSize = OrigTy.getSizeInBits(); in getGCDType() local
893 if (OrigSize == TargetSize) in getGCDType()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/
H A Dmanip.c778 SIZE OrigSize, OrigSizePadded = 0; in MergeSections() local
821 OrigSize = Dest->Size; in MergeSections()
826 OrigSizePadded = OrigSize; in MergeSections()
841 if (OrigSize > MaxSize) in MergeSections()
848 if (OrigSizePadded < OrigSize) in MergeSections()
849 OrigSizePadded = OrigSize; in MergeSections()
862 if (Dest->Data && (OrigSizePadded > OrigSize)) in MergeSections()
863 memset (Dest->Data + OrigSize, 0, OrigSizePadded - OrigSize); in MergeSections()
1028 SIZE OrigSize = Section->Size; in PadSection() local
1031 if (NewSize > OrigSize) in PadSection()
[all …]
/dports/audio/flacon/flacon-8.2.0/gui/preferences/profilespage/
H A Dcovergroupbox.cpp63 res.mode = (ui->scaleButton->isChecked()) ? CoverMode::Scale : CoverMode::OrigSize; in coverOptions()
73 mKeepSize = (value.mode == CoverMode::OrigSize); in setCoverOptions()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/interprocess/detail/
H A Dutilities.hpp96 template <std::size_t OrigSize, std::size_t RoundTo>
99 enum { value = ((OrigSize-1)/RoundTo+1)*RoundTo };
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/interprocess/containers/container/detail/
H A Dutilities.hpp95 template <std::size_t OrigSize, std::size_t RoundTo>
98 enum { value = ((OrigSize-1)/RoundTo+1)*RoundTo };
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DTreeNodeCollection.cs36 private static readonly int OrigSize = 50; field in System.Windows.Forms.TreeNodeCollection
49 nodes = new TreeNode [OrigSize]; in TreeNodeCollection()
375 if (nodes.Length > OrigSize && nodes.Length > (count * 2)) in RemoveAt()
524 int len = (count + 1 > OrigSize ? count + 1 : OrigSize); in Shrink()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/interprocess/detail/
H A Dutilities.hpp79 template <std::size_t OrigSize, std::size_t RoundTo>
83 static const std::size_t intermediate_value = (OrigSize-1)/RoundTo+1;
/dports/databases/xtrabackup/boost_1_59_0/boost/interprocess/detail/
H A Dutilities.hpp79 template <std::size_t OrigSize, std::size_t RoundTo>
83 static const std::size_t intermediate_value = (OrigSize-1)/RoundTo+1;
/dports/databases/percona57-server/boost_1_59_0/boost/interprocess/detail/
H A Dutilities.hpp79 template <std::size_t OrigSize, std::size_t RoundTo>
83 static const std::size_t intermediate_value = (OrigSize-1)/RoundTo+1;
/dports/databases/percona57-client/boost_1_59_0/boost/interprocess/detail/
H A Dutilities.hpp79 template <std::size_t OrigSize, std::size_t RoundTo>
83 static const std::size_t intermediate_value = (OrigSize-1)/RoundTo+1;

1234567