Searched defs:tarsz (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libvcodex/Vcdelta/ |
H A D | vchamming.c | 37 ssize_t srcsz, tarsz, s, t, maxs; local 47 if((tarsz = (ssize_t)size) <= 0) 48 return tarsz; 49 if(tarsz > 0 && !(tardt = (Vcchar_t*)data) ) 58 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), tarsz, 0)) ) 62 memcpy(output, tardt, tarsz); 64 { for(dt = output, t = 0; t < tarsz; ) 65 { if((maxs = tarsz-t) > srcsz) 73 if(vcrecode(vc, &output, &tarsz, 0, 0) < 0 ) 80 return tarsz; 94 ssize_t srcsz, tarsz, s, t, maxs; local [all...] |
/ast/src/lib/libvcodex/Vcwindow/ |
H A D | vcwprefix.c | 487 Sfoff_t srcsz, tarsz, maxsz; local 502 tarsz = vcw->disc->tarf ? sfsize(vcw->disc->tarf) : 0; 503 maxsz = srcsz > tarsz ? srcsz : tarsz; 531 if(tarsz > 0 && pfx->blksz > 0)
|
Completed in 314 milliseconds