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

/freebsd-12-stable/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c69 int32_t mz_row_offset; member in struct:_citrus_mapper_zone
276 mz->mz_row_offset = mz->mz_col_offset;
283 mz->mz_row_offset = 0;
294 if (check_rowcol(&mz->mz_row, mz->mz_row_offset, rowmax))
321 mz->mz_row_offset = 0;
373 if (mz->mz_row_offset > 0)
374 row += (uint32_t)mz->mz_row_offset;
376 row -= (uint32_t)-mz->mz_row_offset;

Completed in 106 milliseconds