HomeSort by relevance Sort by last modified time
    Searched defs:Hit (Results 1 - 2 of 2) sorted by null

  /external/valgrind/callgrind/
sim.c 41 - both blocks hit --> one hit
133 typedef enum { Hit = 0, Miss, MissDirty } CacheResult;
237 * For simple cache hit/miss counts, we do not have to
259 return Hit;
269 return Hit;
305 return ((res1 == Miss) || (res2 == Miss)) ? Miss : Hit;
312 return Hit;
318 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
319 if ( cachesim_ref( &LL, a, size) == Hit ) return LL_Hit
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/
aws-java-sdk-cloudsearch-1.11.18.jar 

Completed in 96 milliseconds