Home
last modified time | relevance | path

Searched refs:uint_least8_t (Results 1 – 8 of 8) sorted by relevance

/nanopb-2.7.6/extra/
Dpb_syshdr.h31 typedef uint8_t uint_least8_t; typedef
/nanopb-2.7.6/
Dpb_encode.c776 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()
Dpb_decode.c1131 (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()
Dpb.h184 typedef uint_least8_t pb_type_t;
269 typedef uint_least8_t pb_byte_t;
DCHANGELOG.txt272 NOTE: If you are using pb_syshdr.h, you will need to add uint_least8_t
/nanopb-2.7.6/spm_headers/nanopb/
Dpb.h184 typedef uint_least8_t pb_type_t;
269 typedef uint_least8_t pb_byte_t;
/nanopb-2.7.6/docs/
Dmigration.md345 turn uses `uint_least8_t` which means the smallest available type.
352 **Error indications:** Compiler error: `"unknown type name 'uint_least8_t'"`.
Dreference.md167 typedef uint_least8_t pb_byte_t;
188 typedef uint_least8_t pb_type_t;