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

/freebsd-12-stable/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c61 uint32_t z_begin; member in struct:_zone
196 z->z_begin = ps->ps_u_imm;
203 if (z->z_begin > z->z_end)
227 if (z->z_begin < (uint32_t)-ofs)
266 mz->mz_row.z_begin = mz->mz_row.z_end = 0;
318 mz->mz_col.z_begin = mz->mz_col.z_end = 0;
319 mz->mz_row.z_begin = mz->mz_row.z_end = 0;
356 if (col < mz->mz_col.z_begin || col > mz->mz_col.z_end)
366 if (row < mz->mz_row.z_begin || row > mz->mz_row.z_end ||
367 col < mz->mz_col.z_begin || co
[all...]

Completed in 141 milliseconds