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

  /external/valgrind/main/drd/
drd_clientobj.c 86 return VG_(OSetGen_Lookup)(s_clientobj_set, &addr);
97 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr);
133 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == 0);
144 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == p);
162 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 512 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1);
537 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1);
618 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 1037 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr);
1128 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr);
    [all...]
  /external/valgrind/main/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/main/include/
pub_tool_oset.h 302 extern void* VG_(OSetGen_Lookup) ( const OSet* os, const void* key );
  /external/valgrind/main/coregrind/
m_oset.c 609 void* VG_(OSetGen_Lookup)(const AvlTree* t, const void* k)
627 e = VG_(OSetGen_Lookup)(t, k);
635 return (NULL != VG_(OSetGen_Lookup)(t, k));
640 return (NULL != VG_(OSetGen_Lookup)(t, &val));
m_redir.c 699 old = VG_(OSetGen_Lookup)(activeSet, &old_from);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 800 first = VG_(OSetGen_Lookup)( scope, &aMin );
844 last = VG_(OSetGen_Lookup)( scope, &aMax );
871 xxFirst = (DiAddrRange*)VG_(OSetGen_Lookup)(scope, &aMin);
872 xxLast = (DiAddrRange*)VG_(OSetGen_Lookup)(scope, &aMax);
    [all...]
readelf.c 875 prev = VG_(OSetGen_Lookup)( oset, &key );
    [all...]
debuginfo.c     [all...]
  /external/valgrind/main/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/main/exp-bbv/
bbv_main.c 387 bbInfo = VG_(OSetGen_Lookup)(instr_info_table, &origAddr);
  /external/valgrind/main/cachegrind/
cg_main.c 201 HChar** s_ptr = VG_(OSetGen_Lookup)(stringTable, &s);
269 lineCC = VG_(OSetGen_Lookup)(CC_table, &loc);
626 sbInfo = VG_(OSetGen_Lookup)(instrInfoTable, &origAddr);
    [all...]

Completed in 135 milliseconds