HomeSort by relevance Sort by last modified time
    Searched refs:PREDICT_TRUE (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/brotli/src/brotli/enc/
find_match_length.h 34 while (PREDICT_TRUE(--limit2)) {
49 if (PREDICT_TRUE(s1[matched] == *s2)) {
port.h 55 #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
58 #define PREDICT_TRUE(x) x
  /external/chromium_org/third_party/cld/base/
vlog_is_on.h 134 PREDICT_TRUE(SiteEpoch(site_copy) == GlobalEpoch()) ?

Completed in 65 milliseconds