Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c2865 U32 const isRLE = (blockTypeID == 1); in FIO_analyzeFrames() local
2867 long const blockSize = isRLE ? 1 : (long)(blockHeader >> 3); in FIO_analyzeFrames()