Home
last modified time | relevance | path

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

/nanopb-3.4.0/
Dpb_encode.c31 static bool checkreturn pb_encode_varint_32(pb_ostream_t *stream, uint32_t low, uint32_t high);
572 static bool checkreturn pb_encode_varint_32(pb_ostream_t *stream, uint32_t low, uint32_t high) in pb_encode_varint_32() argument
576 pb_byte_t byte = (pb_byte_t)(low & 0x7F); in pb_encode_varint_32()
577 low >>= 7; in pb_encode_varint_32()
579 while (i < 4 && (low != 0 || high != 0)) in pb_encode_varint_32()
583 byte = (pb_byte_t)(low & 0x7F); in pb_encode_varint_32()
584 low >>= 7; in pb_encode_varint_32()
/nanopb-3.4.0/docs/
Dmigration.md142 **Required actions:** If your own code accesses the low-level field
Dreference.md203 The low-order nibble of the enumeration values defines the function that