Home
last modified time | relevance | path

Searched refs:m_end (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ra.cpp71 if (row_entry.m_end >= col_entry.m_start && in initialize()
72 row_entry.m_start <= col_entry.m_end) in initialize()
168 assert(vreg_cmp.m_start != -1 || vreg_cmp.m_end != -1); in group_allocation()
192 r.m_end == -1) in scalar_allocation()
237 << " [" << entry.m_start << ", " << entry.m_end << "]\n"; in register_allocation()
239 if (entry.m_start == -1 && entry.m_end == -1) { in register_allocation()
261 … int priority = entry.m_use.test(LiveRangeEntry::use_export) ? - entry.m_end : entry.m_start; in register_allocation()
Dsfn_valuefactory.h54 int m_end{-1};
62 << m_start << ":" << m_end << "]"; in print()
86 entry.m_end = end; in set_life_range()
Dsfn_liverangeevaluator.cpp136 live_ranges[i].m_end = rca.range().end; in finalize()
455 lv.m_end != rv.m_end || in operator ==()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableManager.hpp124 , m_end (end) in FilteredIterator()
133 nextEntry = findNext(m_filter, nextEntry, m_end); in operator +()
134 return FilteredIterator(nextEntry, m_end, m_filter); in operator +()
140 m_iter = findNext(m_filter, m_iter, m_end); in operator ++()
148 m_iter = findNext(m_filter, m_iter, m_end); in operator ++()
164 DE_ASSERT(m_iter != m_end); in operator *()
179 Iterator m_end; member in rsg::FilteredIterator
/third_party/vk-gl-cts/framework/common/
DtcuFormatUtil.hpp96 , m_end (end) in Bitfield()
103 for (const BitDesc* curDesc = m_begin; curDesc != m_end; curDesc++) in toStream()
127 const BitDesc* m_end; member in tcu::Format::Bitfield
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp56 const T* m_end; member
59 const T* end (void) const { return m_end; } in end()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.h199 extern struct mbuf *sctp_add_auth_chunk(struct mbuf *m, struct mbuf **m_end,
Dsctp_output.c11467 struct mbuf *m_out, *m_end = NULL; local
11490 m_out = sctp_add_auth_chunk(NULL, &m_end, &auth, &auth_offset,
11525 SCTP_BUF_NEXT(m_end) = m_abort;
14808 sctp_add_auth_chunk(struct mbuf *m, struct mbuf **m_end, argument
14817 if ((m_end == NULL) || (auth_ret == NULL) || (offset == NULL) ||
14855 m = sctp_copy_mbufchain(m_auth, m, m_end, 1, chunk_len, 0);
/third_party/libabigail/tests/lib/
Dcatch.hpp4670 T m_end; member in Catch::Generators::RangeGenerator
4677 m_end(end), in RangeGenerator()
4681 assert(m_current != m_end && "Range start and end cannot be equal"); in RangeGenerator()
4683 …assert(((m_positive && m_current <= m_end) || (!m_positive && m_current >= m_end)) && "Step moves … in RangeGenerator()
4696 return (m_positive) ? (m_current < m_end) : (m_current > m_end); in next()
8509 size_t m_end = 0; member in Catch::clara::TextFlow::Column::iterator
8533 m_end = m_pos; in calcLength()
8535 ++m_end; in calcLength()
8537 while (m_end < line().size() && line()[m_end] != '\n') in calcLength()
8538 ++m_end; in calcLength()
[all …]