Searched refs:UNUSED_ATTR (Results 1 – 6 of 6) sorted by relevance
/linux/lib/zstd/common/ ! |
H A D | zstd_internal.h | 59 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 }; 73 static UNUSED_ATTR const size_t ZSTD_fcs_fieldSize[4] = { 0, 2, 4, 8 }; 74 static UNUSED_ATTR const size_t ZSTD_did_fieldSize[4] = { 0, 1, 2, 4 }; 79 static UNUSED_ATTR const size_t ZSTD_blockHeaderSize = ZSTD_BLOCKHEADERSIZE; 113 static UNUSED_ATTR const U8 LL_bits[MaxLL+1] = { 120 static UNUSED_ATTR const S16 LL_defaultNorm[MaxLL+1] = { 128 static UNUSED_ATTR const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG; 130 static UNUSED_ATTR const U8 ML_bits[MaxML+1] = { 139 static UNUSED_ATTR const S16 ML_defaultNorm[MaxML+1] = { 149 static UNUSED_ATTR cons [all...] |
H A D | compiler.h | 47 /* UNUSED_ATTR tells the compiler it is okay if the function is unused. */ 48 #define UNUSED_ATTR __attribute__((unused)) macro 55 #define FORCE_INLINE_TEMPLATE static INLINE_KEYWORD FORCE_INLINE_ATTR UNUSED_ATTR 83 #define MEM_STATIC static __inline UNUSED_ATTR
|
H A D | error_private.h | 79 static INLINE_KEYWORD UNUSED_ATTR
|
/linux/lib/zstd/decompress/ ! |
H A D | zstd_decompress_internal.h | 31 static UNUSED_ATTR const U32 LL_base[MaxLL+1] = { 38 static UNUSED_ATTR const U32 OF_base[MaxOff+1] = { 44 static UNUSED_ATTR const U8 OF_bits[MaxOff+1] = { 50 static UNUSED_ATTR const U32 ML_base[MaxML+1] = {
|
/linux/lib/zstd/compress/ ! |
H A D | zstd_ldm_geartab.h | 15 #include "../common/compiler.h" /* UNUSED_ATTR */ 18 static UNUSED_ATTR const U64 ZSTD_ldm_gearTab[256] = {
|
H A D | zstd_compress_internal.h | 212 UNUSED_ATTR static const RawSeqStore_t kNullRawSeqStore = {NULL, 0, 0, 0, 0}; 726 HINT_INLINE UNUSED_ATTR void 767 HINT_INLINE UNUSED_ATTR void
|