Searched refs:FSEv07_MAX_TABLELOG (Results 1 – 1 of 1) sorted by relevance
954 #define FSEv07_MAX_TABLELOG (FSEv07_MAX_MEMORY_USAGE-2) macro955 #define FSEv07_MAX_TABLESIZE (1U<<FSEv07_MAX_TABLELOG)961 #if FSEv07_MAX_TABLELOG > FSEv07_TABLELOG_ABSOLUTE_MAX1440 typedef U32 DTable_max_t[FSEv07_DTABLE_SIZE_U32(FSEv07_MAX_TABLELOG)];1490 if (tableLog > FSEv07_MAX_TABLELOG) return ERROR(tableLog_tooLarge); in FSEv07_buildDTable()1614 if (FSEv07_MAX_TABLELOG*2+7 > sizeof(bitD.bitContainer)*8) /* This test must be static */ in FSEv07_decompress_usingDTable_generic()1619 if (FSEv07_MAX_TABLELOG*4+7 > sizeof(bitD.bitContainer)*8) /* This test must be static */ in FSEv07_decompress_usingDTable_generic()1624 if (FSEv07_MAX_TABLELOG*2+7 > sizeof(bitD.bitContainer)*8) /* This test must be static */ in FSEv07_decompress_usingDTable_generic()