Searched defs:BROTLI_PREDICT_FALSE (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/common/ | ||
| H A D | platform.h | 83 #define BROTLI_PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro 85 #define BROTLI_PREDICT_FALSE(x) (x) macro |
Completed in 3 milliseconds