Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/support/
Dport_platform.h753 #define GPR_LIKELY(x) __builtin_expect((x), 1) macro
756 #define GPR_LIKELY(x) (x) macro
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/support/
Dport_platform.h753 #define GPR_LIKELY(x) __builtin_expect((x), 1) macro
756 #define GPR_LIKELY(x) (x) macro
/external/grpc-grpc/include/grpc/support/
Dport_platform.h818 #define GPR_LIKELY(x) __builtin_expect((x), 1) macro
821 #define GPR_LIKELY(x) (x) macro