Home
last modified time | relevance | path

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

/external/brotli/dec/
Dport.h71 #define IS_CONSTANT(x) (!!__builtin_constant_p(x)) macro
73 #define IS_CONSTANT(x) (!!0) macro