Searched refs:uint_least8_t (Results 1 – 8 of 8) sorted by relevance
31 typedef uint8_t uint_least8_t; typedef
776 if (field->data_size == sizeof(uint_least8_t)) in pb_enc_varint()777 value = *(const uint_least8_t*)field->pData; in pb_enc_varint()944 uint_least8_t sign; in pb_encode_float_as_double()951 sign = (uint_least8_t)((in.i >> 31) & 1); in pb_encode_float_as_double()
1131 (allbits >> (uint_least8_t)(32 - (req_field_count & 31)))) in pb_decode_inner()1421 else if (field->data_size == sizeof(uint_least8_t)) in pb_dec_varint()1422 clamped = *(uint_least8_t*)field->pData = (uint_least8_t)value; in pb_dec_varint()1646 uint_least8_t sign; in pb_decode_double_as_float()1656 sign = (uint_least8_t)((value >> 63) & 1); in pb_decode_double_as_float()
184 typedef uint_least8_t pb_type_t;269 typedef uint_least8_t pb_byte_t;
272 NOTE: If you are using pb_syshdr.h, you will need to add uint_least8_t
345 turn uses `uint_least8_t` which means the smallest available type.352 **Error indications:** Compiler error: `"unknown type name 'uint_least8_t'"`.
167 typedef uint_least8_t pb_byte_t;188 typedef uint_least8_t pb_type_t;