Searched defs:obuf (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dns_ntoa.c49 static char obuf[40]; local
58 sprintf(obuf, "%lx", (u_long)ntohl(net.long_e));
59 cp = spectHex(obuf);
79 return (obuf);
H A Dns_print.c139 const char *obuf = buf; local
589 return ((int)(buf - obuf));
619 return ((int)(buf - obuf));
/vbox/src/VBox/Devices/Audio/
H A Drate_template.h27 * Processed signed long samples from ibuf to obuf.
30 void NAME (void *opaque, st_sample_t *ibuf, st_sample_t *obuf, argument
48 ostart = obuf;
49 oend = obuf + *osamp;
54 OP (obuf[i].l, ibuf[i].l);
55 OP (obuf[i].r, ibuf[i].r);
62 while (obuf < oend) {
98 OP (obuf->l, out.l);
99 OP (obuf->r, out.r);
100 obuf
[all...]

Completed in 88 milliseconds