Home
last modified time | relevance | path

Searched refs:UNUSED_ATTR (Results 1 – 4 of 4) sorted by relevance

/linux/lib/zstd/common/
A Dzstd_internal.h60 static INLINE_KEYWORD UNUSED_ATTR
134 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 };
148 static UNUSED_ATTR const size_t ZSTD_fcs_fieldSize[4] = { 0, 2, 4, 8 };
185 static UNUSED_ATTR const U32 LL_bits[MaxLL+1] = {
192 static UNUSED_ATTR const S16 LL_defaultNorm[MaxLL+1] = {
200 static UNUSED_ATTR const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG;
202 static UNUSED_ATTR const U32 ML_bits[MaxML+1] = {
211 static UNUSED_ATTR const S16 ML_defaultNorm[MaxML+1] = {
221 static UNUSED_ATTR const U32 ML_defaultNormLog = ML_DEFAULTNORMLOG;
223 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = {
[all …]
A Dcompiler.h66 #define UNUSED_ATTR __attribute__((unused)) macro
/linux/lib/zstd/decompress/
A Dzstd_decompress_internal.h30 static UNUSED_ATTR const U32 LL_base[MaxLL+1] = {
37 static UNUSED_ATTR const U32 OF_base[MaxOff+1] = {
43 static UNUSED_ATTR const U32 OF_bits[MaxOff+1] = {
49 static UNUSED_ATTR const U32 ML_base[MaxML+1] = {
/linux/lib/zstd/compress/
A Dzstd_compress_internal.h98 UNUSED_ATTR static const rawSeqStore_t kNullRawSeqStore = {NULL, 0, 0, 0, 0};
504 HINT_INLINE UNUSED_ATTR

Completed in 11 milliseconds