Home
last modified time | relevance | path

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

/nanopb-3.4.0/
Dpb_decode.c207 pb_byte_t sign_extension = (bitpos < 63) ? 0xFF : 0x01; in pb_decode_varint32_eof() local
209 ((result >> 31) != 0 && byte == sign_extension)); in pb_decode_varint32_eof()