Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/common/
H A Dplatform.h459 #define BROTLI_IS_CONSTANT(x) (!!__builtin_constant_p(x)) macro
461 #define BROTLI_IS_CONSTANT(x) (!!0) macro
/third_party/skia/third_party/externals/brotli/c/common/
H A Dplatform.h459 #define BROTLI_IS_CONSTANT(x) (!!__builtin_constant_p(x)) macro
461 #define BROTLI_IS_CONSTANT(x) (!!0) macro

Completed in 3 milliseconds