Home
last modified time | relevance | path

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

/nanopb-3.4.0/
Dpb_encode.c627 pb_uint64_t mask = ((pb_uint64_t)-1) >> 1; /* Satisfy clang -fsanitize=integer */ in pb_encode_svarint() local
629 zigzagged = ~(((pb_uint64_t)value & mask) << 1); in pb_encode_svarint()