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

/ast/src/cmd/pzip/
H A Dpcmp.c118 size_t datsize; local
169 datsize = rows * cols;
170 if (!(dat = newof(0, unsigned char, datsize, 0)))
172 bufsize = 4 * datsize;
175 end = dat + datsize;
192 d = dif(dat, datsize, buf, bufsize, cols);
193 z = zip(dat, datsize, buf, bufsize);

Completed in 7 milliseconds