Searched refs:in_buf (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo_sil164.c79 u8 in_buf[2]; local
92 .buf = in_buf,
100 *ch = in_buf[0];
H A Ddvo_ivch.c175 u8 in_buf[2]; local
193 .buf = in_buf,
200 *data = (in_buf[1] << 8) | in_buf[0];
H A Ddvo_ch7xxx.c146 u8 in_buf[2]; local
159 .buf = in_buf,
167 *ch = in_buf[0];
H A Ddvo_tfp410.c106 u8 in_buf[2]; local
119 .buf = in_buf,
127 *ch = in_buf[0];
H A Ddvo_ns2501.c152 u8 in_buf[2]; local
165 .buf = in_buf,
173 *ch = in_buf[0];
/solaris-x11-s11/open-src/lib/libX11/sun-src/modules/lc/gb18030/
H A DlcGB18030.c115 twobyte_to_fourbyte(unsigned char *in_buf, unsigned char *out_buf) argument
119 tmp=(in_buf[0] << 8) + in_buf[1];
128 fourbyte_to_twobyte(unsigned char *in_buf, unsigned char *out_buf) argument
132 tmp = 12600 * (in_buf[0] - 0x81) + 1260 * (in_buf[1] - 0x30) +
133 10 * (in_buf[2] - 0x81) + (in_buf[3] - 0x30);

Completed in 23 milliseconds