Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dfse_decompress.c76 if (workspaceSize < sizeof(U16) * (FSE_MAX_SYMBOL_VALUE + 1)) in FSE_buildDTable_wksp()
78 if (maxSymbolValue > FSE_MAX_SYMBOL_VALUE) in FSE_buildDTable_wksp()
269 unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; in FSE_decompress_wksp()
281 spaceUsed32 += ALIGN(sizeof(short) * (FSE_MAX_SYMBOL_VALUE + 1), sizeof(U32)) >> 2; in FSE_decompress_wksp()
A Dfse.h518 #ifndef FSE_MAX_SYMBOL_VALUE
519 #define FSE_MAX_SYMBOL_VALUE 255 macro

Completed in 5 milliseconds