Home
last modified time | relevance | path

Searched defs:UNLIKELY (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTCompactProtocol.tcc42 #define UNLIKELY(val) (__builtin_expect((val), 0)) macro
44 #define UNLIKELY(val) (val) macro