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

  /external/lz4/lib/
lz4hc.c 329 int ml, ml2, ml3, ml0; local
355 ml2 = LZ4HC_InsertAndGetWiderMatch(ctx, ip + ml - 2, ip + 0, matchlimit, ml, &ref2, &start2, maxNbAttempts);
356 else ml2 = ml;
358 if (ml2 == ml) { /* No better match */
373 ml = ml2;
382 * ml2 > ml1, and
389 if (ip+new_ml > start2 + ml2 - MINMATCH) new_ml = (int)(start2 - ip) + ml2 - MINMATCH;
394 ml2 -= correction;
399 if (start2 + ml2 < mflimit
    [all...]
  /external/caliper/lib/
jersey-core-1.11.jar 

Completed in 617 milliseconds