Searched refs:BROTLI_SUNPRO_VERSION_CHECK (Results 1 – 2 of 2) sorted by relevance
/external/brotli/c/common/ |
D | platform.h | 74 BROTLI_SUNPRO_VERSION_CHECK(5, 15, 0) || \ 97 (BROTLI_SUNPRO_VERSION_CHECK(5, 14, 0) && defined(__cplusplus)) 99 #elif BROTLI_SUNPRO_VERSION_CHECK(5, 3, 0) && !defined(__cplusplus) 120 BROTLI_SUNPRO_VERSION_CHECK(5, 11, 0) || \ 138 BROTLI_SUNPRO_VERSION_CHECK(5, 11, 0) || \ 165 BROTLI_SUNPRO_VERSION_CHECK(5, 11, 0) || \
|
/external/brotli/c/include/brotli/ |
D | port.h | 117 #define BROTLI_SUNPRO_VERSION_CHECK(major, minor, patch) \ macro 120 #define BROTLI_SUNPRO_VERSION_CHECK(major, minor, patch) (0) macro 228 BROTLI_SUNPRO_VERSION_CHECK(5, 11, 0) || \
|