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 297 Int n_ips; local
315 n_ips =
325 VG_(pp_StackTrace) (ips, n_ips);
m_execontext.c 86 /* Variable-length array. The size is 'n_ips'; at
89 UInt n_ips; member in struct:_ExeContext
124 static ExeContext* record_ExeContext_wrk2 ( Addr* ips, UInt n_ips ); /*fwds*/
170 VG_(message)(Vg_DebugMsg, " exectx: stacktrace ecu %u n_ips %u\n",
171 ec->ecu, ec->n_ips);
172 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
201 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
214 tl_assert(e1->n_ips >= 1 && e2->n_ips >= 1);
221 if ( (e1->n_ips <= i) && (e2->n_ips <= i)) return True
328 UInt n_ips; local
    [all...]
m_stacktrace.c 1478 UInt n_ips local
    [all...]
m_errormgr.c 396 UInt n_ips = VG_(get_ExeContext_n_ips)(ec); local
397 tl_assert(n_ips > 0);
398 if (n_ips > VG_MAX_SUPP_CALLERS)
399 n_ips = VG_MAX_SUPP_CALLERS;
403 n_ips);
1480 UWord n_ips; \/\/ nr of elements in ips. member in struct:__anon36260
    [all...]
  /external/valgrind/main/massif/
ms_main.c 836 Int n_ips, i, n_alloc_fns_removed; local
910 Int n_ips = get_IPs(tid, exclude_first_entry, ips); local
    [all...]

Completed in 882 milliseconds