Searched refs:int16 (Results 1 – 3 of 3) sorted by relevance
706 gint16 int16; in thrift_binary_protocol_read_i16() member717 *value = g_ntohs (b.int16); in thrift_binary_protocol_read_i16()
51 order). An `int8` needs 1 byte, an `int16` 2, an `int32` 4 and an `int64` needs 8 bytes.
82 To encode an `int16` as zigzag int, it is first converted to an `int32` and then encoded as such. T…