Home | History | Annotate | Download | only in client

Lines Matching refs:row

115 	int		row;
117 row = (model->numleafs+7)>>3;
121 memcpy (out, in, row);
125 while (row)
128 row--;
148 } while (out - decompressed < row);