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);572 static bool checkreturn pb_encode_varint_32(pb_ostream_t *stream, uint32_t low, uint32_t high) in pb_encode_varint_32() argument576 pb_byte_t byte = (pb_byte_t)(low & 0x7F); in pb_encode_varint_32()577 low >>= 7; in pb_encode_varint_32()579 while (i < 4 && (low != 0 || high != 0)) in pb_encode_varint_32()583 byte = (pb_byte_t)(low & 0x7F); in pb_encode_varint_32()584 low >>= 7; in pb_encode_varint_32()
142 **Required actions:** If your own code accesses the low-level field
203 The low-order nibble of the enumeration values defines the function that