Home
last modified time | relevance | path

Searched refs:_upb_be_swap32 (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dupb.h299 UPB_INLINE uint32_t _upb_be_swap32(uint32_t val) { in _upb_be_swap32() function
312 return ((uint64_t)_upb_be_swap32(val) << 32) | _upb_be_swap32(val >> 32); in _upb_be_swap64()
Dencode.c97 val = _upb_be_swap32(val); in encode_fixed32()
Ddecode.c569 val.uint32_val = _upb_be_swap32(val.uint32_val); in decode_msg()