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

/netbsd-6-1-5-RELEASE/lib/libc/citrus/modules/
H A Dcitrus_mapper_zone.c69 int32_t mz_row_offset; member in struct:_citrus_mapper_zone
281 mz->mz_row_offset = mz->mz_col_offset;
288 mz->mz_row_offset = 0;
305 if (check_rowcol(&mz->mz_row, mz->mz_row_offset, rowmax))
336 mz->mz_row_offset = 0;
387 if (mz->mz_row_offset>0)
388 row += (u_int32_t)mz->mz_row_offset;
390 row -= (u_int32_t)-mz->mz_row_offset;

Completed in 108 milliseconds