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

  /external/valgrind/main/coregrind/
m_xarray.c 44 Int (*cmpFn) ( const void*, const void* ); /* cmp fn (may be NULL) */
73 xa->cmpFn = NULL;
133 xa->cmpFn = compar;
223 vg_assert(xa->cmpFn);
224 VG_(ssort)( xa->arr, xa->usedsizeE, xa->elemSzB, xa->cmpFn );
230 Int(*cmpFn)(const void*, const void*) )
243 cres = cmpFn( key, midv );
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)))
    [all...]
  /external/valgrind/main/include/
pub_tool_xarray.h 80 Probably not a stable sort w.r.t. equal elements module cmpFn. */
101 XACmpFn_t cmpFn );
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 1043 var cmpFn = compareFunctions[sortByIdx];
1044 var useCmp = cmpFn;
1047 return -cmpFn.apply(this, arguments);
    [all...]

Completed in 1080 milliseconds