Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/common/
H A Dzstd_internal.h68 static INLINE_KEYWORD UNUSED_ATTR
142 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 };
156 static UNUSED_ATTR const size_t ZSTD_fcs_fieldSize[4] = { 0, 2, 4, 8 };
193 static UNUSED_ATTR const U32 LL_bits[MaxLL+1] = {
200 static UNUSED_ATTR const S16 LL_defaultNorm[MaxLL+1] = {
208 static UNUSED_ATTR const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG;
210 static UNUSED_ATTR const U32 ML_bits[MaxML+1] = {
219 static UNUSED_ATTR const S16 ML_defaultNorm[MaxML+1] = {
229 static UNUSED_ATTR const U32 ML_defaultNormLog = ML_DEFAULTNORMLOG;
231 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = {
[all …]
H A Dcompiler.h77 # define UNUSED_ATTR __attribute__((unused)) macro
79 # define UNUSED_ATTR macro
/dragonfly/contrib/zstd/lib/decompress/
H 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] = {
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h104 UNUSED_ATTR static const rawSeqStore_t kNullRawSeqStore = {NULL, 0, 0, 0, 0};
501 HINT_INLINE UNUSED_ATTR