Searched refs:vcioputu (Results 1 - 13 of 13) sorted by relevance

/ast/src/lib/libvcodex/Vcmisc/
H A Dvcstrip.c123 vcioputu(&io, hsz);
125 vcioputu(&io, tsz);
127 vcioputu(&io, dsz);
H A Dvctranspose.c282 vcioputu(&io, r);
304 vcioputu(&io, r);
328 vcioputu(&io, c);
330 vcioputu(&io, r);
338 vcioputu(&io, ncols);
339 vcioputu(&io, size);
426 vcioputu(&io, ncols);
H A Dvcrle.c256 vcioputu(&io, n-1);
261 vcioputu(&io, n-1); /* output length of last run */
315 vcioputu(&io, r);
422 vcioputu(&io, rle->osiz);
427 vcioputu(&io, rle->asiz);
450 vcioputu(&io, size);
H A Dvcbwt.c80 vcioputu(&io, sp);
/ast/src/lib/libvcodex/Vcdelta/
H A Dvcdelta.c56 vcioputu(vcd->inst, az);
73 vcioputu(vcd->addr, ad);
95 vcioputu(vcd->inst, cz);
311 vcioputu(&data, ntar);
313 vcioputu(&data, d);
314 vcioputu(&data, i);
315 vcioputu(&data, a);
/ast/src/lib/libvcodex/
H A Dvcsfio.c161 vcioputu(&io, 0);
165 vcioputu(&io, 1);
168 else vcioputu(&io, 0);
171 { vcioputu(&io, sz);
213 vcioputu(&io, cdsz);
222 vcioputu(&io, 0);
264 { vcioputu(sfdc->io, sz);
590 { vcioputu(&io, wm->wsize);
591 vcioputu(&io, wm->wpos);
593 vcioputu(
[all...]
H A Dvcextract.c91 vcioputu(&io, store[k].dtsz);
H A Dvcodex.h317 extern ssize_t vcioputu _ARG_((Vcio_t*, Vcint_t));
357 #define vcioputu(io, v) \ macro
366 /* Compute the size of a 32-bit integer coded by vcioputu() and vcputm() */
/ast/src/cmd/vczip/tests/
H A Dtio.c96 vcioputu(&io, list[v]);
97 twarn("vcioputu %d: output size=%d\n", N_LIST, vciosize(&io));
/ast/src/lib/libvcodex/Vchuff/
H A Dvchuffpart.c103 vcioputu(pt->io, sz);
198 vcioputu(&io, size); /* write out the original size */
H A Dvchcode.c114 vcioputu(&io, nl); /**/DEBUG_PRINT(2,"Runlength=%d\n",nl);
151 /* The length of the rle sequence should have been coded with vcioputu()
H A Dvchuffgroup.c492 vcioputu(&io, dtsz);
493 vcioputu(&io, ntbl);
494 vcioputu(&io, ptsz); /* the part size used */
515 vcioputu(&io,n);
H A Dvchuffman.c118 vcioputu(&io, dtsz); /* size of raw data */

Completed in 21 milliseconds