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

/netbsd-6-1-5-RELEASE/lib/libc/citrus/modules/
H A Dcitrus_mapper_zone.c62 u_int32_t z_end; member in struct:_zone
203 z->z_end = ps->ps_u_imm;
205 if (z->z_begin > z->z_end)
216 if (maxval != 0 && z->z_end >= maxval)
221 /* this should 0x100000000 - z->z_end */
222 if (z->z_end == 0) {
225 remain = 0xFFFFFFFF - z->z_end + 1;
228 remain = maxval - z->z_end;
271 mz->mz_row.z_begin = mz->mz_row.z_end = 0;
333 mz->mz_col.z_begin = mz->mz_col.z_end
[all...]

Completed in 50 milliseconds