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

  /external/valgrind/main/coregrind/
m_libcassert.c 199 Int n_ips; local
217 n_ips =
226 VG_(pp_StackTrace) (ips, n_ips);
m_stacktrace.c 844 void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips )
846 vg_assert( n_ips > 0 );
851 VG_(apply_StackTrace)( printIpDesc, NULL, ips, n_ips );
861 UInt n_ips local
866 VG_(pp_StackTrace)(ips, n_ips);
872 StackTrace ips, UInt n_ips
878 vg_assert(n_ips > 0);
896 } while (i < n_ips && !main_done);
m_execontext.c 85 /* Variable-length array. The size is 'n_ips'; at
88 UInt n_ips; member in struct:_ExeContext
173 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
186 tl_assert(e1->n_ips >= 1 && e2->n_ips >= 1);
193 if ( (e1->n_ips <= i) && (e2->n_ips <= i)) return True;
194 if ( (e1->n_ips <= i) && !(e2->n_ips <= i)) return False;
195 if (!(e1->n_ips <= i) && (e2->n_ips <= i)) return False
301 UInt n_ips; local
    [all...]
m_errormgr.c 381 UInt n_ips = VG_(get_ExeContext_n_ips)(ec); local
382 tl_assert(n_ips > 0);
383 if (n_ips > VG_MAX_SUPP_CALLERS)
384 n_ips = VG_MAX_SUPP_CALLERS;
388 n_ips);
533 UWord n_ips = VG_(get_ExeContext_n_ips)(err->where); local
535 for (i = 0; i < n_ips; i++) {
1465 UWord n_ips = VG_(get_ExeContext_n_ips)(err->where); local
    [all...]
  /external/valgrind/main/massif/
ms_main.c 864 Int n_ips, i, n_alloc_fns_removed; local
938 Int n_ips = get_IPs(tid, exclude_first_entry, ips); local
    [all...]

Completed in 1056 milliseconds