Home
last modified time | relevance | path

Searched refs:_unlikely_ (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/wyhash/
Dwyhash.h21 #define _unlikely_(x) __builtin_expect(x,0) macro
24 #define _unlikely_(x) (x) macro
107 if(_unlikely_(i>64)){ in wyhash()