Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevcd8.c430 const byte * inbyteb, byte * outbyte));
433 const byte * inbyteb, byte * outbyte));
436 const byte * inbyteb, byte * outbyte));
439 const byte * inbyteb, byte * outbyte));
1494 byte * outbyte) in rescale_byte_wise2x2() argument
1502 outbyte[i + 1] = (inbytea[j + 1] + inbytea[j + 5] + inbyteb[j + 1] + in rescale_byte_wise2x2()
1505 outbyte[i + 2] = (inbytea[j + 2] + inbytea[j + 6] + inbyteb[j + 2] + in rescale_byte_wise2x2()
1508 outbyte[i + 3] = (inbytea[j + 3] + inbytea[j + 7] + inbyteb[j + 3] + in rescale_byte_wise2x2()
1518 byte * outbyte) in rescale_byte_wise2x1() argument
1526 outbyte[i + 1] = (inbytea[j + 1] + inbytea[j + 5]) / 2; in rescale_byte_wise2x1()
[all …]
/plan9/sys/src/9/pc/
H A Dkbd.c620 outbyte(int port, int c)
666 if (outbyte(Cmd, 0x60) < 0 || outbyte(Data, ccc) < 0)
672 if(outbyte(Data, 0xf3) < 0 || outbyte(Data, 0) < 0)