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

  /external/valgrind/include/
pub_tool_xarray.h 67 before making further queries with lookupXA. */
89 extern Bool VG_(lookupXA) ( const XArray*, const void* key,
92 /* A version of VG_(lookupXA) in which you can specify your own
97 VG_(lookupXA), which refuses to do anything (asserts) unless the
  /external/valgrind/coregrind/
m_xarray.c 272 Bool VG_(lookupXA) ( const XArray* xa, const void* key,
  /external/valgrind/coregrind/m_debuginfo/
tytypes.c 384 found = VG_(lookupXA)( ents, &key, &first, &last );
readdwarf3.c 106 involves a binary search (VG_(lookupXA)) for each access. This is
    [all...]
  /external/valgrind/helgrind/
libhb_core.c     [all...]

Completed in 71 milliseconds