Lines Matching defs:u32
839 uint32_t u32;
841 memcpy(&u32, &d, sizeof(uint32_t));
842 return upb_put_fixed32(e, u32);
7369 UPB_FORCEINLINE static int32_t decode_v32(upb_pbdecoder *d, uint32_t *u32) {
7379 *u32 = 0;
7382 *u32 = (uint32_t)u64;
7389 UPB_FORCEINLINE static int32_t decode_fixed32(upb_pbdecoder *d, uint32_t *u32) {
7390 return getbytes(d, u32, 4);
7402 int32_t upb_pbdecoder_decode_f32(upb_pbdecoder *d, uint32_t *u32) {
7403 return decode_fixed32(d, u32);