Home
last modified time | relevance | path

Searched defs:LZ4_DEPRECATED (Results 1 – 3 of 3) sorted by relevance

/external/coreboot/util/cbfstool/lz4/lib/
Dlz4hc.h153 # define LZ4_DEPRECATED(message) __attribute__((deprecated(message))) macro
155 # define LZ4_DEPRECATED(message) __attribute__((deprecated)) macro
157 # define LZ4_DEPRECATED(message) __declspec(deprecated(message)) macro
160 # define LZ4_DEPRECATED(message) macro
Dlz4.h314 # define LZ4_DEPRECATED() /* disable deprecation warnings */ macro
317 # define LZ4_DEPRECATED(message) __attribute__((deprecated(message))) macro
319 # define LZ4_DEPRECATED(message) __attribute__((deprecated)) macro
321 # define LZ4_DEPRECATED(message) __declspec(deprecated(message)) macro
324 # define LZ4_DEPRECATED(message) macro
/external/lz4/lib/
Dlz4.h789 # define LZ4_DEPRECATED(message) /* disable deprecation warnings */ macro
792 # define LZ4_DEPRECATED(message) [[deprecated(message)]] macro
794 # define LZ4_DEPRECATED(message) __declspec(deprecated(message)) macro
796 # define LZ4_DEPRECATED(message) __attribute__((deprecated(message))) macro
798 # define LZ4_DEPRECATED(message) __attribute__((deprecated)) macro
801 # define LZ4_DEPRECATED(message) /* disabled */ macro