HomeSort by relevance Sort by last modified time
    Searched defs:ip_start (Results 1 - 2 of 2) sorted by null

  /external/libunwind_llvm/src/
UnwindCursor.hpp 46 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
48 static void iterateCacheEntries(void (*func)(unw_word_t ip_start,
56 pint_t ip_start; member in struct:libunwind::DwarfFDECache::entry
104 if ((p->ip_start <= pc) && (pc < p->ip_end)) {
115 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end,
132 _bufferUsed->ip_start = ip_start;
170 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
173 (*func)(p->ip_start, p->ip_end, p->fde, p->mh);
    [all...]
  /external/curl/lib/
ftp.c 974 char *ip_start = string_ftpport; local
986 ip_start = string_ftpport + 1;
989 strncpy(addr, ip_start, ip_end - ip_start);
1011 strncpy(addr, string_ftpport, ip_end - ip_start);
    [all...]

Completed in 103 milliseconds