Home
last modified time | relevance | path

Searched refs:outc (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_size.c54 register const int outc = (ch); \
55 if (putc (outc, fp) == EOF) \
H A Dprintf_fphex.c63 register const int outc = (ch); \
64 if (putc (outc, fp) == EOF) \
H A Dprintf_fp.c74 register const int outc = (ch); \
75 if (putc (outc, fp) == EOF) \
H A Dvfprintf.c165 register const INT_T outc = (Ch); \
166 if (PUTC (outc, s) == EOF) \
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c801 cb = outc[0 +yin*8+xin], \
802 cr = outc[64+yin*8+xin], \
810 cb = outc[0 +yin*8+xin], \
811 cr = outc[64+yin*8+xin], \
890 int *outy, *outc; in col211111() local
896 outc = out + 64 * 4; in col211111()
901 outc += 8; in col211111()