Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/third_party/wyhash/
Dwyhash.h21 #define _unlikely_(x) __builtin_expect(x,0) macro
24 #define _unlikely_(x) (x) macro
/third_party/eudev/src/shared/
Dmacro.h36 #define _unlikely_(x) (__builtin_expect(!!(x),0)) macro