Searched refs:totalInSize (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c124 U64 totalInSize; member in struct:LZ4F_cctx_s
461 cctxPtr->totalInSize = 0;
660 cctxPtr->totalInSize += srcSize;
739 if (cctxPtr->prefs.frameInfo.contentSize != cctxPtr->totalInSize)

Completed in 6 milliseconds