Lines Matching refs:UNUSED_ATTR
60 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 };
74 static UNUSED_ATTR const size_t ZSTD_fcs_fieldSize[4] = { 0, 2, 4, 8 };
75 static UNUSED_ATTR const size_t ZSTD_did_fieldSize[4] = { 0, 1, 2, 4 };
80 static UNUSED_ATTR const size_t ZSTD_blockHeaderSize = ZSTD_BLOCKHEADERSIZE;
111 static UNUSED_ATTR const U8 LL_bits[MaxLL+1] = {
118 static UNUSED_ATTR const S16 LL_defaultNorm[MaxLL+1] = {
126 static UNUSED_ATTR const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG;
128 static UNUSED_ATTR const U8 ML_bits[MaxML+1] = {
137 static UNUSED_ATTR const S16 ML_defaultNorm[MaxML+1] = {
147 static UNUSED_ATTR const U32 ML_defaultNormLog = ML_DEFAULTNORMLOG;
149 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = {
156 static UNUSED_ATTR const U32 OF_defaultNormLog = OF_DEFAULTNORMLOG;