Searched refs:FSEv07_MAX_TABLELOG (Results 1 – 1 of 1) sorted by relevance
958 #define FSEv07_MAX_TABLELOG (FSEv07_MAX_MEMORY_USAGE-2) macro959 #define FSEv07_MAX_TABLESIZE (1U<<FSEv07_MAX_TABLELOG)965 #if FSEv07_MAX_TABLELOG > FSEv07_TABLELOG_ABSOLUTE_MAX1444 typedef U32 DTable_max_t[FSEv07_DTABLE_SIZE_U32(FSEv07_MAX_TABLELOG)];1494 if (tableLog > FSEv07_MAX_TABLELOG) return ERROR(tableLog_tooLarge); in FSEv07_buildDTable()1618 if (FSEv07_MAX_TABLELOG*2+7 > sizeof(bitD.bitContainer)*8) /* This test must be static */ in FSEv07_decompress_usingDTable_generic()1623 if (FSEv07_MAX_TABLELOG*4+7 > sizeof(bitD.bitContainer)*8) /* This test must be static */ in FSEv07_decompress_usingDTable_generic()1628 if (FSEv07_MAX_TABLELOG*2+7 > sizeof(bitD.bitContainer)*8) /* This test must be static */ in FSEv07_decompress_usingDTable_generic()