Home
last modified time | relevance | path

Searched refs:_total (Results 126 – 150 of 461) sorted by relevance

12345678910>>...19

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1NUMA.cpp273 _total = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
276 memset(_total, 0, sizeof(uint) * num_nodes); in G1NodeIndexCheckClosure()
283 _ls->print("%d: %u/%u/%u ", numa_ids[i], _matched[i], _mismatched[i], _total[i]); in ~G1NodeIndexCheckClosure()
288 FREE_C_HEAP_ARRAY(uint, _total); in ~G1NodeIndexCheckClosure()
302 _total[preferred_node_index]++; in do_heap_region()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1NUMA.cpp273 _total = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
276 memset(_total, 0, sizeof(uint) * num_nodes); in G1NodeIndexCheckClosure()
283 _ls->print("%d: %u/%u/%u ", numa_ids[i], _matched[i], _mismatched[i], _total[i]); in ~G1NodeIndexCheckClosure()
288 FREE_C_HEAP_ARRAY(uint, _total); in ~G1NodeIndexCheckClosure()
302 _total[preferred_node_index]++; in do_heap_region()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1NUMA.cpp273 _total = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
276 memset(_total, 0, sizeof(uint) * num_nodes); in G1NodeIndexCheckClosure()
283 _ls->print("%d: %u/%u/%u ", numa_ids[i], _matched[i], _mismatched[i], _total[i]); in ~G1NodeIndexCheckClosure()
288 FREE_C_HEAP_ARRAY(uint, _total); in ~G1NodeIndexCheckClosure()
302 _total[preferred_node_index]++; in do_heap_region()
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dapi_aggregate.php189 * @param int $_total - Totalling: graph items AND/OR legend
196 …$_graph_type, $_gprint_prefix, $_gprint_format, $_total, $_total_type = '', $member_graphs = array… argument
283 if ($_total == AGGREGATE_TOTAL_ONLY) {
1089 $_total = (isset($attribs['total']) ? $attribs['total']:0);
1132 $save1['total'] = $_total;
1173 $_total,
1211 switch ($_total) {
1307 if ($_total != AGGREGATE_TOTAL_NONE) {
1308 …aggregate_handle_ptile_type($member_graphs, $skipped_items, $local_graph_id, $_total, $_total_type…
1510 if ($_total == AGGREGATE_TOTAL_NONE) {
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dfrotz_types.h214 zword _total; member
216 Redirect() : _xSize(0), _table(0), _width(0), _total(0) {} in Redirect()
218 _xSize(xSize), _table(table), _width(width), _total(total) {} in _xSize()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dfrotz_types.h213 zword _total; member
215 Redirect() : _xSize(0), _table(0), _width(0), _total(0) {} in Redirect()
217 _xSize(xSize), _table(table), _width(width), _total(total) {} in _xSize()
/dports/www/joomla3/joomla3-3.9.24/components/com_search/models/
H A Dsearch.php31 protected $_total = null; variable in SearchModelSearch
156 $this->_total = count($rows);
180 return $this->_total;
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/
H A Dzonememory.h131 inline size_t getTotal() const { return _total; } in getTotal()
142 size_t _total; member
/dports/audio/py-eyed3/eyeD3-0.9.6/eyed3/utils/
H A Dconsole.py256 self._total = len(total_or_items)
259 self._total = int(total_or_items)
260 self._items = iter(range(self._total))
287 self.update(self._total)
315 if self._total == 0:
318 frac = float(value) / float(self._total)
339 if value >= self._total:
352 formatSize(self._total, short=True))
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzRelocationSetSelector.inline.hpp36 return _total; in total()
74 _stats._total += size; in register_live_page()
82 _stats._total += size; in register_empty_page()
H A DzStat.cpp86 ZStatSamplerData _total; member in ZStatSamplerHistoryInterval
93 _total() {} in ZStatSamplerHistoryInterval()
107 _total._sum -= old_sample._sum; in add()
109 _total._sum += new_sample._sum; in add()
110 if (_total._max < new_sample._max) { in add()
112 _total._max = new_sample._max; in add()
115 _total._max = 0; in add()
140 return _total; in total()
164 _total() {} in ZStatSamplerHistory()
170 _total.add(_10hours.total()); in add()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzRelocationSetSelector.inline.hpp37 return _total; in total()
75 _stats._total += size; in register_live_page()
83 _stats._total += size; in register_empty_page()
H A DzStat.cpp89 ZStatSamplerData _total; member in ZStatSamplerHistoryInterval
96 _total() {} in ZStatSamplerHistoryInterval()
110 _total._sum -= old_sample._sum; in add()
112 _total._sum += new_sample._sum; in add()
113 if (_total._max < new_sample._max) { in add()
115 _total._max = new_sample._max; in add()
118 _total._max = 0; in add()
143 return _total; in total()
167 _total() {} in ZStatSamplerHistory()
173 _total.add(_10hours.total()); in add()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzStat.cpp87 ZStatSamplerData _total; member in ZStatSamplerHistoryInterval
94 _total() {} in ZStatSamplerHistoryInterval()
108 _total._sum -= old_sample._sum; in add()
110 _total._sum += new_sample._sum; in add()
111 if (_total._max < new_sample._max) { in add()
113 _total._max = new_sample._max; in add()
116 _total._max = 0; in add()
141 return _total; in total()
165 _total() {} in ZStatSamplerHistory()
171 _total.add(_10hours.total()); in add()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzStat.cpp89 ZStatSamplerData _total; member in ZStatSamplerHistoryInterval
96 _total() {} in ZStatSamplerHistoryInterval()
110 _total._sum -= old_sample._sum; in add()
112 _total._sum += new_sample._sum; in add()
113 if (_total._max < new_sample._max) { in add()
115 _total._max = new_sample._max; in add()
118 _total._max = 0; in add()
143 return _total; in total()
167 _total() {} in ZStatSamplerHistory()
173 _total.add(_10hours.total()); in add()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzStat.cpp87 ZStatSamplerData _total; member in ZStatSamplerHistoryInterval
94 _total() {} in ZStatSamplerHistoryInterval()
108 _total._sum -= old_sample._sum; in add()
110 _total._sum += new_sample._sum; in add()
111 if (_total._max < new_sample._max) { in add()
113 _total._max = new_sample._max; in add()
116 _total._max = 0; in add()
141 return _total; in total()
165 _total() {} in ZStatSamplerHistory()
171 _total.add(_10hours.total()); in add()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Far/
H A DUpdateCallbackFar.h25 UInt64 _total; variable
50 CUpdateCallback100Imp(): _total(0) {} in CUpdateCallback100Imp()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Far/
H A DUpdateCallbackFar.h25 UInt64 _total; variable
50 CUpdateCallback100Imp(): _total(0) {} in CUpdateCallback100Imp()
/dports/www/node10/node-v10.24.1/deps/v8/tools/testrunner/testproc/
H A Dprogress.py64 self._total = 0
67 self._total += 1
168 self._total = 0
173 self._total += 1
208 if not self._total:
211 progress = (self._passed + self._failed) * 100 // self._total
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Tree_Item_Array.H53 int _total; // #items in array variable
71 return(_total); in total()
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Tree_Item_Array.H53 int _total; // #items in array variable
71 return(_total); in total()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/mainsoft/NunitWebResources/
H A DStateFormatter_CollectionConverter.aspx.cs120 private Int32 _total = 0; field in App.Test.ECCN
123 get { return _total; }
124 set { _total = value; }
/dports/deskutils/egroupware/egroupware/api/js/etemplate/
H A Det2_dataview_view_grid.ts72 private _total: number; property in et2_dataview_grid
140 this._total = 0;
174 const oldTotalCount = this._total;
304 if (_count === this._total)
308 const delta = Math.max(0, _count) - this._total;
319 this._total = Math.max(0, _count);
330 return this._total;
844 this._total
855 this._total
/dports/astro/py-astropy/astropy-5.0/astropy/utils/
H A Dconsole.py519 self._total = len(total_or_items)
522 self._total = int(total_or_items)
526 self._items = iter(range(self._total))
530 self._human_total = human_file_size(self._total)
554 self.update(self._total)
595 if self._total == 0:
598 frac = float(value) / float(self._total)
614 if value >= self._total:
656 frac = (value/self._total)
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libtest/
H A Dcollection.h86 return _total; in total()
103 uint32_t _total; variable

12345678910>>...19