Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dfse_decompress.c270 size_t NCountLength; in FSE_decompress_wksp() local
289 NCountLength = FSE_readNCount(counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress_wksp()
290 if (FSE_isError(NCountLength)) in FSE_decompress_wksp()
291 return NCountLength; in FSE_decompress_wksp()
296 ip += NCountLength; in FSE_decompress_wksp()
297 cSrcSize -= NCountLength; in FSE_decompress_wksp()

Completed in 2 milliseconds