Searched refs:colmax (Results 1 – 2 of 2) sorted by relevance
289 deps_write (const struct deps *d, FILE *fp, unsigned int colmax) in deps_write() argument294 if (colmax && colmax < 34) in deps_write()295 colmax = 34; in deps_write()301 if (colmax && column > colmax) in deps_write()322 if (colmax && column > colmax) in deps_write()
238 uint32_t colmax, rowmax; in parse_var() local290 colmax = (mz->mz_col_bits == 32) ? 0 : 1 << mz->mz_col_bits; in parse_var()292 if (check_rowcol(&mz->mz_col, mz->mz_col_offset, colmax)) in parse_var()