Searched refs:n_output (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfvprintf.c142 int o, n_output; local
143 #define SMputc(f,c) { if((o = SFFLSBUF(f,c)) >= 0 ) n_output += 1; \
146 #define SMnputc(f,c,n) { if((o = SFNPUTC(f,c,n)) > 0 ) n_output += 1; \
149 #define SMwrite(f,s,n) { if((o = SFWRITE(f,(Void_t*)s,n)) > 0 ) n_output += o; \
154 #define SFINIT(f) (n_output = 0)
162 #define SFINIT(f) (SFBUF(f), n_output = 0)
163 #define SFEND(f) ((n_output += d - f->next), (f->next = d))
553 { n_output += v;
932 *((Sflong_t*)argv.vp) = (Sflong_t)n_output;
936 *((long*)argv.vp) = (long)n_output;
[all...]
/ast/src/lib/libvcodex/Vchuff/
H A Dvchuffgroup.c447 ssize_t n_output; local
487 n_output = (ntbl+1)*(VCH_SIZE+8) + (grp->cmpsz+7)/8;
488 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), n_output, 0)) )
490 vcioinit(&io, output, n_output);
535 n = vciosize(&io); /**/ DEBUG_ASSERT(n <= n_output);

Completed in 13 milliseconds