Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Dport_platform.h550 #define GPR_UNLIKELY(x) __builtin_expect((x), 0) macro
553 #define GPR_UNLIKELY(x) (x) macro
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dport_platform.h650 #define GPR_UNLIKELY(x) __builtin_expect((x), 0) macro
653 #define GPR_UNLIKELY(x) (x) macro
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dport_platform.h650 #define GPR_UNLIKELY(x) __builtin_expect((x), 0) macro
653 #define GPR_UNLIKELY(x) (x) macro