Home
last modified time | relevance | path

Searched refs:crowsize (Results 1 – 2 of 2) sorted by relevance

/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Ddfcomp.c73 int32 crowsize; /* maximum size of compressed row */ in DFputcomp() local
89 crowsize = xdim * 121 / 120 + 128; in DFputcomp()
95 buffer = (uint8 *) HDmalloc((uint32) crowsize); in DFputcomp()
226 crowsize = xdim * 121 / 120 + 128; /* max size of a row */ in DFgetcomp()
231 buffer = (uint8 *) HDmalloc((uint32) crowsize); in DFgetcomp()
237 buflen = crowsize; in DFgetcomp()
260 if ((bufleft < crowsize) && (totalread < cisize)) in DFgetcomp()
280 crowsize = xdim; /* size of compressed row */ in DFgetcomp()
285 buffer = (uint8 *) HDmalloc((uint32) crowsize); in DFgetcomp()
291 buflen = crowsize; in DFgetcomp()
[all …]
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dappliers.cpp2113 slen_t crowsize=2+ rlen+(rlen+128)*2/255; /* !! Imp: real upper bound? */ in out_bmp_work() local
2114 char *crow=new char[crowsize]; in out_bmp_work()
2137 assert((slen_t)(crow2-crow)<=crowsize-2); in out_bmp_work()