Home
last modified time | relevance | path

Searched refs:ip_end (Results 1 – 6 of 6) sorted by relevance

/external/libunwind_llvm/src/
DUnwindCursor.hpp46 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
49 unw_word_t ip_end,
57 pint_t ip_end; member
104 if ((p->ip_start <= pc) && (pc < p->ip_end)) { in findFDE()
115 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end, in add() argument
132 _bufferUsed->ip_end = ip_end; in add()
168 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in iterateCacheEntries() argument
171 (*func)(p->ip_start, p->ip_end, p->fde, p->mh); in iterateCacheEntries()
Dlibunwind_ext.h28 unw_word_t ip_end,
Dlibunwind.cpp312 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in unw_iterate_dwarf_unwind_cache() argument
/external/valgrind/coregrind/m_debuginfo/
Dminilzo-inl.c3178 const lzo_bytep const ip_end = in + in_len - 20; in do_compress() local
3195 if __lzo_unlikely(ip >= ip_end) in do_compress()
3235 if __lzo_unlikely(ip >= ip_end) in do_compress()
3324 if __lzo_unlikely(ip + m_len >= ip_end) in do_compress()
3354 if __lzo_unlikely(ip + m_len >= ip_end) in do_compress()
3381 if __lzo_unlikely(ip + m_len >= ip_end) in do_compress()
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 = in + in_len; local
[all …]
/external/libvncserver/common/
Dminilzo.c4604 const lzo_bytep const ip_end = in + in_len - 20; in do_compress() local
4621 if __lzo_unlikely(ip >= ip_end) in do_compress()
4661 if __lzo_unlikely(ip >= ip_end) in do_compress()
4733 if __lzo_unlikely(ip + m_len >= ip_end) in do_compress()
4767 if __lzo_unlikely(ip + m_len >= ip_end) in do_compress()
4815 if __lzo_unlikely(ip + m_len >= ip_end) in do_compress()
4991 # define TEST_IP (ip < ip_end)
4995 if ((lzo_uint)(ip_end - ip) < (lzo_uint)(x)) goto input_overrun
5021 # define TEST_IP (ip < ip_end)
5082 const lzo_bytep const ip_end = in + in_len; local
[all …]
/external/curl/lib/
Dftp.c1015 char *ip_end = NULL; in ftp_state_use_port() local
1027 if((ip_end = strchr(string_ftpport, ']')) != NULL ) in ftp_state_use_port()
1028 strncpy(addr, ip_start, ip_end - ip_start); in ftp_state_use_port()
1034 ip_end = string_ftpport; in ftp_state_use_port()
1036 else if((ip_end = strchr(string_ftpport, ':')) != NULL) { in ftp_state_use_port()
1043 ip_end = NULL; /* this got no port ! */ in ftp_state_use_port()
1048 strncpy(addr, string_ftpport, ip_end - ip_start ); in ftp_state_use_port()
1055 if(ip_end != NULL) { in ftp_state_use_port()
1056 if((port_start = strchr(ip_end, ':')) != NULL) { in ftp_state_use_port()