Home | History | Annotate | Download | only in modules

Lines Matching defs:mz_col_offset

70 	int32_t		mz_col_offset;
278 mz->mz_col_offset = ps.ps_s_imm;
281 mz->mz_row_offset = mz->mz_col_offset;
286 mz->mz_col_offset = ps.ps_s_imm;
303 if (check_rowcol(&mz->mz_col, mz->mz_col_offset, colmax))
337 mz->mz_col_offset = 0;
372 if (mz->mz_col_offset>0)
373 col += (u_int32_t)mz->mz_col_offset;
375 col -= (u_int32_t)-mz->mz_col_offset;
383 if (mz->mz_col_offset>0)
384 col += (u_int32_t)mz->mz_col_offset;
386 col -= (u_int32_t)-mz->mz_col_offset;