Searched refs:BROTLI_SUNPRO_VERSION_CHECK (Results 1 – 2 of 2) sorted by relevance
/external/brotli/c/common/ |
D | platform.h | 77 BROTLI_SUNPRO_VERSION_CHECK(5, 15, 0) || \ 100 (BROTLI_SUNPRO_VERSION_CHECK(5, 14, 0) && defined(__cplusplus)) 102 #elif BROTLI_SUNPRO_VERSION_CHECK(5, 3, 0) && !defined(__cplusplus) 123 BROTLI_SUNPRO_VERSION_CHECK(5, 11, 0) || \ 141 BROTLI_SUNPRO_VERSION_CHECK(5, 11, 0) || \ 168 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 242 BROTLI_SUNPRO_VERSION_CHECK(5, 11, 0) || \
|