Home
last modified time | relevance | path

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

/external/brotli/c/common/
Dplatform.h79 #define BROTLI_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) macro
83 #define BROTLI_PREDICT_TRUE(x) (x) macro