Home
last modified time | relevance | path

Searched refs:usedCells (Results 1 – 16 of 16) sorted by relevance

/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dcollector.cpp716 size_t usedCells = curBlock->usedCells; in collect() local
719 if (usedCells == CELLS_PER_BLOCK) { in collect()
731 --usedCells; in collect()
750 --usedCells; in collect()
763 curBlock->usedCells = usedCells; in collect()
766 if (usedCells == 0) { in collect()
789 size_t usedCells = curBlock->usedCells; in collect() local
818 --usedCells; in collect()
826 --usedCells; in collect()
841 curBlock->usedCells = usedCells; in collect()
[all …]
H A Dcollector.h174 uint32_t usedCells;
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/widgets/textinput/
H A Deditor.go59 usedCells := 0
64 if usedCells+width > cells {
67 usedCells += width
80 usedCells := runewidth.RuneWidth(first)
84 if usedCells+width > cells {
87 usedCells += width
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Crates/
H A DGiveUnitCrateAction.cs40 readonly List<CPos> usedCells = new List<CPos>(); field in OpenRA.Mods.Common.Traits.GiveUnitCrateAction
86 usedCells.Add(location.Value); in Activate()
111 …var possibleCells = GetSuitableCells(a.Location, unit).Where(c => !usedCells.Contains(c)).ToList(); in ChooseEmptyCellNear()
/dports/games/ksudoku/ksudoku-21.12.3/src/generator/
H A Dcagegenerator.cpp56 QVector<char> usedCells; in makeCages() local
69 usedCells.fill ('-', mBoardArea); in makeCages()
70 qCDebug(KSudokuLog) << "USED CELLS " << usedCells; in makeCages()
202 usedCells[cell] = tag; in makeCages()
204 qCDebug(KSudokuLog) << "LAYOUT" << tag << usedCells; in makeCages()
207 fprintf (stderr, "%c ", usedCells.at (col * mOrder + row)); in makeCages()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/struct_dp/
H A Dblock_align.cpp571 vector < vector < bool > > usedCells(blocks->nBlocks); in TracebackMultipleLocalAlignments() local
573 usedCells[block].resize(queryTo - queryFrom + 1, false); in TracebackMultipleLocalAlignments()
584 if (!usedCells[block][residue - queryFrom] && in TracebackMultipleLocalAlignments()
602 if (usedCells[block][residue - queryFrom]) { in TracebackMultipleLocalAlignments()
606 usedCells[block][residue - queryFrom] = true; in TracebackMultipleLocalAlignments()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/
H A DViewGenerator.cs456 …rivate CellTreeNode GenerateSimplifiedView(CellTreeNode basicView, List<LeftCellWrapper> usedCells) in GenerateSimplifiedView() argument
463 int numBoolVars = usedCells.Count; in GenerateSimplifiedView()
470 usedCells[i].RightCellQuery.InitializeBoolExpressions(numBoolVars, i); in GenerateSimplifiedView()
H A DBasicViewGenerator.cs34 …Generator(MemberProjectionIndex projectedSlotMap, List<LeftCellWrapper> usedCells, FragmentQuery a… in BasicViewGenerator() argument
37 Debug.Assert(usedCells.Count > 0, "No used cells"); in BasicViewGenerator()
39 m_usedCells = usedCells; in BasicViewGenerator()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/QueryRewriting/
H A DQueryRewriter.cs498 …IEnumerable<LeftCellWrapper> usedCells = _context.AllWrappersForExtent.Where(w => _usedViews.Conta… in GenerateCaseStatements()
501 usedCells.Select(wrapper => new LeafCellTreeNode(_context, wrapper)).ToArray()); in GenerateCaseStatements()
739 List<LeftCellWrapper> usedCells = new List<LeftCellWrapper>(); in RemapFromVariables()
748 usedCells.Add(leftCellWrapper); in RemapFromVariables()
777 return usedCells; in RemapFromVariables()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DCompacting.cpp185 size_t usedCells = cellsPerArena - freeCells; in pickArenasToRelocate() local
186 followingUsedCells -= usedCells; in pickArenasToRelocate()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsgc.cpp1853 size_t usedCells = cellsPerArena - freeCells;
1854 followingUsedCells -= usedCells;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsgc.cpp2058 size_t usedCells = cellsPerArena - freeCells; in pickArenasToRelocate() local
2059 followingUsedCells -= usedCells; in pickArenasToRelocate()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGC.cpp1828 size_t usedCells = cellsPerArena - freeCells; in pickArenasToRelocate() local
1829 followingUsedCells -= usedCells; in pickArenasToRelocate()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGC.cpp2250 size_t usedCells = cellsPerArena - freeCells; in pickArenasToRelocate() local
2251 followingUsedCells -= usedCells; in pickArenasToRelocate()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGC.cpp2250 size_t usedCells = cellsPerArena - freeCells; in pickArenasToRelocate() local
2251 followingUsedCells -= usedCells; in pickArenasToRelocate()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGC.cpp1949 size_t usedCells = cellsPerArena - freeCells; in pickArenasToRelocate() local
1950 followingUsedCells -= usedCells; in pickArenasToRelocate()