Searched refs:low (Results 1 – 3 of 3) sorted by relevance
31 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() argument574 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()
85 **Required actions:** If your own code accesses the low-level field
190 The low-order nibble of the enumeration values defines the function that