Home
last modified time | relevance | path

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

/external/brotli/c/common/
Dplatform.h457 #define BROTLI_IS_CONSTANT(x) (!!__builtin_constant_p(x)) macro
459 #define BROTLI_IS_CONSTANT(x) (!!0) macro