Home
last modified time | relevance | path

Searched refs:GetSize (Results 226 – 250 of 20241) sorted by relevance

12345678910>>...810

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkImageRegionConstIterator.h153 …nEndOffset = this->m_BeginOffset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ); in ImageRegionConstIterator()
167 m_SpanEndOffset = this->m_Offset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ) in ImageRegionConstIterator()
170 - static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ); in ImageRegionConstIterator()
184 m_SpanEndOffset = this->m_Offset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ) in ImageRegionConstIterator()
187 - static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ); in ImageRegionConstIterator()
198 …nEndOffset = this->m_BeginOffset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ); in GoToBegin()
209 …m_SpanBeginOffset = m_SpanEndOffset - static_cast< OffsetValueType >( this->m_Region.GetSize()[0] … in GoToEnd()
218 m_SpanEndOffset = this->m_Offset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ) in SetIndex()
220 …m_SpanBeginOffset = m_SpanEndOffset - static_cast< OffsetValueType >( this->m_Region.GetSize()[0] … in SetIndex()
H A DitkImageScanlineConstIterator.h110 …nEndOffset = this->m_BeginOffset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ); in ImageScanlineConstIterator()
124 m_SpanEndOffset = this->m_Offset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ) in ImageScanlineConstIterator()
127 - static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ); in ImageScanlineConstIterator()
141 m_SpanEndOffset = this->m_Offset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ) in ImageScanlineConstIterator()
144 - static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ); in ImageScanlineConstIterator()
155 …nEndOffset = this->m_BeginOffset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ); in GoToBegin()
169 …m_SpanBeginOffset = m_SpanEndOffset - static_cast< OffsetValueType >( this->m_Region.GetSize()[0] … in GoToEnd()
213 m_SpanEndOffset = this->m_Offset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ) in SetIndex()
215 …m_SpanBeginOffset = m_SpanEndOffset - static_cast< OffsetValueType >( this->m_Region.GetSize()[0] … in SetIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/lang/c/find_struct_type/
H A DTestFindStructTypes.py36 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with struct")
40 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without struct")
44 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with union")
48 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without union")
52 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with typedef")
56 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without typedef")
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/lang/c/find_struct_type/
H A DTestFindStructTypes.py36 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with struct")
40 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without struct")
44 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with union")
48 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without union")
52 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with typedef")
56 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without typedef")
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/lang/c/find_struct_type/
H A DTestFindStructTypes.py36 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with struct")
40 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without struct")
44 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with union")
48 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without union")
52 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with typedef")
56 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without typedef")
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/lang/c/find_struct_type/
H A DTestFindStructTypes.py36 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with struct")
40 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without struct")
44 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with union")
48 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without union")
52 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with typedef")
56 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without typedef")
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/lang/c/find_struct_type/
H A DTestFindStructTypes.py36 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with struct")
40 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without struct")
44 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with union")
48 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without union")
52 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with typedef")
56 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without typedef")
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/lang/c/find_struct_type/
H A DTestFindStructTypes.py36 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with struct")
40 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without struct")
44 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with union")
48 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without union")
52 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with typedef")
56 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without typedef")
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/lang/c/find_struct_type/
H A DTestFindStructTypes.py36 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with struct")
40 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without struct")
44 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with union")
48 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without union")
52 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with typedef")
56 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without typedef")
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/lang/c/find_struct_type/
H A DTestFindStructTypes.py36 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with struct")
40 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without struct")
44 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with union")
48 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without union")
52 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with typedef")
56 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without typedef")
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/lang/c/find_struct_type/
H A DTestFindStructTypes.py36 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with struct")
40 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without struct")
44 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with union")
48 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without union")
52 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with typedef")
56 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without typedef")
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/lang/c/find_struct_type/
H A DTestFindStructTypes.py36 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with struct")
40 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without struct")
44 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with union")
48 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without union")
52 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type with typedef")
56 self.assertEqual(type_list.GetSize(), 1, "Found one instance of the type without typedef")
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestNsDeque.cpp77 EXPECT_EQ(i + 1, theDeque.GetSize()) << "Verify size after push #1"; in TEST()
97 EXPECT_EQ(70u, theDeque.GetSize()) in TEST()
106 EXPECT_EQ(35u, theDeque.GetSize()) in TEST()
135 EXPECT_EQ(0u, theDeque.GetSize()) << "Deque should finish empty."; in TEST()
155 EXPECT_EQ(6u, d.GetSize()) << "OriginalFlaw size check #1"; in TEST()
162 EXPECT_EQ(2u, d.GetSize()) << "OriginalFlaw size check #2"; in TEST()
219 EXPECT_EQ(kMaxSizeBeforeGrowth, d.GetSize()) << "verify size"; in TEST()
227 EXPECT_EQ(kMaxSizeBeforeGrowth + 1, d.GetSize()) << "verify size"; in TEST()
235 EXPECT_EQ(kMaxSizeBeforeGrowth + 2, d.GetSize()) << "verify size"; in TEST()
243 EXPECT_EQ(0u, d.GetSize()) << "Size should be 0"; in CheckIfQueueEmpty()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestNsDeque.cpp87 EXPECT_EQ(i + 1, theDeque.GetSize()) << "Verify size after push #1"; in TEST()
98 EXPECT_EQ(15u,theDeque.GetSize()) << "Verify overall size after pops"; in TEST()
113 EXPECT_EQ(70u - i,theDeque.GetSize()) << "Verify size after pop #2"; in TEST()
143 EXPECT_EQ(0u,theDeque.GetSize()) << "Deque should finish empty."; in TEST()
164 EXPECT_EQ(6u, d.GetSize()) << "OriginalFlaw size check #1"; in TEST()
171 EXPECT_EQ(2u, d.GetSize()) << "OriginalFlaw size check #2"; in TEST()
227 EXPECT_EQ(kMaxSizeBeforeGrowth, d.GetSize()) << "verify size"; in TEST()
234 EXPECT_EQ(kMaxSizeBeforeGrowth + 1, d.GetSize()) << "verify size"; in TEST()
241 EXPECT_EQ(kMaxSizeBeforeGrowth + 2, d.GetSize()) << "verify size"; in TEST()
249 EXPECT_EQ(0u, d.GetSize()) << "Size should be 0"; in CheckIfQueueEmpty()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomon.cpp38 if (degree >= m_cachedGenerators.GetSize()) { in BuildGenerator()
40 m_cachedGenerators[m_cachedGenerators.GetSize() - 1]; in BuildGenerator()
41 for (int32_t d = m_cachedGenerators.GetSize(); d <= degree; d++) { in BuildGenerator()
64 int32_t dataBytes = toEncode->GetSize() - ecBytes; in Encode()
87 int32_t numZeroCoefficients = ecBytes - coefficients->GetSize(); in Encode()
91 for (int32_t y = 0; y < coefficients->GetSize(); y++) { in Encode()
95 for (int32_t k = 0; k < temp->GetSize(); k++) { in Encode()
100 for (int32_t i = 0; i < m_cachedGenerators.GetSize(); i++) in ~CBC_ReedSolomonEncoder()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcBirthChamber.cc164 for (int i = 0; i < entry.groups.GetSize(); i++) { in StoreAsEntry()
174 for (int i = 0; i < entry.groups.GetSize(); i++) { in ClearEntry()
183 assert( start0 >= 0 && start0 < genome0.GetSize() ); in RegionSwap()
184 assert( end0 >= 0 && end0 < genome0.GetSize() ); in RegionSwap()
185 assert( start1 >= 0 && start1 < genome1.GetSize() ); in RegionSwap()
186 assert( end1 >= 0 && end1 < genome1.GetSize() ); in RegionSwap()
192 int new_size0 = genome0.GetSize() - size0 + size1; in RegionSwap()
193 int new_size1 = genome1.GetSize() - size1 + size0; in RegionSwap()
301 int end0 = (int) (end_frac * (double) genome0.GetSize()); in DoBasicRecombination()
303 int end1 = (int) (end_frac * (double) genome1.GetSize()); in DoBasicRecombination()
[all …]
H A DcLandscape.cc81 site_count = new int[base_genome.GetSize() + 1]; in Reset()
155 for (int i = 0; i < base_genome.GetSize(); i++) { in Process()
162 …m_num_found = base_genome.GetSize() * (m_world->GetHardwareManager().GetInstSet(base_genome.GetIns… in Process()
210 const int max_line = base_genome.GetSize(); in ProcessDump()
249 const int max_line = base_genome.GetSize(); in ProcessDelete()
273 const int max_line = base_genome.GetSize(); in ProcessInsert()
553 int genome_size = base_genome.GetSize(); in SampleProcess()
587 int genome_size = base_genome.GetSize(); in RandomProcess()
640 const int max_line = base_genome.GetSize(); in BuildFitnessChart()
714 const int max_line = base_genome.GetSize(); in TestAllPairs()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/passes/cmds/
H A Dqwp.cc143 int idx = GetSize(alpha_inputs); in load_module()
147 int idx = GetSize(alpha_outputs); in load_module()
158 int idx = GetSize(nodes); in load_module()
183 int idx = GetSize(nodes); in load_module()
186 cell_to_node[cell] = GetSize(nodes); in load_module()
196 if (GetSize(it.second) > 100) in load_module()
220 int N = GetSize(nodes), N1 = N+1; in solve()
336 log_assert(GetSize(pivot_cache) == N); in solve()
470 for (int i = 0; i < GetSize(nodes); i++) in dump_svg()
514 range_str.c_str(), count_cells, GetSize(nodes), GetSize(edges)); in run_worker()
[all …]
/dports/games/warmux/warmux-11.04/src/graphic/
H A Dpolygon.cpp652 temp_position.x += temp_rect.GetSize().x - rounding_style[2][0].GetSize().x; in GenerateStyledBorder()
656 temp_position.y += temp_rect.GetSize().y - rounding_style[0][2].GetSize().y; in GenerateStyledBorder()
660 temp_position.x += temp_rect.GetSize().x - rounding_style[2][2].GetSize().x; in GenerateStyledBorder()
661 temp_position.y += temp_rect.GetSize().y - rounding_style[2][2].GetSize().y; in GenerateStyledBorder()
665 for (i = rounding_style[0][0].GetSize().x; in GenerateStyledBorder()
666 i < temp_rect.GetSize().x - rounding_style[2][0].GetSize().x; in GenerateStyledBorder()
672 temp_position.y += temp_rect.GetSize().y - rounding_style[1][2].GetSize().y; in GenerateStyledBorder()
678 i < temp_rect.GetSize().y - rounding_style[0][2].GetSize().y; in GenerateStyledBorder()
684 temp_position.x += temp_rect.GetSize().x - rounding_style[2][1].GetSize().x; in GenerateStyledBorder()
690 i < temp_rect.GetSize().x - rounding_style[2][0].GetSize().x; in GenerateStyledBorder()
[all …]
/dports/devel/sdl2pp/libSDL2pp-0.16.1/tests/
H A Dtest_font.cc139 …EXPECT_TRUE(isAllowedAADims(font.RenderText_Solid("AA", SDL_Color{255, 255, 255, 255}).GetSize()));
140 …EXPECT_TRUE(isAllowedAADims(font.RenderUTF8_Solid(u8"AA", SDL_Color{255, 255, 255, 255}).GetSize()…
141 …CT_TRUE(isAllowedAADims(font.RenderUNICODE_Solid(u"AA", SDL_Color{255, 255, 255, 255}).GetSize()));
143 …s(font.RenderText_Shaded("AA", SDL_Color{255, 255, 255, 255}, SDL_Color{0, 0, 0, 255}).GetSize()));
144 …font.RenderUTF8_Shaded(u8"AA", SDL_Color{255, 255, 255, 255}, SDL_Color{0, 0, 0, 255}).GetSize()));
145 …nt.RenderUNICODE_Shaded(u"AA", SDL_Color{255, 255, 255, 255}, SDL_Color{0, 0, 0, 255}).GetSize()));
147 …EXPECT_TRUE(isAllowedAADims(font.RenderText_Blended("AA", SDL_Color{255, 255, 255, 255}).GetSize()…
148 …CT_TRUE(isAllowedAADims(font.RenderUTF8_Blended(u8"AA", SDL_Color{255, 255, 255, 255}).GetSize()));
149 …_TRUE(isAllowedAADims(font.RenderUNICODE_Blended(u"AA", SDL_Color{255, 255, 255, 255}).GetSize()));
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/chromeos/
H A Dgpu_memory_buffer_tracker.cc53 dimensions == buffer_->GetSize()); in IsReusableForFormat()
94 return buffer_->GetSize().width() * buffer_->GetSize().height() * 3 / 2; in GetMemorySizeInBytes()
96 return buffer_->GetSize().width() * buffer_->GetSize().height(); in GetMemorySizeInBytes()
99 return buffer_->GetSize().width() * buffer_->GetSize().height(); in GetMemorySizeInBytes()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/file_sys/
H A Dvfs_concat.cpp18 if (old->first + old->second->GetSize() != iter->first) { in VerifyConcatenationMapContinuity()
31 next_offset += file->GetSize(); in ConcatenatedVfsFile()
63 if (old->first + old->second->GetSize() != iter->first) { in MakeConcatenatedFile()
64 files.emplace(old->first + old->second->GetSize(), in MakeConcatenatedFile()
66 old->second->GetSize())); in MakeConcatenatedFile()
87 std::size_t ConcatenatedVfsFile::GetSize() const { in GetSize() function in FileSys::ConcatenatedVfsFile
91 return files.rbegin()->first + files.rbegin()->second->GetSize(); in GetSize()
122 if (entry->first + entry->second->GetSize() <= offset) in Read()
126 std::min<u64>(entry->first + entry->second->GetSize() - offset, entry->second->GetSize()); in Read()
/dports/cad/yosys/yosys-yosys-0.12/passes/sat/
H A Dcutpoint.cc70 …module->connect(wire, flag_undef ? Const(State::Sx, GetSize(wire)) : module->Anyseq(NEW_ID, GetSiz… in execute()
83 …nnect(conn.second, flag_undef ? Const(State::Sx, GetSize(conn.second)) : module->Anyseq(NEW_ID, Ge… in execute()
93 …e->connect(new_wire, flag_undef ? Const(State::Sx, GetSize(new_wire)) : module->Anyseq(NEW_ID, Get… in execute()
144 for (int i = 0; i < GetSize(sig); i++) in execute()
149 if (GetSize(lhs)) in execute()
162 …module->connect(s, flag_undef ? Const(State::Sx, GetSize(s)) : module->Anyseq(NEW_ID, GetSize(s))); in execute()
/dports/cad/yosys/yosys-yosys-0.12/passes/equiv/
H A Dequiv_add.cc52 if (GetSize(args) > 1 && args[1] == "-try") { in execute()
57 if (GetSize(args) == 4 && args[1] == "-cell") in execute()
83 int width = min(GetSize(gold_sig), GetSize(gate_sig)); in execute()
122 if (GetSize(args) != 3) in execute()
123 cmd_error(args, GetSize(args)-1, "Invalid number of arguments."); in execute()
143 log_assert(GetSize(gold_signal) == GetSize(gate_signal)); in execute()
144 SigSpec equiv_signal = module->addWire(NEW_ID, GetSize(gold_signal)); in execute()
153 for (int i = 0; i < GetSize(gold_signal); i++) { in execute()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DMediaQueue.h40 inline size_t GetSize() const { in GetSize() function
42 return nsDeque::GetSize(); in GetSize()
92 while (GetSize() > 0) { in Reset()
100 return GetSize() == 0 && mEndOfStream; in AtEndOfStream()
123 if (GetSize() == 0) { in Duration()
140 if (GetSize() == 0) return; in GetElementsAfter()
142 for (i = GetSize() - 1; i > 0; --i) { in GetElementsAfter()
148 for (; i < GetSize(); ++i) { in GetElementsAfter()
161 for (size_t i = 0; i < aMaxElements && i < GetSize(); ++i) { in GetFirstElements()
171 for (size_t i = 0; i < GetSize(); ++i) { in AudioFramesCount()

12345678910>>...810