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

  /external/lz4/lib/
lz4.c 348 static unsigned LZ4_NbCommonBytes (reg_t val)
430 return LZ4_NbCommonBytes(diff);
436 pIn += LZ4_NbCommonBytes(diff);
    [all...]
lz4hc.c 161 ip += LZ4_NbCommonBytes(diff);
    [all...]

Completed in 95 milliseconds