Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gpr/
Duseful.h28 #define GPR_ROTL(x, n) (((x) << (n)) | ((x) >> (sizeof(x) * 8 - (n)))) macro
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Duseful.h28 #define GPR_ROTL(x, n) (((x) << (n)) | ((x) >> (sizeof(x) * 8 - (n)))) macro