Home
last modified time | relevance | path

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

/nanopb-2.7.6/
Dpb_encode.c31 static bool checkreturn pb_encode_varint_32(pb_ostream_t *stream, uint32_t low, uint32_t high);
570 static bool checkreturn pb_encode_varint_32(pb_ostream_t *stream, uint32_t low, uint32_t high) in pb_encode_varint_32() argument
574 pb_byte_t byte = (pb_byte_t)(low & 0x7F); in pb_encode_varint_32()
575 low >>= 7; in pb_encode_varint_32()
577 while (i < 4 && (low != 0 || high != 0)) in pb_encode_varint_32()
581 byte = (pb_byte_t)(low & 0x7F); in pb_encode_varint_32()
582 low >>= 7; in pb_encode_varint_32()
/nanopb-2.7.6/docs/
Dmigration.md85 **Required actions:** If your own code accesses the low-level field
Dreference.md190 The low-order nibble of the enumeration values defines the function that