Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/c/common/
Dplatform.h83 #define BROTLI_PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro
85 #define BROTLI_PREDICT_FALSE(x) (x) macro
/third_party/node/deps/brotli/c/common/
Dplatform.h83 #define BROTLI_PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro
85 #define BROTLI_PREDICT_FALSE(x) (x) macro