Searched defs:TO_BROTLI_BOOL (Results 1 – 2 of 2) sorted by relevance
55 #define TO_BROTLI_BOOL(X) (!!(X) ? BROTLI_TRUE : BROTLI_FALSE) macro