Home
last modified time | relevance | path

Searched refs:m_last_index (Results 1 – 11 of 11) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dbdecode.cpp239 , m_last_index(n.m_last_index) in bdecode_node()
254 m_last_index = n.m_last_index; in operator =()
274 , m_last_index(-1) in bdecode_node()
298 m_last_index = -1; in clear()
431 if (m_last_index <= i && m_last_index != -1) in list_at()
434 item = m_last_index; in list_at()
447 m_last_index = i; in list_at()
486 ret = m_last_index; in list_size()
511 if (m_last_index <= i && m_last_index != -1) in dict_at()
538 m_last_index = i; in dict_at()
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dbdecode.cpp239 , m_last_index(n.m_last_index) in bdecode_node()
254 m_last_index = n.m_last_index; in operator =()
274 , m_last_index(-1) in bdecode_node()
298 m_last_index = -1; in clear()
431 if (m_last_index <= i && m_last_index != -1) in list_at()
434 item = m_last_index; in list_at()
447 m_last_index = i; in list_at()
486 ret = m_last_index; in list_size()
511 if (m_last_index <= i && m_last_index != -1) in dict_at()
538 m_last_index = i; in dict_at()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/array/
H A Dalgorithm.h52 , m_last_index(last_index) in CopyIndexedVisitor()
61 for (RandomAccessIter it = m_first_index; it != m_last_index; ++it) in operator()
68 const RandomAccessIter m_last_index; variable
/dports/games/minetest/minetest-5.4.1/src/
H A Dvoxelalgorithms.h119 s16 m_last_index; member
145 return m_current_index < m_last_index; in hasNext()
H A Denvironment.cpp100 } while (iterator.m_current_index <= iterator.m_last_index); in line_of_sight()
137 s16 lastIndex = state->m_iterator.m_last_index; in continueRaycast()
H A Dvoxelalgorithms.cpp1274 m_last_index = getIndex(floatToInt(start_position + line_vector, 1)); in VoxelLineIterator()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/opt/
H A Dmaxres.cpp100 unsigned m_last_index; // last index used during hill-climbing member in maxres
130 m_last_index(0), in maxres()
292 m_last_index = 0; in check_sat_hill_climb()
298 while (!first && asms.size() > 20*(index - m_last_index) && index < asms.size()) { in check_sat_hill_climb()
302 m_last_index = index; in check_sat_hill_climb()
837 m_last_index = 0; in init_local()
/dports/math/z3/z3-z3-4.8.13/src/opt/
H A Dmaxres.cpp115 unsigned m_last_index; // last index used during hill-climbing member in maxres
147 m_last_index(0), in maxres()
310 m_last_index = 0; in check_sat_hill_climb()
316 while (!first && asms.size() > 20*(index - m_last_index) && index < asms.size()) { in check_sat_hill_climb()
320 m_last_index = index; in check_sat_hill_climb()
892 m_last_index = 0; in init_local()
/dports/games/vamos/vamos-0.7.1/geometry/
H A DSpline.h110 mutable size_t m_last_index; variable
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dbdecode.hpp401 mutable int m_last_index = -1; member
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dbdecode.hpp401 mutable int m_last_index = -1; member