Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/common/
A Dzstd_internal.h60 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 };
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] = {
[all …]
A Derror_private.h76 static INLINE_KEYWORD UNUSED_ATTR
A Dcompiler.h68 #define UNUSED_ATTR __attribute__((unused)) macro
/linux-6.3-rc2/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 U8 OF_bits[MaxOff+1] = {
49 static UNUSED_ATTR const U32 ML_base[MaxML+1] = {
/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_ldm_geartab.h17 static UNUSED_ATTR const U64 ZSTD_ldm_gearTab[256] = {
A Dzstd_compress_internal.h145 UNUSED_ATTR static const rawSeqStore_t kNullRawSeqStore = {NULL, 0, 0, 0, 0};
587 HINT_INLINE UNUSED_ATTR void

Completed in 14 milliseconds