OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREDICT_FALSE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/brotli/src/brotli/enc/
port.h
54
#define
PREDICT_FALSE
(x) (__builtin_expect(x, 0))
57
#define
PREDICT_FALSE
(x) x
find_match_length.h
35
if (
PREDICT_FALSE
(BROTLI_UNALIGNED_LOAD64(s2) ==
hash.h
231
if (
PREDICT_FALSE
(backward > max_backward)) {
274
if (
PREDICT_FALSE
(backward > max_backward)) {
303
if (
PREDICT_FALSE
(backward > max_backward)) {
/external/chromium_org/third_party/cld/base/
logging.h
411
LOG_IF(FATAL,
PREDICT_FALSE
(!(condition))) \
420
LOG_IF(QFATAL,
PREDICT_FALSE
(!(condition))) \
429
operator bool() const { return
PREDICT_FALSE
(str_ != NULL); }
655
PLOG_IF(FATAL,
PREDICT_FALSE
(!(condition))) \
667
PLOG_IF(FATAL,
PREDICT_FALSE
((invocation) == -1)) << #invocation
[
all
...]
Completed in 159 milliseconds