Home
last modified time | relevance | path

Searched refs:BROTLI_GNUC_VERSION_CHECK (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/include/brotli/
Dport.h28 #define BROTLI_GNUC_VERSION_CHECK(major, minor, patch) \ macro
31 #define BROTLI_GNUC_VERSION_CHECK(major, minor, patch) (0) macro
210 BROTLI_GNUC_VERSION_CHECK(major, minor, patch)
218 BROTLI_GNUC_VERSION_CHECK(major, minor, patch)
237 #elif BROTLI_GNUC_VERSION_CHECK(3, 3, 0) || \
/external/brotli/c/common/
Dplatform.h92 #elif BROTLI_GNUC_VERSION_CHECK(3, 1, 0) || \
163 #elif BROTLI_GNUC_VERSION_CHECK(3, 3, 0) || \
489 #if (BROTLI_GNUC_VERSION_CHECK(3, 0, 0) || defined(__llvm__)) && \