Home | History | Annotate | Download | only in memcheck

Lines Matching refs:retVal

287    Int lo, mid, hi, retVal;
289 retVal = -1;
317 retVal = mid;
322 tl_assert(retVal == find_chunk_for_OLD ( ptr, chunks, n_chunks ));
324 // VG_(printf)("%d\n", retVal);
325 return retVal;