Home
last modified time | relevance | path

Searched refs:_exec_count (Results 1 – 7 of 7) sorted by relevance

/dports/games/tycho/species/
H A Dexec_trail.cpp51 _exec_count = new dist_t*[_map->segments()]; in CExecTrail()
53 _exec_count[seg] = new dist_t[_map->optypes()]; in CExecTrail()
55 _exec_count[seg][op] = ZERO; in CExecTrail()
62 delete[] _exec_count[seg]; in ~CExecTrail()
64 delete[] _exec_count; in ~CExecTrail()
70 _exec_count[seg][op] = ZERO; in clear()
78 _exec_count[segment][op] = ZERO; in set()
81 _exec_count[segment][_map->opmap(op)] += table[op]; in set()
89 dist_t d = _exec_count[seg][op] - other->_exec_count[seg][op]; in distance_squared()
100 dist_t d = _exec_count[seg][op]; in max_distance_from()
H A Dexec_trail.hpp62 dist_t **_exec_count; member in CExecTrail
/dports/games/species/species/
H A Dexec_trail.cpp51 _exec_count = new dist_t*[_map->segments()]; in CExecTrail()
53 _exec_count[seg] = new dist_t[_map->optypes()]; in CExecTrail()
55 _exec_count[seg][op] = ZERO; in CExecTrail()
62 delete[] _exec_count[seg]; in ~CExecTrail()
64 delete[] _exec_count; in ~CExecTrail()
70 _exec_count[seg][op] = ZERO; in clear()
78 _exec_count[segment][op] = ZERO; in set()
81 _exec_count[segment][_map->opmap(op)] += table[op]; in set()
89 dist_t d = _exec_count[seg][op] - other->_exec_count[seg][op]; in distance_squared()
100 dist_t d = _exec_count[seg][op]; in max_distance_from()
H A Dexec_trail.hpp62 dist_t **_exec_count; member in CExecTrail
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A Dconcurrent.py108 self._exec_count = 0
115 self._exec_count = 0
126 self._exec_count += 1
180 while self._current < self._exec_count:
211 elif not self._execute_next() and self._current == self._exec_count:
216 while self._current < self._exec_count:
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DCmdDialog.cc31 : InputDialog("Enter command"), _exec_count(0) in CmdDialog()
67 && ++_exec_count > cfg->getCmdDialogHistorySaveInterval()) { in exec()
69 _exec_count = 0; in exec()
H A DCmdDialog.hh55 int _exec_count; member in CmdDialog