Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h145 #define UPB_LIKELY(x) __builtin_expect((x),1) macro
/external/protobuf/php/ext/google/protobuf/
Dupb.h91 #define UPB_LIKELY(x) __builtin_expect((x),1) macro