Lines Matching defs:max
247 " --max-file-time=# start another output file when the old file has recorded\n"
522 {"max-file-time", 1, 0, OPT_MAX_FILE_TIME},
808 error(_("invalid max file time argument '%s'"), optarg);
1846 signed int val, max, perc[2], max_peak[2];
1949 max = 1 << (significant_bits_per_sample-1);
1950 if (max <= 0)
1951 max = 0x7fffffff;
1954 if (max_peak[c] > max)
1955 max_peak[c] = max;
1957 perc[c] = max_peak[c] / (max / 100);
1959 perc[c] = max_peak[c] * 100 / max;
2070 "min%li/%li max%li/%li (%li) (%li:%li/%li)\n",
3084 * max - max number of bytes to write
3091 size_t mystrftime(char *s, size_t max, const char *userformat,
3141 return strftime(s, max, format, tm);