Searched refs:BROTLI_PREDICT_TRUE (Results 1 – 7 of 7) sorted by relevance
26 while (BROTLI_PREDICT_TRUE(--limit2)) { in FindMatchLengthWithLimit()41 if (BROTLI_PREDICT_TRUE(s1[matched] == *s2)) { in FindMatchLengthWithLimit()
494 if (BROTLI_PREDICT_TRUE(block_size >= kInputMarginBytes)) { in BrotliCompressFragmentFastImpl()538 if (BROTLI_PREDICT_TRUE(candidate < ip)) { in BrotliCompressFragmentFastImpl()548 } while (BROTLI_PREDICT_TRUE(!IsMatch(ip, candidate))); in BrotliCompressFragmentFastImpl()569 if (BROTLI_PREDICT_TRUE(insert < 6210)) { in BrotliCompressFragmentFastImpl()683 if (BROTLI_PREDICT_TRUE(insert < 6210)) { in BrotliCompressFragmentFastImpl()
137 if (BROTLI_PREDICT_TRUE(masked_pos + n <= rb->size_)) { in RingBufferWrite()
255 if (BROTLI_PREDICT_TRUE(block_size >= kInputMarginBytes)) { in CreateCommands()300 if (BROTLI_PREDICT_TRUE(candidate < ip)) { in CreateCommands()310 } while (BROTLI_PREDICT_TRUE(!IsMatch(ip, candidate, min_match))); in CreateCommands()
445 if (BROTLI_PREDICT_TRUE(histogram[l] >= count_limit)) { in BrotliBuildAndStoreHuffmanTreeFast()
82 #define BROTLI_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) macro86 #define BROTLI_PREDICT_TRUE(x) (x) macro
418 if (BROTLI_PREDICT_TRUE(BrotliSafeGetBits(br, 15, &val))) { in SafeReadSymbol()