Searched refs:_upb_be_swap32 (Results 1 – 3 of 3) sorted by relevance
299 UPB_INLINE uint32_t _upb_be_swap32(uint32_t val) { in _upb_be_swap32() function312 return ((uint64_t)_upb_be_swap32(val) << 32) | _upb_be_swap32(val >> 32); in _upb_be_swap64()
97 val = _upb_be_swap32(val); in encode_fixed32()
569 val.uint32_val = _upb_be_swap32(val.uint32_val); in decode_msg()