Searched refs:FSEv06_MAX_TABLELOG (Results 1 – 1 of 1) sorted by relevance
1194 #define FSEv06_MAX_TABLELOG (FSEv06_MAX_MEMORY_USAGE-2) macro1195 #define FSEv06_MAX_TABLESIZE (1U<<FSEv06_MAX_TABLELOG)1201 #if FSEv06_MAX_TABLELOG > FSEv06_TABLELOG_ABSOLUTE_MAX1424 typedef U32 DTable_max_t[FSEv06_DTABLE_SIZE_U32(FSEv06_MAX_TABLELOG)];1474 if (tableLog > FSEv06_MAX_TABLELOG) return ERROR(tableLog_tooLarge); in FSEv06_buildDTable()1598 if (FSEv06_MAX_TABLELOG*2+7 > sizeof(bitD.bitContainer)*8) /* This test must be static */ in FSEv06_decompress_usingDTable_generic()1603 if (FSEv06_MAX_TABLELOG*4+7 > sizeof(bitD.bitContainer)*8) /* This test must be static */ in FSEv06_decompress_usingDTable_generic()1608 if (FSEv06_MAX_TABLELOG*2+7 > sizeof(bitD.bitContainer)*8) /* This test must be static */ in FSEv06_decompress_usingDTable_generic()