Searched refs:FSEv05_MAX_TABLELOG (Results 1 – 1 of 1) sorted by relevance
1150 #define FSEv05_MAX_TABLELOG (FSEv05_MAX_MEMORY_USAGE-2) macro1151 #define FSEv05_MAX_TABLESIZE (1U<<FSEv05_MAX_TABLELOG)1157 #if FSEv05_MAX_TABLELOG > FSEv05_TABLELOG_ABSOLUTE_MAX1171 typedef unsigned DTable_max_t[FSEv05_DTABLE_SIZE_U32(FSEv05_MAX_TABLELOG)];1230 if (tableLog > FSEv05_MAX_TABLELOG) return ERROR(tableLog_tooLarge); in FSEv05_buildDTable()1456 if (FSEv05_MAX_TABLELOG*2+7 > sizeof(bitD.bitContainer)*8) /* This test must be static */ in FSEv05_decompress_usingDTable_generic()1461 if (FSEv05_MAX_TABLELOG*4+7 > sizeof(bitD.bitContainer)*8) /* This test must be static */ in FSEv05_decompress_usingDTable_generic()1466 if (FSEv05_MAX_TABLELOG*2+7 > sizeof(bitD.bitContainer)*8) /* This test must be static */ in FSEv05_decompress_usingDTable_generic()