Home
last modified time | relevance | path

Searched refs:lookupXA_UNSAFE (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/include/
Dpub_tool_xarray.h95 extern Bool VG_(lookupXA_UNSAFE) ( XArray* xao, void* key,
/external/valgrind/main/coregrind/
Dm_xarray.c228 Bool VG_(lookupXA_UNSAFE) ( XArray* xao, void* key, in VG_() argument
274 return VG_(lookupXA_UNSAFE)(xao, key, first, last, xa->cmpFn); in VG_()
/external/valgrind/main/helgrind/
Dlibhb_core.c4996 found = VG_(lookupXA_UNSAFE)( in record_race_info()