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

  /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/common/
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

Completed in 17 milliseconds