Home
last modified time | relevance | path

Searched refs:nPrevious (Results 1 – 1 of 1) sorted by relevance

/external/lz4/programs/
Dlz4io.c210 static unsigned LZ4IO_GetMilliSpan(clock_t nPrevious) in LZ4IO_GetMilliSpan() argument
213 unsigned nSpan = (unsigned)(((nCurrent - nPrevious) * 1000) / CLOCKS_PER_SEC); in LZ4IO_GetMilliSpan()