Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gpr/
Duseful.h26 #define GPR_CLAMP(a, min, max) ((a) < (min) ? (min) : (a) > (max) ? (max) : (a)) macro
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Duseful.h26 #define GPR_CLAMP(a, min, max) ((a) < (min) ? (min) : (a) > (max) ? (max) : (a)) macro