Searched refs:vcioputc (Results 1 - 9 of 9) sorted by relevance
/ast/src/lib/libvcodex/Vcdelta/ |
H A D | vcdtable.c | 112 { vcioputc(&io, tbl->s_near); 113 vcioputc(&io, tbl->s_same);
|
H A D | vcdelta.c | 53 vcioputc(vcd->inst, cd); 74 else vcioputc(vcd->addr, ad); /* must be same[] cache */ 93 vcioputc(vcd->inst, cd); 129 vcioputc(vcd->inst, cd); 170 vcioputc(vcd->inst, cd); 312 vcioputc(&data, ctrl);
|
/ast/src/lib/libvcodex/Vchuff/ |
H A D | vchuffman.c | 119 vcioputc(&io, huff->maxs); /* the control code */ 124 vcioputc(&io, *dt);
|
H A D | vchuffgroup.c | 498 { vcioputc(&io, tbl[k].maxs); 500 vcioputc(&io,tbl[k].runb);
|
/ast/src/lib/libvcodex/ |
H A D | vcsfio.c | 166 vcioputc(&io, buf[0]); 254 vcioputc(sfdc->io, VC_HEADER0); 255 vcioputc(sfdc->io, VC_HEADER1); 256 vcioputc(sfdc->io, VC_HEADER2); 257 vcioputc(sfdc->io, (sfdc->sfdt->type&VCSF_VCDIFF) ? 0 : VC_HEADER3); 260 vcioputc(sfdc->io, 0); 588 vcioputc(&io, ctrl); 899 vcioputc(&io, VC_EOF); /* write the eof marker */
|
H A D | vcodex.h | 312 extern ssize_t vcioputc _ARG_((Vcio_t*, int)); 349 #define vcioputc(io, v) (*(io)->next++ = (Vcchar_t)(v) ) macro
|
H A D | vcio.c | 427 vcioputc(io, s); 437 { vcioputc(io, s|(1<<7)); /* the max size of any integer */
|
/ast/src/lib/libvcodex/Vcmisc/ |
H A D | vcrle.c | 453 { vcioputc(&io, rle->run1); 454 vcioputc(&io, rle->run2);
|
H A D | vctranspose.c | 428 vcioputc(&io, rsep);
|
Completed in 52 milliseconds