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

  /external/valgrind/drd/
drd_clientobj.c 85 return VG_(OSetGen_Lookup)(s_clientobj_set, &addr);
96 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr);
132 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == 0);
143 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == p);
161 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr);
drd_barrier.c 373 q = VG_(OSetGen_Lookup)(oset, &word_tid);
378 tl_assert(VG_(OSetGen_Lookup)(oset, &word_tid) == q);
435 q = VG_(OSetGen_Lookup)(oset, &word_tid);
459 tl_assert(VG_(OSetGen_Lookup)(oset, &word_tid) == q);
510 q = VG_(OSetGen_Lookup)(p->oset[i], &word_tid);
drd_hb.c 174 q = VG_(OSetGen_Lookup)(p->oset, &word_tid);
180 tl_assert(VG_(OSetGen_Lookup)(p->oset, &word_tid) == q);
drd_bitmap.h 513 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1);
538 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1);
619 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1);
drd_rwlock.c 120 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid);
130 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid);
148 q = VG_(OSetGen_Lookup)(oset, &tid);
drd_bitmap.c 1035 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr);
1126 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr);
    [all...]
  /external/valgrind/memcheck/tests/
unit_oset.c 95 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) );
188 assert( vs[i] == VG_(OSetGen_Lookup)(oset, vs[i]) );
237 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) );
475 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) );
526 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) );
527 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) );
528 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) );
559 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) );
560 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) );
561 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) )
    [all...]
  /external/valgrind/include/
pub_tool_oset.h 304 extern void* VG_(OSetGen_Lookup) ( const OSet* os, const void* key );
  /external/valgrind/coregrind/
m_oset.c 607 void* VG_(OSetGen_Lookup)(const AvlTree* t, const void* k)
625 e = VG_(OSetGen_Lookup)(t, k);
633 return (NULL != VG_(OSetGen_Lookup)(t, k));
638 return (NULL != VG_(OSetGen_Lookup)(t, &val));
m_redir.c 724 old = VG_(OSetGen_Lookup)(activeSet, &old_from);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
storage.c     [all...]
readelf.c     [all...]
debuginfo.c     [all...]
  /external/valgrind/memcheck/
mc_leakcheck.c     [all...]
mc_main.c 475 res = VG_(OSetGen_Lookup)(auxmap_L2, &key);
561 res = VG_(OSetGen_Lookup)(auxmap_L2, &key);
    [all...]
  /external/valgrind/exp-bbv/
bbv_main.c 375 bbInfo = VG_(OSetGen_Lookup)(instr_info_table, &origAddr);
  /external/valgrind/cachegrind/
cg_main.c 195 HChar** s_ptr = VG_(OSetGen_Lookup)(stringTable, &s);
261 lineCC = VG_(OSetGen_Lookup)(CC_table, &loc);
618 sbInfo = VG_(OSetGen_Lookup)(instrInfoTable, &origAddr);
    [all...]

Completed in 728 milliseconds