Searched refs:vciomore (Results 1 - 12 of 12) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvcextract.c124 while(vciomore(&io) > 0)
127 for(sz = vciomore(&io), k = 0; k < sz; ++k)
137 if((sz = (ssize_t)vciogetu(&io)) < 0 || sz > vciomore(&io))
H A Dvcsfio.c120 for(n = 0; n < elementsof(meth) && vciomore(&io) > 0; ++n)
134 if(vciomore(&io) <= 0 || /* no or bad argument code */
135 (sz = (ssize_t)vciogetu(&io)) < 0 || sz > vciomore(&io) )
143 if(vciomore(&io) > 0) /* too many transforms */
152 if((sz = strlen((char*)dt)+1) > vciomore(&io)) /* too long */
157 if((sz + vcsizeu(sz)) > vciomore(&io))
203 if((cdsz = strlen(ident)+1) > vciomore(&io))
211 if(vciomore(&io) < vcsizeu(cdsz))
215 if(vciomore(&io) < cdsz)
220 { if(vciomore(
[all...]
H A Dvcio.c438 if((s = vchputcode(VC_INTSIZE, size, s, vcionext(io), vciomore(io))) < 0)
497 if((s = vchgetcode(VC_INTSIZE, cdsz, s, vcionext(io), vciomore(io))) < 0 )
H A Dvcodex.h344 #define vciomore(io) ((io)->endb - (io)->next) macro
/ast/src/lib/libvcodex/Vcdelta/
H A Dvcdelta.c358 if((d+i+a) != vciomore(&data) )
403 if(vciomore(&inst) <= 0)
413 { if(vciomore(&inst) <= 0)
427 { if(vciomore(&addr) <= 0)
444 { if(vciomore(&data) < sz)
450 { if(vciomore(&data) <= 0)
460 if(vciomore(&data) != 0 || vciomore(&inst) != 0 || vciomore(&addr) != 0)
H A Dvcdtable.c155 if((rv = vcapply(vc, vcionext(&io), vciomore(&io), &tarbuf)) == VCD_TBLSIZE)
/ast/src/lib/libvcodex/Vcmisc/
H A Dvcrle.c270 for(c = c1; vciomore(&io) > 0;)
275 if(vciomore(&io) != 0)
490 { if(vciomore(&io) < 2)
502 { if(vciomore(&io) <= 0 || (rle->isiz = vciogetu(&io)) < 0)
504 if(vciomore(&io) < rle->isiz)
509 if(vciomore(&io) <= 0 || (rle->asiz = vciogetu(&io)) < 0)
511 if(vciomore(&io) < rle->asiz)
522 { if(vciomore(&io) <= 0 || (rle->isiz = vciomore(&io)) < 0 )
H A Dvcstrip.c156 if((hsz = vciogetu(&io)) < 0 || hsz > vciomore(&io))
160 if((tsz = vciogetu(&io)) < 0 || tsz > vciomore(&io))
164 if((dsz = vciogetu(&io)) < 0 || dsz > vciomore(&io))
H A Dvcbwt.c116 sz = vciomore(&io);
H A Dvctranspose.c485 z = vciomore(&io);
/ast/src/lib/libvcodex/Vchuff/
H A Dvchuffman.c127 if((s = vchputcode(VCH_SIZE, size, huff->maxs, vcionext(&io), vciomore(&io))) <= 0)
188 { if((n = vchgetcode(VCH_SIZE, huff->size, sz, vcionext(&io), vciomore(&io))) < 0)
H A Dvchuffgroup.c502 { dt = vcionext(&io); n = vciomore(&io);
594 { dt = vcionext(&io); n = vciomore(&io);

Completed in 45 milliseconds