HomeSort by: relevance | last modified time | path
    Searched defs:mz_row_offset (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/citrus/modules/
citrus_mapper_zone.c 69 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 11 milliseconds