HomeSort by relevance Sort by last modified time
    Searched refs:ip_end (Results 1 - 15 of 15) sorted by null

  /external/libunwind_llvm/src/
libunwind_ext.h 28 unw_word_t ip_end,
UnwindCursor.hpp 48 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
51 unw_word_t ip_end,
59 pint_t ip_end; member in struct:libunwind::DwarfFDECache::entry
110 if ((p->ip_start <= pc) && (pc < p->ip_end)) {
121 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end,
139 _bufferUsed->ip_end = ip_end;
176 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
179 (*func)(p->ip_start, p->ip_end, p->fde, p->mh);
    [all...]
libunwind.cpp 312 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
libunwind_ext.h 28 unw_word_t ip_end,
UnwindCursor.hpp 46 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 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_end = ip_end;
168 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
171 (*func)(p->ip_start, p->ip_end, p->fde, p->mh);
    [all...]
libunwind.cpp 311 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
  /external/syslinux/lzo/src/
lzo1_d.ch 77 # define TEST_IP (ip < ip_end)
81 if ((lzo_uint)(ip_end - ip) < (lzo_uint)(x)) goto input_overrun
109 # define TEST_IP (ip < ip_end)
lzo1x_oo.ch 29 #define TEST_IP (ip < ip_end)
85 lzo_bytep const ip_end = in + in_len;
347 return (ip == ip_end ? LZO_E_OK :
348 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
lzo1x_c.ch 48 const lzo_bytep const ip_end = in + in_len - 20;
65 if __lzo_unlikely(ip >= ip_end)
107 if __lzo_unlikely(ip >= ip_end)
181 if __lzo_unlikely(ip + m_len >= ip_end)
215 if __lzo_unlikely(ip + m_len >= ip_end)
263 if __lzo_unlikely(ip + m_len >= ip_end)
lzo1x_d.ch 53 const lzo_bytep const ip_end = in + in_len;
451 return (ip == ip_end ? LZO_E_OK :
452 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
  /external/brotli/enc/
compress_fragment_two_pass.c 243 const uint8_t* ip_end = input + block_size; local
324 candidate + 6, ip + 6, (size_t)(ip_end - ip) - 6);
374 candidate + 6, ip + 6, (size_t)(ip_end - ip) - 6);
414 assert(next_emit <= ip_end);
416 if (next_emit < ip_end) {
417 const uint32_t insert = (uint32_t)(ip_end - next_emit);
compress_fragment.c 432 const uint8_t* ip_end; local
493 ip_end = input + block_size;
565 candidate + 5, ip + 5, (size_t)(ip_end - ip) - 5);
625 candidate + 5, ip + 5, (size_t)(ip_end - ip) - 5);
662 assert(next_emit <= ip_end);
682 if (next_emit < ip_end) {
683 const size_t insert = (size_t)(ip_end - next_emit);
690 EmitUncompressedMetaBlock(metablock_start, ip_end, mlen_storage_ix - 3,
699 next_emit = ip_end;
  /external/valgrind/coregrind/m_debuginfo/
minilzo-inl.c 3178 const lzo_bytep const ip_end = in + in_len - 20; local
3640 const lzo_bytep const ip_end = in + in_len; local
4166 const lzo_bytep const ip_end = in + in_len; local
    [all...]
  /external/libvncserver/common/
minilzo.c 4604 const lzo_bytep const ip_end = in + in_len - 20; local
5082 const lzo_bytep const ip_end = in + in_len; local
5623 const lzo_bytep const ip_end = in + in_len; local
    [all...]
  /external/curl/lib/
ftp.c 1026 char *ip_end = NULL; local
1038 if((ip_end = strchr(string_ftpport, ']')) != NULL)
1039 strncpy(addr, ip_start, ip_end - ip_start);
1045 ip_end = string_ftpport;
1047 else if((ip_end = strchr(string_ftpport, ':')) != NULL) {
1054 ip_end = NULL; /* this got no port ! */
1059 strncpy(addr, string_ftpport, ip_end - ip_start);
1066 if(ip_end != NULL) {
1067 if((port_start = strchr(ip_end, ':')) != NULL) {
    [all...]

Completed in 743 milliseconds