HomeSort by relevance Sort by last modified time
    Searched full:forwardip (Results 1 - 1 of 1) sorted by null

  /external/lz4/lib/
lz4.c 560 const BYTE* forwardIp = ip;
567 ip = forwardIp;
568 forwardIp += step;
571 if (unlikely(forwardIp > mflimit)) goto _last_literals;
587 forwardH = LZ4_hashPosition(forwardIp, tableType);
    [all...]

Completed in 103 milliseconds