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

  /src/lib/libc/citrus/modules/
citrus_mapper_zone.c 244 uint32_t rowmax, colmax; local in function:parse_var
300 rowmax = 0;
302 rowmax = 1 << (32-mz->mz_col_bits);
305 if (check_rowcol(&mz->mz_row, mz->mz_row_offset, rowmax))

Completed in 13 milliseconds