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)
223 #elif BROTLI_GNUC_VERSION_CHECK(3, 3, 0) || \
/external/brotli/c/common/
Dplatform.h89 #elif BROTLI_GNUC_VERSION_CHECK(3, 1, 0) || \
160 #elif BROTLI_GNUC_VERSION_CHECK(3, 3, 0) || \
487 #if (BROTLI_GNUC_VERSION_CHECK(3, 0, 0) || defined(__llvm__)) && \