Searched defs:indexXA (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_xarray.c137 inline void* VG_(indexXA) ( XArray* xao, Word n ) function
242 midv = VG_(indexXA)( xa, mid );
247 vg_assert(cmpFn( key, VG_(indexXA)(xa, lo) ) >= 0);
248 vg_assert(cmpFn( key, VG_(indexXA)(xa, hi) ) <= 0);
252 && 0 == cmpFn( key, VG_(indexXA)(xa, (*first)-1))) {
259 && 0 == cmpFn( key, VG_(indexXA)(xa, (*last)+1))) {

Completed in 58 milliseconds