HomeSort by: relevance | last modified time | path
    Searched refs:UNUSED_ATTR (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/common/
zstd_internal.h 65 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 };
79 static UNUSED_ATTR const size_t ZSTD_fcs_fieldSize[4] = { 0, 2, 4, 8 };
80 static UNUSED_ATTR const size_t ZSTD_did_fieldSize[4] = { 0, 1, 2, 4 };
85 static UNUSED_ATTR const size_t ZSTD_blockHeaderSize = ZSTD_BLOCKHEADERSIZE;
119 static UNUSED_ATTR const U8 LL_bits[MaxLL+1] = {
126 static UNUSED_ATTR const S16 LL_defaultNorm[MaxLL+1] = {
134 static UNUSED_ATTR const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG;
136 static UNUSED_ATTR const U8 ML_bits[MaxML+1] = {
145 static UNUSED_ATTR const S16 ML_defaultNorm[MaxML+1] = {
155 static UNUSED_ATTR const U32 ML_defaultNormLog = ML_DEFAULTNORMLOG
    [all...]
compiler.h 56 /* UNUSED_ATTR tells the compiler it is okay if the function is unused. */
58 # define UNUSED_ATTR __attribute__((unused))
60 # define UNUSED_ATTR
68 #define FORCE_INLINE_TEMPLATE static INLINE_KEYWORD FORCE_INLINE_ATTR UNUSED_ATTR
97 # define MEM_STATIC static __inline UNUSED_ATTR
99 # define MEM_STATIC static inline UNUSED_ATTR
error_private.h 86 static INLINE_KEYWORD UNUSED_ATTR
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress_internal.h 30 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] = {
  /src/external/bsd/zstd/dist/examples/
common.h 25 /* UNUSED_ATTR tells the compiler it is okay if the function is unused. */
27 # define UNUSED_ATTR __attribute__((unused))
29 # define UNUSED_ATTR
32 #define HEADER_FUNCTION static UNUSED_ATTR
  /src/external/bsd/zstd/dist/lib/compress/
zstd_ldm_geartab.h 14 #include "../common/compiler.h" /* UNUSED_ATTR */
17 static UNUSED_ATTR const U64 ZSTD_ldm_gearTab[256] = {
zstd_compress_internal.h 214 UNUSED_ATTR static const RawSeqStore_t kNullRawSeqStore = {NULL, 0, 0, 0, 0};
734 HINT_INLINE UNUSED_ATTR void
775 HINT_INLINE UNUSED_ATTR void

Completed in 21 milliseconds