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

/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_mapper_zone.c70 int32_t mz_col_offset; member in struct:_citrus_mapper_zone
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>
[all...]

Completed in 180 milliseconds