Searched refs:sign_extension (Results 1 – 1 of 1) sorted by relevance
207 pb_byte_t sign_extension = (bitpos < 63) ? 0xFF : 0x01; in pb_decode_varint32_eof() local209 ((result >> 31) != 0 && byte == sign_extension)); in pb_decode_varint32_eof()