Home
last modified time | relevance | path

Searched refs:colmax (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libcpp/
Dmkdeps.c289 deps_write (const struct deps *d, FILE *fp, unsigned int colmax) in deps_write() argument
294 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()
/freebsd-12-stable/lib/libiconv_modules/mapper_zone/
Dcitrus_mapper_zone.c238 uint32_t colmax, rowmax; in parse_var() local
290 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()