Searched refs:ip_end (Results 1 - 4 of 4) sorted by relevance

/external/libcxxabi/src/Unwind/
H A Dlibunwind_ext.h28 unw_word_t ip_end,
H A DUnwindCursor.hpp43 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
46 unw_word_t ip_end,
54 pint_t ip_end; member in struct:libunwind::DwarfFDECache::entry
101 if ((p->ip_start <= pc) && (pc < p->ip_end)) {
112 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end, argument
129 _bufferUsed->ip_end = ip_end;
165 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
168 (*func)(p->ip_start, p->ip_end, p->fde, p->mh);
164 iterateCacheEntries(void (*func)( unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) argument
H A Dlibunwind.cpp303 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
302 unw_iterate_dwarf_unwind_cache(void (*func)( unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) argument
/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c3178 const lzo_bytep const ip_end = in + in_len - 20; local
3195 if __lzo_unlikely(ip >= ip_end)
3235 if __lzo_unlikely(ip >= ip_end)
3324 if __lzo_unlikely(ip + m_len >= ip_end)
3354 if __lzo_unlikely(ip + m_len >= ip_end)
3381 if __lzo_unlikely(ip + m_len >= ip_end)
3563 # define TEST_IP (ip < ip_end)
3567 if ((lzo_uint)(ip_end - ip) < (lzo_uint)(x)) goto input_overrun
3591 # define TEST_IP (ip < ip_end)
3640 const lzo_bytep const ip_end local
4166 const lzo_bytep const ip_end = in + in_len; local
[all...]

Completed in 3214 milliseconds