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

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_seq.c161 matrix->maxrows_ = numrows;
165 if (matrix->maxrows_ > 0) {
166 if (!(matrix->rows_ = jas_malloc(matrix->maxrows_ *
271 mat0->maxrows_ = mat0->numrows_;
272 mat0->rows_ = jas_malloc(mat0->maxrows_ * sizeof(jas_seqent_t *));
397 if (size > matrix->datasize_ || numrows > matrix->maxrows_) {
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_seq.h179 int_fast32_t maxrows_; member in struct:__anon2753

Completed in 88 milliseconds