Searched refs:outbyte (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dmtpav.c291 u8 outbyte; local
293 // Get the outbyte first, so we can emulate running status if
295 if (snd_rawmidi_transmit(substream, &outbyte, 1) != 1)
309 if (!(outbyte & 0x80) && portp->running_status)
316 if (outbyte & 0x80)
317 portp->running_status = outbyte;
319 snd_mtpav_send_byte(mtp_card, outbyte);
320 } while (snd_rawmidi_transmit(substream, &outbyte, 1) == 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dbitmap.cpp480 char outbyte = 0; local
503 outbyte |= shift;
508 dst[h*dstbyteperline+w/8] = outbyte;
509 outbyte = 0;
523 dst[h*dstbyteperline+width/8] = outbyte;
545 char outbyte = 0; local
566 outbyte |= shift;
571 dst[h*dstbyteperline+w/8] = outbyte;
572 outbyte = 0;
578 dst[h*dstbyteperline+width/8] = outbyte;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dbitmap.cpp390 char outbyte = 0; local
411 outbyte |= shift;
416 dst[h*dstbyteperline+w/8] = outbyte;
417 outbyte = 0;
423 dst[h*dstbyteperline+width/8] = outbyte;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Datp.c512 unsigned char outbyte = *packet++; local
517 outb((outbyte & 0x0f)|0x40, ioaddr + PAR_DATA);
518 outb(outbyte & 0x0f, ioaddr + PAR_DATA);
519 outbyte >>= 4;
520 outb(outbyte & 0x0f, ioaddr + PAR_DATA);

Completed in 129 milliseconds